123a124,131 > case PCAP_DLT_PPP: > /* deals with raw PPP and also with HDLC PPP frames */ > offset = find_ip_ppp(buf); > if (offset < 0) /* Not an IP packet */ > return (-1); > memcpy((char *)ip_buf,buf+offset,iplen); > callback_plast = ip_buf+iplen-offset-1; > break; 294a303,306 > break; > case PCAP_DLT_PPP: > eth_header.ether_type = htons(ETHERTYPE_IP); > physname = "PPP or HDLC PPP";