Home
last modified time | relevance | path

Searched refs:pcap_version (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/tcpdump/
H A Dconfigure.in628 AC_MSG_CHECKING(whether pcap_version is defined by libpcap)
631 extern char pcap_version[];
633 return (int)pcap_version;
639 AC_DEFINE(HAVE_PCAP_VERSION, 1, [define if libpcap has pcap_version])
H A Dconfigure.ac805 AC_MSG_CHECKING(whether pcap_version is defined by libpcap)
807 extern char pcap_version[];
809 return (int)pcap_version;
816 AC_DEFINE(HAVE_PCAP_VERSION, 1, [define if libpcap has pcap_version])
H A Dtcpdump.c3241 extern char pcap_version[]; in print_version()
3243 static char pcap_version[] = "unknown"; in print_version()
3252 (void)fprintf(f, "libpcap version %s\n", pcap_version); in print_version()
H A Dcmakeconfig.h.in150 /* define if libpcap has pcap_version */
H A Dconfig.h.in150 /* define if libpcap has pcap_version */
H A Dconfigure7267 extern char pcap_version[];
7269 return (int)pcap_version;
H A DCMakeLists.txt867 # Check for the pcap_version string variable and set HAVE_PCAP_VERSION
/freebsd-14.2/contrib/libpcap/
H A Dpcap.c335 PCAP_API char pcap_version[]; variable
336 PCAP_API_DEF char pcap_version[] = PACKAGE_VERSION; variable
H A DCHANGES777 Reflect version.h being renamed to pcap_version.h.