Searched refs:pcap_version (Results 1 – 5 of 5) sorted by relevance
1 char pcap_version[] = "1.7.4"; variable
2564 char pcap_version[]="current-git.tcpdump.org"; variable2623 extern char pcap_version[]; in print_version()2625 static char pcap_version[] = "unknown"; in print_version() local2639 …d)fprintf(stderr, "WinPcap version %s, based on libpcap version %s\n",Wpcap_version, pcap_version); in print_version()2642 (void)fprintf(stderr, "libpcap version %s\n", pcap_version); in print_version()
847 AC_MSG_CHECKING(whether pcap_version is defined by libpcap)850 extern char pcap_version[];852 return (int)pcap_version;858 AC_DEFINE(HAVE_PCAP_VERSION, 1, [define if libpcap has pcap_version])
154 /* define if libpcap has pcap_version */
6716 … { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pcap_version is defined by libpcap" >&56717 $as_echo_n "checking whether pcap_version is defined by libpcap... " >&6; }