Home
last modified time | relevance | path

Searched refs:PCAP_VERSION_MAJOR (Results 1 – 3 of 3) sorted by relevance

/external/libpcap/
Dsf-pcap.c217 if (hdr.version_major < PCAP_VERSION_MAJOR) { in pcap_check_header()
228 if (! ((hdr.version_major == PCAP_VERSION_MAJOR && in pcap_check_header()
721 hdr.version_major = PCAP_VERSION_MAJOR; in sf_write_header()
1045 if (ph.version_major != PCAP_VERSION_MAJOR || in pcap_dump_open_append()
/external/libpcap/pcap/
Dpcap.h149 #define PCAP_VERSION_MAJOR 2 macro
/external/scapy/scapy/modules/
Dwinpcapy.py193 PCAP_VERSION_MAJOR = 2 variable