PCAP_SNAPLEN      105 src/ftmod/ftmod_isdn/ftmod_isdn.c 	pcap->handle = pcap_open_dead(DLT_LINUX_LAPD, PCAP_SNAPLEN);
PCAP_SNAPLEN      196 src/ftmod/ftmod_isdn/ftmod_isdn.c 	unsigned char frame[PCAP_SNAPLEN];
PCAP_SNAPLEN      225 src/ftmod/ftmod_isdn/ftmod_isdn.c 	nbytes = (len > (PCAP_SNAPLEN - offset)) ? (PCAP_SNAPLEN - offset) : len;