Searched refs:PCAP_VERSION_MAJOR (Results 1 – 3 of 3) sorted by relevance
199 if (hdr.version_major < PCAP_VERSION_MAJOR) { in pcap_check_header()210 if (! ((hdr.version_major == PCAP_VERSION_MAJOR && in pcap_check_header()707 hdr.version_major = PCAP_VERSION_MAJOR; in sf_write_header()965 if (ph.version_major != PCAP_VERSION_MAJOR || in pcap_dump_open_append()
104 #define PCAP_VERSION_MAJOR 2 macro
193 PCAP_VERSION_MAJOR = 2 variable