Home
last modified time | relevance | path

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

/external/libpcap/
DGenVersion.bat2 REM Automatically generate pcap_version.h based on pcap_version.h.in
23 echo pcap_version.h generated
DCMakeLists.txt446 file(TO_NATIVE_PATH "${pcap_SOURCE_DIR}/pcap_version.h.in" version_h_in_path)
447 file(TO_NATIVE_PATH "${CMAKE_CURRENT_BINARY_DIR}/pcap_version.h" version_h_path)
449 OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/pcap_version.h
450 SOURCE ${pcap_SOURCE_DIR}/VERSION ${pcap_SOURCE_DIR}/pcap_version.h.in
452 DEPENDS ${pcap_SOURCE_DIR}/VERSION ${pcap_SOURCE_DIR}/pcap_version.h.in
462 OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/pcap_version.h
464 … ${pcap_SOURCE_DIR}/VERSION ${pcap_SOURCE_DIR}/pcap_version.h.in ${CMAKE_CURRENT_BINARY_DIR}/pcap_…
483 # Since pcap_version.h does not exists yet when cmake is run, mark
486 set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/pcap_version.h PROPERTIES
491 # Add pcap_version.h to the list of headers.
[all …]
Dversion.c3 char pcap_version[] = "1.8.1"; variable
DMakefile.in153 scanner.h grammar.h pcap_version.h
354 pcap_version.h.in \
458 pcap.o: pcap_version.h
493 pcap_version.h: $(srcdir)/VERSION $(srcdir)/pcap_version.h.in $(srcdir)/gen_version_header.sh
495 $(srcdir)/gen_version_header.sh $(srcdir)/VERSION $(srcdir)/pcap_version.h.in $@
DCHANGES19 Reflect version.h being renamed to pcap_version.h.
/external/tcpdump/
Dtcpdump.c2531 char pcap_version[]="current-git.tcpdump.org"; variable
2571 extern char pcap_version[]; in print_version()
2573 static char pcap_version[] = "unknown"; in print_version() local
2588 …d)fprintf(stderr, "WinPcap version %s, based on libpcap version %s\n",Wpcap_version, pcap_version); in print_version()
2591 (void)fprintf(stderr, "libpcap version %s\n", pcap_version); in print_version()
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])
Dconfig.h.in163 /* define if libpcap has pcap_version */
Dconfigure6226 … { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pcap_version is defined by libpcap" >&5
6227 $as_echo_n "checking whether pcap_version is defined by libpcap... " >&6; }