Lines Matching +full:ipv6 +full:- +full:multi +full:- +full:target
6 rpcap: support rpcap-over-TLS
11 Add pcap_init(), and add support for UTF-8 strings, including error
66 see https://github.com/the-tcpdump-group/tcpdump/issues/480#issuecomment-486827278
67 Always return a list of supported time-stamp types, even if only
70 Linux: clean up support for some non-GNU libc C libraries
74 Added support for ICMPv6 types 1-4 as tokens in filters
75 Windows: Report PCAP_ERROR_NO_SUCH_DEVICE for a non-existent device
82 Linux, Windows: report a warning for unknown link-layer header types
93 Fix compilation of pcap-tc.c
112 Fix pcap-usb-linux.c build on systems with musl
117 Lots of tweaks to make newer compilers happier and warning-free and
121 Align pcap_t private data on an 8-byte boundary.
123 Use 64-bit clean API in dag_findalldevs()
131 they're internal-only and subject to change
145 Fix some divide-by-zero issues with the filter compiler
148 Fix handling of the packet-count argument for Myricom SNF devices
149 Fix --disable-rdma in configure script (GitHub issue #782)
152 Fix a number of issues when running rpcapd as an inetd-style daemon
153 Fix CMake issues with D-Bus libraries
157 "invalid password", to make brute-forcing harder
165 Fix hack to detect UTF-16LE adapter names on Windows not to go past
172 Use -fPIC when building for 64-bit SPARC on Linux (GitHub issue #837)
173 Fix CMake 64-bit library installation directory on some Linux
177 Five CVE-2019-15161, CVE-2019-15162, CVE-2019-15163, CVE-2019-15164, CVE-2019-15165
178 Fixes for CVE-2018-16301, errors in pcapng reading.
186 Changes to BSD 3-clause license to 2-clause licence
190 Support setting non-blocking mode before activating.
192 Added RPCAPD support when --enable-remote (default no)
197 fixes so that non-AF_INET addresses, are not ==AF_INET6 addresses.
199 pcap_compile() in 1.8.0 and later is newly thread-safe.
202 D-Bus captures can now be up to 128MB in size
204 Added DLT_VSOCK for https://qemu-project.org/Features/VirtioVsock
206 Add linux-specific pcap_set_protocol_linux() to allow specifying a specific capture protocol.
208 Add Nordic Semiconductor Bluetooth LE sniffer link-layer header type.
215 fixes for DragonBSD compilation of pcap-netmap.c
217 Add an option to disable Linux memory-mapped capture support.
220 Add checks for Linux USB, Linux Bluetooth, D-Bus, and RDMA sniffing support.
222 Don't bother supporting pre-2005 Visual Studio.
224 Add DLT value 273 for XRA-31 sniffer
227 Fix, and better explain, the "IPv6 means IPv6, not IPv4" option setting.
229 rpcapd: Add support inetd-likes, including xinetd.conf, and systemd units
234 Summary for 1.9.0 libpcap release (to 2017-01-25 by guy@alum.mit.edu)
237 Fix compilation if IPv6 support not enabled
238 Fix some Linux memory-mapped capture buffer size issues
250 Don't put incompletely-initialized addresses in the address list for
258 support (before dag-3.0.0 2007)
262 Add a target in Makefile.in for Exuberant Ctags use: 'extags'.
264 Clean up the name-to-DLT mapping table.
271 Fix the handling of loopback filters for IPv6 packets.
272 Add a link-layer header type for RDS (IEC 62106) groups.
274 On Linux, handle all CAN captures with pcap-linux.c, in cooked mode.
275 Removes the need for the "host-endian" link-layer header type.
276 Compile with '-Wused-but-marked-unused' in devel mode if supported
277 Have separate DLTs for big-endian and host-endian SocketCAN headers.
281 Re-impose some of Winsock's limitations on sock_recv().
286 Clean up {DAG, Septel, Myricom SNF}-only builds.
287 Do UTF-16-to-ASCII conversion into the right place.
308 Include fix for GitHub issue #424 -- out of tree builds.
321 Attempt to handle TPACKET_V1 with 32-bit userland and 64-bit kernel.
337 Don't crash on filters testing a non-existent link-layer type
339 Fix sending in non-blocking mode on Linux with memory-mapped
341 Fix timestamps when reading pcap-ng files on big-endian
347 changes for how --enable-XXX (--enable-sniffing, --enable-can) works
351 Don't support D-Bus sniffing on OS X
376 Report an error, rather than crashing, if an IPv6 address is
377 used for link-layer filtering. (Wireshark bug 9376)
382 Point users to the the-tcpdump-group repository on GitHub rather
387 Use "ln -s" to link man pages by default
388 Add support for getting nanosecond-resolution time stamps when
390 Many changes to autoconf to deal better with non-GCC compilers
396 If we don't have support for IPv6 address resolution, support,
397 in filter expressions, what IPv6 stuff we can.
398 Fix pcap-config to include -lpthread if canusb support is
400 Try to fix "pcap_parse not defined" problems when --without-flex
401 and --without-bison are used when you have Flex and Bison
405 Fix typo that, it appeared, would cause pcap-libdlpi.c not to
408 Catch attempts to call pcap_compile() on a non-activated pcap_t
409 Fix crash on Linux with CAN-USB support without usbfs
415 Describe "proto XXX" and "protochain XXX" in the pcap-filter man
429 Add new link-layer type for NFC Forum LLCP.
432 Add DLT_MPEG_2_TS/LINKTYPE_MPEG_2_TS for MPEG-2 transport streams.
433 [PATCH] Fix AIX-3.5 crash with read failure during stress
435 Introduce --disable-shared configure option.
455 Add some new link-layer header types.
459 Fix problems turning monitor mode on for non-mac80211 interfaces
463 Fail if pcap_activate() is called on an already-activated
465 Fix filtering in pcap-ng files.
474 Fix the calculation of the frame size in memory-mapped captures.
475 Add a link-layer header type for STANAG 5066 D_PDUs.
476 Add a link-layer type for a variant of 3GPP TS 27.010.
478 Add a link-layer type for DVB-CI.
479 Fix configure-script discovery of VLAN acceleration support.
480 see https://netoptimizer.blogspot.com/2010/09/tcpdump-vs-vlan-tags.html
481 Linux, HP-UX, AIX, NetBSD and OpenBSD compilation/conflict fixes.
483 Add DLT_DBUS, for raw D-Bus messages.
491 pcap_datalink() when reading pcap-ng files
497 On FreeBSD/SPARC64, use -fPIC - it's apparently necessary
498 Check for valid port numbers (fit in a 16-bit unsigned field) in
500 Reject attempts to put savefiles into non-blocking mode
512 Use the right version of ar when cross-building
529 Add support for shared libraries on Solaris, HP-UX, and AIX
530 Build, install, and un-install shared libraries by default;
536 Fix USB memory-mapped capturing on Linux; it requires a new DLT_
542 Add limited support for reading pcap-ng files
543 Fix BPF driver-loading error handling on AIX
544 Support getting the full-length interface description on FreeBSD
548 Hyphenate "link-layer" everywhere
551 poll() even if we're in non-blocking mode, so we pick up
563 Update pcap-config so that it handles libpcap requiring
566 Add missing mapping for DLT_ENC <-> LINKTYPE_ENC
570 Add link-layer types for Fibre Channel FC-2
571 Add link-layer types for Wireless HART
572 Add link-layer types for AOS
573 Add link-layer types for DECT
574 Autoconf fixes (AIX, HP-UX, OSF/1, Tru64 cleanups)
578 Support enabling/disabling bluetooth (--{en,dis}able-bluetooth)
579 Support disabling SITA support (--without-sita)
580 Return -1 on failure to create packet ring (if supported but
584 Add support for snapshot length for USB Memory-Mapped Interface
586 Fix memory-mapped Linux capture to support pcap_next() and
594 Compile with IPv6 support by default
596 Add pcap-config script, which deals with -I/-L flags for compiling
604 SITA ACN Interface support - see README.sita
605 Support for memory-mapped capture on Linux
628 Require <net/pfvar.h> for pf definitions - allows reading of pflog formatted
634 source directory and the target include directory, and have include
635 files at the top-level directory to include those headers, for
652 When building a shared library, build with "-fPIC" on Linux to support x86_64
653 Link with "$(CC) -shared" rather than "ld -shared" when building a
660 Add an explicit "-ldag" when building the shared library, so the DAG
676 beginning+link-layer
677 Add DLT/LINKTYPE for carrying FRF.16 Multi-link Frame Relay
678 Fix allocation of buffer for list of link-layer types
685 Don't double-count received packets on Linux systems that
696 Fixes for HP-UX
697 Support for additional Juniper link-layer types
698 Fixes for filters on MPLS-encapsulated packets
715 Fixed minor problem in gencode.c that would appear on 64-bit
746 Handle 32-bit timestamps in DLPI, and pass the right buffer size.
750 Handle 32-bit timestamps in snoop.
767 mode better on pre-2.2 kernels, and has various other fixes
771 Fixed HP-UX libpcap implementation to correctly get the PPA for
774 libpcap savefiles have system-independent link-layer type values
775 in the header, rather than sometimes platform-dependent DLT_
779 Non-standard capture files produced by some Linux tcpdumps, e.g.
785 protocols, and work on Token Ring (with non-source-routed
805 platform-specific issues.
812 - Brought in KAME IPv6/IPsec bpf compiler.
813 - Fixes for NetBSD.
814 - Support added for OpenBSD DLT_LOOP and BSD/OS DLT_C_HDLC (Cisco HDLC),
819 - Building outside the source code tree fixed.
820 - Changed to write out time stamps with 32-bit seconds and microseconds
823 - Changed "pcap_lookupdev()" to dynamically grow the buffer into which
828 - Added a new "pcap_compile_nopcap()", which lets you compile a filter
834 - Fix endian problem with DLT_NULL devices. From FreeBSD via Bill
837 - Fix alignment problem with FDDI under DLPI. This was causing core
840 - Added configure options to disable flex and bison. Resulted from a
844 - Added support for Fore ATM interfaces (qaa and fa) under IRIX. Thanks
847 - Change Linux PPP and SLIP to use DLT_RAW since the kernel does not
850 - Change Linux to use SIOCGIFHWADDR ioctl to determine link layer type.
853 - Change IRIX PPP to use DLT_RAW since the kernel does not supply any
856 - Modified to support the new BSD/OS 2.1 PPP and SLIP link layer header
859 - Added some new SGI snoop interface types. Thanks to Steve Alexander
862 - Fixes for HP-UX 10.20 (which is similar to HP-UX 9). Thanks to
865 - Fddi supports broadcast as reported by Jeff Macdonald
868 - Determine Linux pcap buffer size at run time or else it might not be
872 - Fix some linux alignment problems.
874 - Document promisc argument to pcap_open_live(). Reported by Ian Marsh
877 - Support Metricom radio packets under Linux. Thanks to Kevin Lai
880 - Bind to interface name under Linux to avoid packets from multiple
881 interfaces on multi-homed hosts. Thanks to Kevin Lai
884 - Change L_SET to SEEK_SET for HP-UX. Thanks to Roland Roberts
887 - Fixed an uninitialized memory reference found by Kent Vander Velden
890 - Fixed lex pattern for IDs to allow leading digits. As reported by
893 - Fixed Linux include file problems when using GNU libc.
895 - Ifdef ARPHRD_FDDI since not all versions of the Linux kernel have it.
898 - Fixed bug in pcap_dispatch() that kept it from returning on packet
901 - Changed ISLOOPBACK() macro when IFF_LOOPBACK isn't available to check
905 - Fixed Linux networking include files to use ints instead of longs to
911 - Added Linux support.
913 - Fixed savefile bugs.
915 - Solaris x86 fix from Tim Rylance (t.rylance@elsevier.nl)
917 - Add support for bpf kernel port filters.
919 - Remove duplicate atalk protocol table entry. Thanks to Christian
922 - Fixed pcap_lookupdev() to ignore nonexistent devices. This was
926 - Avoid solaris compiler warnings. Thanks to Bruce Barnett
931 - Fixes for HP-UX 10. Thanks in part to Thomas Wolfram
932 (wolf@prz.tu-berlin.de) and Rick Jones (raj@hpisrdq.cup.hp.com)
934 - Added support for SINIX. Thanks to Andrej Borsenkow
937 - Fixes for AIX (although this system is not yet supported). Thanks to
940 - Use autoconf's idea of the top level directory in install targets.
943 - Add missing autoconf packet capture result message. Thanks to Bill
946 - Fixed padding problems in the pf module.
948 - Fixed some more alignment problems on the alpha.
950 - Added explicit netmask support. Thanks to Steve Nuchia
953 - Fixed to handle raw ip addresses such as 0.0.0.1 without "left
956 - Add "sca" keyword (for DEC cluster services) as suggested by Terry
959 - Add "atalk" keyword as suggested by John Hawkinson.
961 - Add "igrp" keyword.
963 - Fixed HID definition in grammar.y to be a string, not a value.
965 - Use $CC when checking gcc version. Thanks to Carl Lindberg
968 - Removed obsolete reference to pcap_immediate() from the man page.
971 - DLT_NULL has a 4 byte family header. Thanks to Jeffrey Honig
976 - Add support for HP-UX. Resulted from code contributed by Tom Murray
977 (tmurray@hpindck.cup.hp.com) and Philippe-Andri Prindeville
980 - Update INSTALL with a reminder to install include files. Thanks to
983 - Fix bpf compiler alignment bug on the alpha.
985 - Use autoconf to detect architectures that can't handle misaligned
988 - Added loopback support for snoop. Resulted from report Steve
993 - Fixed compiler and optimizer bugs. The BPF filter engine uses unsigned
998 - Removed FDDI ifdef's, they aren't really needed. Resulted from report
1001 - Add pcap-null.c which allows offline use of libpcap on systems that
1005 - Make bpf_compile() reentrant. Fix thanks to Pascal Hennequin
1006 (Pascal.Hennequin@hugo.int-evry.fr).
1008 - Port to GNU autoconf.
1010 - Fix pcap-dlpi.c to work with isdn. Resulted from report by Flemming
1013 - Handle multi-digit interface unit numbers (aka ppa's) under dlpi.
1016 - Fix pcap-dlpi.c to work in non-promiscuous mode. Resulted from report
1019 - Add support for "long jumps". Thanks to Jeffrey Mogul
1022 - Fix minor problems when compiling with BDEBUG as noticed by Scott
1025 - Declare sys_errlist "const char *const" to avoid problems under
1030 - Add missing variable declaration missing from 0.0.6
1034 - Workaround for problems when pcap_read() returns 0 due to the timeout
1039 - Change configuration to not use gcc v2 flags with gcc v1.
1041 - Fixed a bug in pcap_next(); if pcap_dispatch() returns 0, pcap_next()
1044 - Fixed configure to test for snoop before dlpi to avoid problems under
1047 - Hack around deficiency in Ultrix's make.
1049 - Fix two bugs related to the Solaris pre-5.3.2 bufmod bug; handle
1053 - Added checkioctl which is used with gcc to check that the
1058 - Fixed configure to test for snoop before dlpi to avoid problems under
1063 - Implement timeout in the dlpi pcap_open_live(). Thanks to Richard
1066 - Determine pcap link type from dlpi media type. Resulted from report
1071 - Fixed bug in nit_setflags() in pcap-snit.c. The streams ioctl timeout
1076 - Turn on FDDI support by default.
1080 - Initial release.
1082 - Fixed bug with greater/less keywords, reported by Mark Andrews
1085 - Fix bug where '|' was defined as BPF_AND instead of BPF_OR, reported
1088 - Machines with little-endian byte ordering are supported thanks to
1091 - Add hack for version 2.3 savefiles which don't have caplen and len
1094 - Added "&&" and "||" aliases for "and" and "or" thanks to Vern Paxson.
1096 - Added length, inbound and outbound keywords.