Searched refs:libpcap (Results 1 – 25 of 46) sorted by relevance
12
| /netbsd/src/external/bsd/libpcap/dist/ |
| D | Makefile.in | 66 PROG=libpcap 166 CLEANFILES = $(OBJ) libpcap.a libpcap.so.`cat $(srcdir)/VERSION` \ 168 lex.yy.c pcap-config libpcap.pc libpcap.$(DYEXT) 302 libpcap.pc.in \ 429 all: libpcap.a shared $(BUILD_RPCAPD) libpcap.pc pcap-config 431 libpcap.a: $(OBJ) 436 shared: libpcap.$(DYEXT) 438 libpcap.so: $(OBJ) 461 libpcap.dylib: $(OBJ) 462 rm -f libpcap*.dylib [all …]
|
| D | README.md | 14 https://github.com/the-tcpdump-group/libpcap.git 16 This directory contains source code for libpcap, a system-independent 17 interface for user-level packet capture. libpcap provides a portable 28 Network Research Group <libpcap@ee.lbl.gov> 29 ftp://ftp.ee.lbl.gov/old/libpcap-0.4a7.tar.Z 38 The libpcap interface supports a filtering mechanism based on the 47 libpcap utilizes in-kernel filtering only for the BPF interface. 49 and the BPF filters are evaluated in the libpcap library, incurring 50 added overhead (especially, for selective filters). Ideally, libpcap 58 (which libpcap utilizes). [all …]
|
| D | INSTALL.md | 1 # libpcap installation notes 5 To build libpcap with the configure script and `make`: 18 control the configuration of libpcap; `./configure --help` will show 23 libpcap if you just want to build tcpdump; just make sure the tcpdump 24 and libpcap directory trees have the same parent directory. 30 To build libpcap with CMake and the build system of your choice, from 43 configuration of libpcap. 47 libpcap in a build directory is not supported. 70 does support packet capture but libpcap does not support that 72 packet capture not supported by libpcap, please send us patches; don't [all …]
|
| D | CONTRIBUTING.md | 10 first that it reproduces with the latest stable release of libpcap. If it does, 12 libpcap. If it does (and it is not a security-related problem, otherwise see 13 above), please navigate to https://github.com/the-tcpdump-group/libpcap/issues 17 * libpcap version (e.g. from `tcpdump --version`)
|
| D | CHANGES | 2 Summary for 1.10.5 libpcap release 15 with libpcap. 110 Build libpcap.a before building test programs. 167 Summary for 1.10.4 libpcap release 181 Summary for 1.10.3 libpcap release 194 Summary for 1.10.2 libpcap release 362 Fix generation of pcap-config and libpcap.pc files (issue #1062). 366 Add four libpcap test files. 402 Summary for 1.10.1 libpcap release: 418 Fix generation of libpcap.pc with CMake when not building a shared [all …]
|
| D | libpcap.pc.in | 2 # pkg-config file for libpcap. 13 Name: libpcap name
|
| D | pcap-dll.rc | 20 VALUE "Comments", "https://github.com/the-tcpdump-group/libpcap/" 28 VALUE "ProductName", "libpcap"
|
| D | configure.ac | 25 # libpcap.pc. 35 # libpcap. Libraries that the core libpcap code requires are added 40 # LIBS_STATIC: libraries with which a program using the libpcap *static* 46 # with which a program using the libpcap *static* library needs to be 47 # linked and for which a .pc file exists. This is used in libpcap.pc, 53 # needed when compiling libpcap. Used in Makefile for both C and 57 # libpcap. Used in Makefile for both C and C++ source. 60 # libpcap. Used in Makefile for both C and C++ source. 62 # ADDITIONAL_LIBS: additional libraries with which the libpcap dynamic 64 # or libpcap.pc, as, in all platforms on which we run, if a dynamic [all …]
|
| D | CMakeLists.txt | 74 # We explicitly indicate what languages are used in libpcap to avoid 110 # libpcap.A.dylib to have just libpcap.A.dylib as the install 111 # name; Apple built libpcap with an install_name of /usr/lib/libpcap.A.dylib 147 # system library, which we do *NOT* want to put in our libpcap.pc and 228 # pcap-config and libpcap.pc, for a library upon which we depend. 453 # benefit of projects that combine libpcap with their own 459 # On UN*X, it's always been libpcap. 1318 # to CMake by default, which causes CMake to fail on libpcap. Thanks! 1456 # pkg-config, we should set the Requires.private value in libpcap.pc 1526 # On macOS, build libpcap for the appropriate architectures, if [all …]
|
| D | TODO | 1 TODO list for libpcap
|
| /netbsd/src/external/bsd/libpcap/dist/msdos/ |
| D | readme.dos | 1 libpcap for DOS 4 This file contains some notes on building and using libpcap for MS-DOS. 13 Note: the files in the libpcap.zip contains short truncated filenames. 15 setting "LFN=n" in the environment. On the other hand, if you get libpcap 16 from GitHub or the official libpcap.tar.gz, some filenames are beyond 8+3. 20 the MSDOS sub-directory. Remember to built the libpcap library from the top 24 If you got the libpcap from the official site www.tcpdump, then that 27 https://www.watt-32.net/pcap/libpcap.zip 36 DOS-libpcap currently only works reliably with a real-mode Ethernet packet- 38 tcpdump) compiled with libpcap. Work is underway to implement protected- [all …]
|
| D | makefile.dj | 47 TARGETS = msdos/bin2c.exe libpcap.a filtertest.exe findalldevstest.exe \ 58 libpcap.a: version.h $(OBJECTS) $(PM_OBJECTS) 62 filtertest.exe: tests/filtertest.c libpcap.a 66 findalldevstest.exe: tests/findalldevstest.c libpcap.a 70 nonblocktest.exe: tests/nonblocktest.c libpcap.a 74 opentest.exe: tests/opentest.c libpcap.a
|
| /netbsd/src/external/bsd/tcpdump/dist/ |
| D | aclocal.m4 | 449 dnl Require libpcap 450 dnl Look for libpcap in directories under ..; those are local versions. 451 dnl Look for an installed libpcap if there is no local version or if 470 dnl save a copy before locating libpcap.a 481 libpcap=FAIL 482 AC_MSG_CHECKING([whether to look for a local libpcap]) 483 AC_ARG_ENABLE(local-libpcap, 484 AS_HELP_STRING([--disable-local-libpcap], 485 [don't look for a local libpcap @<:@default=check for a local libpcap@:>@]),, 492 # Don't look for a local libpcap. [all …]
|
| D | INSTALL.md | 2 If you have not built libpcap, and your system does not have libpcap 3 installed, install libpcap first. Your system might provide a version 4 of libpcap that can be installed; if so, to compile tcpdump you might 5 need to install a "developer" version of libpcap as well as the 7 libpcap; see [this file](README.md) for the location. 13 After libpcap has been built (either install it with `make install` or 14 make sure both the libpcap and tcpdump source trees are in the same 84 bpf_dump.c - BPF program printing routines, in case libpcap doesn't 126 pcap-missing.h - declarations of functions possibly missing from libpcap
|
| D | cmakeconfig.h.in | 87 /* define if libpcap has pcap_datalink_name_to_val() */ 90 /* define if libpcap has pcap_datalink_val_to_description() */ 93 /* define if libpcap has pcap_debug */ 120 /* define if libpcap has pcap_list_datalinks() */ 150 /* define if libpcap has pcap_version */ 213 /* define if libpcap has yydebug */
|
| D | config.h.in | 87 /* define if libpcap has pcap_datalink_name_to_val() */ 90 /* define if libpcap has pcap_datalink_val_to_description() */ 93 /* define if libpcap has pcap_debug */ 120 /* define if libpcap has pcap_list_datalinks() */ 150 /* define if libpcap has pcap_version */ 210 /* define if libpcap has yydebug */
|
| D | CMakeLists.txt | 39 # When building on NetBSD, with a libpcap installed from pkgsrc, 52 # it fails to find libpcap.so: 55 # {target-directory}/tcpdump: Shared object "libpcap.so.0" not found 60 # On Ubuntu and Solaris, even if you have a libpcap in /usr/local, you 63 # the run-time linker look in /usr/local/lib for libpcap. If it's not 65 # libpcap in /usr/lib is the same as the shared major version number 66 # of the libpcap in /usr/local/lib, the run-time linker will find the 67 # libpcap in /usr/lib; if the versions are different, the run-time 68 # linker will fail to find the libpcap in /usr/lib, so the program will 748 # libpcap/WinPcap/Npcap. [all …]
|
| D | configure.ac | 737 [define if libpcap has pcap_list_datalinks()]) 753 [define if libpcap has pcap_datalink_name_to_val()]) 756 [define if libpcap has pcap_datalink_val_to_description()]), 767 dnl it's absent (it has hooks into libpcap), so just define the 782 # introduced in libpcap 1.0.0. 805 AC_MSG_CHECKING(whether pcap_version is defined by libpcap) 816 AC_DEFINE(HAVE_PCAP_VERSION, 1, [define if libpcap has pcap_version]) 825 # with the system libpcap on macOS. 838 # OK, we don't have pcap_set_parser_debug() to set the libpcap 841 AC_MSG_CHECKING(whether pcap_debug is defined by libpcap) [all …]
|
| D | README.md | 42 ### Dependency on libpcap 43 Tcpdump uses libpcap, a system-independent interface for user-level 45 build libpcap. 47 Once libpcap is built (either install it or make sure it's in 48 `../libpcap`), you can build tcpdump using the procedure in the
|
| D | configure | 1387 --disable-local-libpcap don't look for a local libpcap [default=check for a 1388 local libpcap] 6060 libpcap=FAIL 6095 for dir in $places $srcdir/../libpcap ../libpcap $srcdir/libpcap $places2 ; do 6102 if test -r $dir/libpcap.a ; then 6103 libpcap=$dir/libpcap.a 6107 if test $libpcap = FAIL ; then 6118 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $libpcap" >&5 6119 printf "%s\n" "$libpcap" >&6; } 6140 if "$PKG_CONFIG" libpcap --exists ; then [all …]
|
| /netbsd/src/external/bsd/ppp/dist/ |
| D | Changes-2.4 | 29 * libpcap is now required when compiling on Linux (previously, if 30 libpcap was not present, pppd would be compiled without packet 145 * The code has been updated to work with version 0.8.3 of libpcap. 146 Unfortunately the libpcap maintainers removed support for the 148 link pppd with libpcap-0.8.3, you can't use those keywords in the 150 reinstated in the CVS version and should be in future libpcap
|
| D | NEWS | 36 * libpcap is now required when compiling on Linux (previously, if 37 libpcap was not present, pppd would be compiled without packet 152 * The code has been updated to work with version 0.8.3 of libpcap. 153 Unfortunately the libpcap maintainers removed support for the 155 link pppd with libpcap-0.8.3, you can't use those keywords in the 157 reinstated in the CVS version and should be in future libpcap
|
| D | configure.ac | 310 # With libpcap support, activate pppd on network activity 314 # SunOS provides a version of libpcap that would work, but SunOS has no support for activity filter 354 With libpcap.........: ${with_pcap:-no}
|
| /netbsd/src/usr.sbin/pf/pflogd/ |
| D | Makefile | 8 CPPFLAGS+=-I${NETBSDSRCDIR}/external/bsd/libpcap/dist
|
| /netbsd/src/external/bsd/ |
| D | Makefile | 7 libarchive libevent libfido2 liblzf libpcap mdocml \
|
12