Blame CHANGES

Packit Service c0f7c7
Sunday, July 22, 2018
Packit Service c0f7c7
  Summary for 1.9.1 libpcap release
Packit Service c0f7c7
    Mention pcap_get_required_select_timeout() in the main pcap man page
Packit Service c0f7c7
    Fix pcap-usb-linux.c build on systems with musl
Packit Service c0f7c7
    Fix assorted man page and other documentation issues
Packit Service c0f7c7
    Plug assorted memory leaks
Packit Service c0f7c7
    Documentation changes to use https:
Packit Service c0f7c7
    Changes to how time stamp calculations are done
Packit Service c0f7c7
    Lots of tweaks to make newer compilers happier and warning-free and
Packit Service c0f7c7
        to fix instances of C undefined behavior
Packit Service c0f7c7
    Warn if AC_PROG_CC_C99 can't enable C99 support
Packit Service c0f7c7
    Rename pcap_set_protocol() to  pcap_set_protocol_linux().
Packit Service c0f7c7
    Align pcap_t private data on an 8-byte boundary.
Packit Service c0f7c7
    Fix various error messages
Packit Service c0f7c7
    Use 64-bit clean API in dag_findalldevs()
Packit Service c0f7c7
    Fix cleaning up after some errors
Packit Service c0f7c7
    Work around some ethtool ioctl bugs in newer Linux kernels (GitHub
Packit Service c0f7c7
        issue #689)
Packit Service c0f7c7
    Add backwards compatibility sections to some man pages (GitHub issue
Packit Service c0f7c7
        #745)
Packit Service c0f7c7
    Fix autotool configuration on AIX and macOS
Packit Service c0f7c7
    Don't export bpf_filter_with_aux_data() or struct bpf_aux_data;
Packit Service c0f7c7
        they're internal-only and subject to change
Packit Service c0f7c7
    Fix pcapng block size checking
Packit Service c0f7c7
    On macOS, don't build rpcapd or test programs any fatter than they
Packit Service c0f7c7
        need to be
Packit Service c0f7c7
    Fix reading of capture statistics for Linux USB
Packit Service c0f7c7
    Fix packet size values for Linux USB packets (GitHub issue #808)
Packit Service c0f7c7
    Check only VID in VLAN test in filterss (GitHub issue #461)
Packit Service c0f7c7
    Fix pcap_list_datalinks on 802.11 devices on macOS
Packit Service c0f7c7
    Fix overflows with very large snapshot length in pcap file
Packit Service c0f7c7
    Improve parsing of rpcapd configuration file (GitHub issue #767)
Packit Service c0f7c7
    Handle systems without strlcpy() or strlcat() better
Packit Service c0f7c7
    Fix crashes and other errors with invalid filter expressions
Packit Service c0f7c7
    Fix use of uninitialized file descriptor in remote capture
Packit Service c0f7c7
    Fix some CMake issues
Packit Service c0f7c7
    Fix some divide-by-zero issues with the filter compiler
Packit Service c0f7c7
    Work around a GNU libc bug in pcap_nametonetaddr()
Packit Service c0f7c7
    Add support for DLT_LINUX_SLL2
Packit Service c0f7c7
    Fix handling of the packet-count argument for Myricom SNF devices
Packit Service c0f7c7
    Fix --disable-rdma in configure script (GitHub issue #782)
Packit Service c0f7c7
    Fix compilation of TurboCap support (GitHub issue #764)
Packit Service c0f7c7
    Constify first argument to pcap_findalldevs_ex()
Packit Service c0f7c7
    Fix a number of issues when running rpcapd as an inetd-style daemon
Packit Service c0f7c7
    Fix CMake issues with D-Bus libraries
Packit Service c0f7c7
    In rpcapd, clean up termination of a capture session
Packit Service c0f7c7
    Redo remote capture protocol negotiation
Packit Service c0f7c7
    In rpcapd, report the same error for "invalid user name" and
Packit Service c0f7c7
        "invalid password", to make brute-forcing harder
Packit Service c0f7c7
    For remote captures, add an error code for "the server requires TLS"
Packit Service c0f7c7
    Fix pcap_dump_fopen() on Windows to avoid clashes between
Packit Service c0f7c7
        {Win,N}Pcap and application C runtimes
Packit Service c0f7c7
    Fix exporting of functions from Windows DLLs (GitHub issue #810)
Packit Service c0f7c7
    Fix building as part of Npcap
Packit Service c0f7c7
    Allow rpcapd to rebind more rapidly
Packit Service c0f7c7
    Fix building shared libpcap library on midipix (midipix.org)
Packit Service c0f7c7
    Fix hack to detect UTF-16LE adapter names on Windows not to go past
Packit Service c0f7c7
        the end of the string
Packit Service c0f7c7
    Fix handling of "wireless WAN" (mobile phone network modems) on
Packit Service c0f7c7
        Windows with WinPcap/Npcap (GitHub issue #824)
Packit Service c0f7c7
    Have pcap_dump_open_append() create the dump file if it doesn't
Packit Service c0f7c7
        exists (GitHub issue #247)
Packit Service c0f7c7
    Fix the maxmum snapshot length for DLT_USBPCAP
Packit Service c0f7c7
    Use -fPIC when building for 64-bit SPARC on Linux (GitHub issue #837)
Packit Service c0f7c7
    Fix CMake 64-bit library installation directory on some Linux
Packit Service c0f7c7
        distributions
Packit Service c0f7c7
    Boost the TPACKET_V3 timeout to the maximum if a timeout of 0 was
Packit Service c0f7c7
        specified
Packit Service c0f7c7
    Five CVE-2019-15161, CVE-2019-15162, CVE-2019-15163, CVE-2019-15164, CVE-2019-15165
Packit Service c0f7c7
    Fixes for CVE-2018-16301, errors in pcapng reading.
Packit Service c0f7c7
    PCAPNG reader applies some sanity checks before doing malloc().
Packit Service c0f7c7
Packit Service c0f7c7
Sunday, June 24, 2018, by mcr@sandelman.ca
Packit Service c0f7c7
  Summary for 1.9.0 libpcap release
Packit Service c0f7c7
    Added testing system to libpcap, independent of tcpdump
Packit Service c0f7c7
    Changes to how pcap_t is activated
Packit Service c0f7c7
    Adding support for Large stream buffers on Endace DAG cards
Packit Service c0f7c7
    Changes to BSD 3-clause license to 2-clause licence
Packit Service c0f7c7
    Additions to TCP header parsing, per RFC3168
Packit Service c0f7c7
    Add CMake build process (extensive number of changes)
Packit Service c0f7c7
    Assign a value for OpenBSD DLT_OPENFLOW.
Packit Service c0f7c7
    Support setting non-blocking mode before activating.
Packit Service c0f7c7
    Extensive build support for Windows VS2010 and MINGW (many many changes, over many months)
Packit Service c0f7c7
    Added RPCAPD support when --enable-remote (default no)
Packit Service c0f7c7
    Add the rpcap daemon source and build instructions.
Packit Service c0f7c7
    Put back the greasy "save the capture filter string so we can tweak it"
Packit Service c0f7c7
        hack, that keeps libpcap from capturing rpcap traffic.
Packit Service c0f7c7
    Fixes for captures on MacOS, utun0
Packit Service c0f7c7
    fixes so that non-AF_INET addresses, are not ==AF_INET6 addresses.
Packit Service c0f7c7
    Add a linktype for IBM SDLC frames containing SNA PDUs.
Packit Service c0f7c7
    pcap_compile() in 1.8.0 and later is newly thread-safe.
Packit Service c0f7c7
    bound snaplen for linux tpacket_v2 to ~64k
Packit Service c0f7c7
    Make VLAN filter handle both metadata and inline tags
Packit Service c0f7c7
    D-Bus captures can now be up to 128MB in size
Packit Service c0f7c7
    Added LORATAP DLT value
Packit Service c0f7c7
    Added DLT_VSOCK for http://qemu-project.org/Features/VirtioVsock
Packit Service c0f7c7
    probe_devices() fixes not to overrun buffer for name of device
Packit Service c0f7c7
    Add linux-specific pcap_set_protocol_linux() to allow specifying a specific capture protocol.
Packit Service c0f7c7
    RDMA sniffing support for pcap
Packit Service c0f7c7
    Add Nordic Semiconductor Bluetooth LE sniffer link-layer header type.
Packit Service c0f7c7
    fixes for reading /etc/ethers
Packit Service c0f7c7
    Make it possible to build on Windows without packet.dll.
Packit Service c0f7c7
    Add tests for large file support on UN*X.
Packit Service c0f7c7
    Solaris fixes to work with 2.8.6
Packit Service c0f7c7
    configuration test now looks for header files, not capture devices present
Packit Service c0f7c7
    Fix to work with Berkeley YACC.
Packit Service c0f7c7
    fixes for DragonBSD compilation of pcap-netmap.c
Packit Service c0f7c7
    Clean up the ether_hostton() stuff.
Packit Service c0f7c7
    Add an option to disable Linux memory-mapped capture support.
Packit Service c0f7c7
    Add DAG API support checks.
Packit Service c0f7c7
    Add Septel, Myricom SNF, and Riverbed TurboCap checks.
Packit Service c0f7c7
    Add checks for Linux USB, Linux Bluetooth, D-Bus, and RDMA sniffing support.
Packit Service c0f7c7
    Add a check for hardware time stamping on Linux.
Packit Service c0f7c7
    Don't bother supporting pre-2005 Visual Studio.
Packit Service c0f7c7
    Increased minimum autoconf version requirement to 2.64
Packit Service c0f7c7
    Add DLT value 273 for XRA-31 sniffer
Packit Service c0f7c7
    Clean up handing of signal interrupts in pcap_read_nocb_remote().
Packit Service c0f7c7
    Use the XPG 4.2 versions of the networking APIs in Solaris.
Packit Service c0f7c7
    Fix, and better explain, the "IPv6 means IPv6, not IPv4" option setting.
Packit Service c0f7c7
    Explicitly warn that negative packet buffer timeouts should not be used.
Packit Service c0f7c7
    rpcapd: Add support inetd-likes, including xinetd.conf, and systemd units
Packit Service c0f7c7
    Rename DLT_IEEE802_15_4 to DLT_IEEE802_15_4_WITHFCS.
Packit Service c0f7c7
    Add DISPLAYPORT AUX link type
Packit Service c0f7c7
    Remove the sunos4 kernel modules and all references to them.
Packit Service c0f7c7
    Add more interface flags to pcap_findalldevs().
Packit Service c0f7c7
  Summary for 1.9.0 libpcap release (to 2017-01-25 by guy@alum.mit.edu)
Packit Service c0f7c7
    Man page improvements
Packit Service c0f7c7
    Fix Linux cooked mode userspace filtering (GitHub pull request #429)
Packit Service c0f7c7
    Fix compilation if IPv6 support not enabled
Packit Service c0f7c7
    Fix some Linux memory-mapped capture buffer size issues
Packit Service c0f7c7
    Don't fail if kernel filter can't be set on Linux (GitHub issue
Packit Service c0f7c7
      #549)
Packit Service c0f7c7
    Improve sorting of interfaces for pcap_findalldevs()
Packit Service c0f7c7
    Don't list Linux usbmon devices if usbmon module isn't loaded
Packit Service c0f7c7
    Report PCAP_ERROR_PERM_DENIED if no permission to open Linux usbmon
Packit Service c0f7c7
      devices
Packit Service c0f7c7
    Fix DLT_ type for Solaris IPNET devices
Packit Service c0f7c7
    Always return an error message for errors finding DAG or Myricom
Packit Service c0f7c7
      devices
Packit Service c0f7c7
    If possible, don't require that a device be openable when
Packit Service c0f7c7
      enumerating them for pcap_findalldevs()
Packit Service c0f7c7
    Don't put incompletely-initialized addresses in the address list for
Packit Service c0f7c7
    When finding Myricom devices, update description for regular
Packit Service c0f7c7
      interfaces that are Myricom devices and handle SNF_FLAGS=0x2(port
Packit Service c0f7c7
      aggregation enabled)
Packit Service c0f7c7
    Fix compilation error in DAG support
Packit Service c0f7c7
    Fix issues with CMake configuration
Packit Service c0f7c7
    Add support for stream buffers larger than 2GB on newer DAG cards
Packit Service c0f7c7
    Remove support for building against DAG versions without STREAMS
Packit Service c0f7c7
      support (before dag-3.0.0 2007)
Packit Service c0f7c7
Packit Service c0f7c7
Tuesday, Oct. 25, 2016 mcr@sandelman.ca
Packit Service c0f7c7
  Summary for 1.8.1 libpcap release
Packit Service c0f7c7
    Add a target in Makefile.in for Exuberant Ctags use: 'extags'.
Packit Service c0f7c7
    Rename configure.in to configure.ac: autoconf 2.59
Packit Service c0f7c7
    Clean up the name-to-DLT mapping table.
Packit Service c0f7c7
    Add some newer DLT_ values: IPMI_HPM_2,ZWAVE_R1_R2,ZWAVE_R3,WATTSTOPPER_DLM,ISO_14443,RDS
Packit Service c0f7c7
    Clarify what the return values are for both success and failure.
Packit Service c0f7c7
    Many changes to build on windows
Packit Service c0f7c7
    Check for the "break the loop" condition in the inner loop for TPACKET_V3.
Packit Service c0f7c7
    Fix handling of packet count in the TPACKET_V3 inner loop: GitHub issue #493.
Packit Service c0f7c7
    Filter out duplicate looped back CAN frames.
Packit Service c0f7c7
    Fix the handling of loopback filters for IPv6 packets.
Packit Service c0f7c7
    Add a link-layer header type for RDS (IEC 62106) groups.
Packit Service c0f7c7
    Use different intermediate folders for x86 and x64 builds on Windows.
Packit Service c0f7c7
    On Linux, handle all CAN captures with pcap-linux.c, in cooked mode.
Packit Service c0f7c7
    Removes the need for the "host-endian" link-layer header type.
Packit Service c0f7c7
    Compile with '-Wused-but-marked-unused' in devel mode if supported
Packit Service c0f7c7
    Have separate DLTs for big-endian and host-endian SocketCAN headers.
Packit Service c0f7c7
    Reflect version.h being renamed to pcap_version.h.
Packit Service c0f7c7
    Require that version.h be generated: all build procedures we support generate version.h (autoconf, CMake, MSVC)!
Packit Service c0f7c7
    Properly check for sock_recv() errors.
Packit Service c0f7c7
    Re-impose some of Winsock's limitations on sock_recv().
Packit Service c0f7c7
    Replace sprintf() with pcap_snprintf().
Packit Service c0f7c7
    Fix signature of pcap_stats_ex_remote().
Packit Service c0f7c7
    Initial cmake support for remote packet capture.
Packit Service c0f7c7
    Have rpcap_remoteact_getsock() return a SOCKET and supply an "is active" flag.
Packit Service c0f7c7
    Clean up {DAG, Septel, Myricom SNF}-only builds.
Packit Service c0f7c7
    Do UTF-16-to-ASCII conversion into the right place.
Packit Service c0f7c7
    pcap_create_interface() needs the interface name on Linux.
Packit Service c0f7c7
    Clean up hardware time stamp support: the "any" device does not support any time stamp types.
Packit Service c0f7c7
    Add support for capturing on FreeBSD usbusN interfaces.
Packit Service c0f7c7
    Add a LINKTYPE/DLT_ value for FreeBSD USB.
Packit Service c0f7c7
    Go back to using PCAP_API on Windows.
Packit Service c0f7c7
    CMake support
Packit Service c0f7c7
    Add TurboCap support from WinPcap.
Packit Service c0f7c7
    Recognize 802.1ad nested VLAN tag in vlan filter.
Packit Service c0f7c7
Packit Service c0f7c7
Thursday Sep. 3, 2015 guy@alum.mit.edu
Packit Service c0f7c7
  Summary for 1.7.5 libpcap release
Packit Service c0f7c7
	Man page cleanups.
Packit Service c0f7c7
	Add some allocation failure checks.
Packit Service c0f7c7
	Fix a number of Linux/ucLinux configure/build issues.
Packit Service c0f7c7
	Fix some memory leaks.
Packit Service c0f7c7
	Recognize 802.1ad nested VLAN tag in vlan filter.
Packit Service c0f7c7
	Fix building Bluetooth Linux Monitor support with BlueZ 5.1+
Packit Service c0f7c7
Packit Service c0f7c7
Saturday Jun. 27, 2015 mcr@sandelman.ca
Packit Service c0f7c7
  Summary for 1.7.4 libpcap release
Packit Service c0f7c7
	Include fix for GitHub issue #424 -- out of tree builds.
Packit Service c0f7c7
Packit Service c0f7c7
Friday Apr. 10, 2015 guy@alum.mit.edu
Packit Service c0f7c7
  Summary for 1.7.3 libpcap release
Packit Service c0f7c7
	Work around a Linux bonding driver bug.
Packit Service c0f7c7
Packit Service c0f7c7
Thursday Feb. 12, 2015 guy@alum.mit.edu/mcr@sandelman.ca
Packit Service c0f7c7
  Summary for 1.7.2 libpcap release
Packit Service c0f7c7
	Support for filtering Geneve encapsulated packets.
Packit Service c0f7c7
	Generalize encapsulation handling, fixing some bugs.
Packit Service c0f7c7
	Don't add null addresses to address lists.
Packit Service c0f7c7
	Add pcap_dump_open_append() to open for appending.
Packit Service c0f7c7
	Fix the swapping of isochronous descriptors in Linux USB.
Packit Service c0f7c7
	Attempt to handle TPACKET_V1 with 32-bit userland and 64-bit kernel.
Packit Service c0f7c7
Packit Service c0f7c7
Wednesday Nov. 12, 2014 guy@alum.mit.edu/mcr@sandelman.ca
Packit Service c0f7c7
  Summary for 1.7.0 libpcap release
Packit Service c0f7c7
	Fix handling of zones for BPF on Solaris
Packit Service c0f7c7
	new DLT for ZWAVE
Packit Service c0f7c7
	clarifications for read timeouts.
Packit Service c0f7c7
	Use BPF extensions in compiled filters, fixing VLAN filters
Packit Service c0f7c7
	some fixes to compilation without stdint.h
Packit Service c0f7c7
	EBUSY can now be returned by SNFv3 code.
Packit Service c0f7c7
	Fix the range checks in BPF loads
Packit Service c0f7c7
	Various DAG fixes.
Packit Service c0f7c7
	Various Linux fixes.
Packit Service c0f7c7
Packit Service c0f7c7
Monday Aug. 12, 2014 guy@alum.mit.edu
Packit Service c0f7c7
  Summary for 1.6.2 libpcap release
Packit Service c0f7c7
	Don't crash on filters testing a non-existent link-layer type
Packit Service c0f7c7
	    field.
Packit Service c0f7c7
	Fix sending in non-blocking mode on Linux with memory-mapped
Packit Service c0f7c7
	    capture.
Packit Service c0f7c7
	Fix timestamps when reading pcap-ng files on big-endian
Packit Service c0f7c7
	    machines.
Packit Service c0f7c7
Packit Service c0f7c7
Saturday  Jul. 19, 2014 mcr@sandelman.ca
Packit Service c0f7c7
  Summary for 1.6.1 libpcap release
Packit Service c0f7c7
	some fixes for the any device
Packit Service c0f7c7
	changes for how --enable-XXX (--enable-sniffing, --enable-can) works
Packit Service c0f7c7
Packit Service c0f7c7
Wednesday Jul. 2, 2014 mcr@sandelman.ca
Packit Service c0f7c7
  Summary for 1.6.0 libpcap release
Packit Service c0f7c7
        Don't support D-Bus sniffing on OS X
Packit Service c0f7c7
        fixes for byte order issues with NFLOG captures
Packit Service c0f7c7
        Handle using cooked mode for DLT_NETLINK in activate_new().
Packit Service c0f7c7
        on platforms where you can not capture on down interfaces, do not list them
Packit Service c0f7c7
        but: do list interfaces which are down, if you can capture on them!
Packit Service c0f7c7
Packit Service c0f7c7
Wednesday December 18, 2013 guy@alum.mit.edu
Packit Service c0f7c7
Summary for 1.5.3 libpcap release
Packit Service c0f7c7
	Don't let packets that don't match the current filter get to the
Packit Service c0f7c7
	    application when TPACKET_V3 is used. (GitHub issue #331)
Packit Service c0f7c7
	Fix handling of pcap_loop()/pcap_dispatch() with a packet count
Packit Service c0f7c7
	    of 0 on some platforms (including Linux with TPACKET_V3).
Packit Service c0f7c7
	    (GitHub issue #333)
Packit Service c0f7c7
	Work around TPACKET_V3 deficiency that causes packets to be lost
Packit Service c0f7c7
	    when a timeout of 0 is specified. (GitHub issue #335)
Packit Service c0f7c7
	Man page formatting fixes.
Packit Service c0f7c7
Packit Service c0f7c7
Wednesday December 4, 2013 guy@alum.mit.edu
Packit Service c0f7c7
Summary for 1.5.2 libpcap release
Packit Service c0f7c7
	Fix libpcap to work when compiled with TPACKET_V3 support and
Packit Service c0f7c7
	    running on a kernel without TPACKET_V3 support. (GitHub
Packit Service c0f7c7
	    issue #329)
Packit Service c0f7c7
Packit Service c0f7c7
Wednesday November 20, 2013 guy@alum.mit.edu
Packit Service c0f7c7
Summary for 1.5.1 libpcap release
Packit Service c0f7c7
	Report an error, rather than crashing, if an IPv6 address is
Packit Service c0f7c7
	    used for link-layer filtering.  (Wireshark bug 9376)
Packit Service c0f7c7
Packit Service c0f7c7
Wednesday October 30, 2013 guy@alum.mit.edu
Packit Service c0f7c7
Summary for 1.5.0 libpcap release
Packit Service c0f7c7
	TPACKET_V3 support added for Linux
Packit Service c0f7c7
	Point users to the the-tcpdump-group repository on GitHub rather
Packit Service c0f7c7
	    than the mcr repository
Packit Service c0f7c7
	Checks added for malloc()/realloc()/etc. failures
Packit Service c0f7c7
	Fixed build on Solaris 11
Packit Service c0f7c7
	Support filtering filtering E1 SS7 traffic on MTP2 layer Annex A
Packit Service c0f7c7
	Use "ln -s" to link man pages by default
Packit Service c0f7c7
        Add support for getting nanosecond-resolution time stamps when
Packit Service c0f7c7
	    capturing and reading capture files
Packit Service c0f7c7
        Many changes to autoconf to deal better with non-GCC compilers
Packit Service c0f7c7
        added many new DLT types
Packit Service c0f7c7
Packit Service c0f7c7
Saturday April 6, 2013 guy@alum.mit.edu
Packit Service c0f7c7
Summary for 1.4.0 libpcap release
Packit Service c0f7c7
	Add netfilter/nfqueue interface.
Packit Service c0f7c7
	If we don't have support for IPv6 address resolution, support,
Packit Service c0f7c7
	    in filter expressions, what IPv6 stuff we can.
Packit Service c0f7c7
	Fix pcap-config to include -lpthread if canusb support is
Packit Service c0f7c7
	    present
Packit Service c0f7c7
	Try to fix "pcap_parse not defined" problems when --without-flex
Packit Service c0f7c7
	    and --without-bison are used when you have Flex and Bison
Packit Service c0f7c7
	Fix some issues with the pcap_loop man page.
Packit Service c0f7c7
	Fix pcap_getnonblock() and pcap_setnonblock() to fill in the
Packit Service c0f7c7
	    supplied error message buffer
Packit Service c0f7c7
	Fix typo that, it appeared, would cause pcap-libdlpi.c not to
Packit Service c0f7c7
	    compile (perhaps systems with libdlpi also have BPF and use
Packit Service c0f7c7
	    that instead)
Packit Service c0f7c7
	Catch attempts to call pcap_compile() on a non-activated pcap_t
Packit Service c0f7c7
	Fix crash on Linux with CAN-USB support without usbfs
Packit Service c0f7c7
	Fix addition of VLAN tags for Linux cooked captures
Packit Service c0f7c7
	Check for both EOPNOTSUPP and EINVAL after SIOCETHTOOL ioctl, so
Packit Service c0f7c7
	    that the driver can report either one if it doesn't support
Packit Service c0f7c7
	    SIOCETHTOOL
Packit Service c0f7c7
	Add DLT_INFINIBAND and DLT_SCTP
Packit Service c0f7c7
	Describe "proto XXX" and "protochain XXX" in the pcap-filter man
Packit Service c0f7c7
	    page
Packit Service c0f7c7
	Handle either directories, or symlinks to directories, that
Packit Service c0f7c7
	    correspond to interfaces in /sys/class/net
Packit Service c0f7c7
	Fix handling of VLAN tag insertion to check, on Linux 3.x
Packit Service c0f7c7
	    kernels, for VLAN tag valid flag
Packit Service c0f7c7
	Clean up some man pages
Packit Service c0f7c7
	Support libnl3 as well as libnl1 and libnl2 on Linux
Packit Service c0f7c7
	Fix handling of Bluetooth devices on 3.x Linux kernels
Packit Service c0f7c7
Packit Service c0f7c7
Friday  March 30, 2012.  mcr@sandelman.ca
Packit Service c0f7c7
Summary for 1.3.0 libpcap release
Packit Service c0f7c7
        Handle DLT_PFSYNC in {FreeBSD, other *BSD+Mac OS X, other}.
Packit Service c0f7c7
        Linux: Don't fail if netfilter isn't enabled in the kernel.
Packit Service c0f7c7
        Add new link-layer type for NFC Forum LLCP.
Packit Service c0f7c7
        Put the CANUSB stuff into EXTRA_DIST, so it shows up in the release tarball.
Packit Service c0f7c7
        Add LINKTYPE_NG40/DLT_NG40.
Packit Service c0f7c7
        Add DLT_MPEG_2_TS/LINKTYPE_MPEG_2_TS for MPEG-2 transport streams.
Packit Service c0f7c7
        [PATCH] Fix AIX-3.5 crash with read failure during stress
Packit Service c0f7c7
        AIX fixes.
Packit Service c0f7c7
        Introduce --disable-shared configure option.
Packit Service c0f7c7
        Added initial support for canusb devices.
Packit Service c0f7c7
        Include the pcap(3PCAP) additions as 1.2.1 changes.
Packit Service c0f7c7
        many updates to documentation: pcap.3pcap.in
Packit Service c0f7c7
        Improve 'inbound'/'outbound' capture filters under Linux.
Packit Service c0f7c7
        Note the cleanup of handling of new DLT_/LINKTYPE_ values.
Packit Service c0f7c7
        On Lion, don't build for PPC.
Packit Service c0f7c7
        For mac80211 devices we need to clean up monitor mode on exit.
Packit Service c0f7c7
Packit Service c0f7c7
Friday  December 9, 2011.  guy@alum.mit.edu.
Packit Service c0f7c7
Summary for 1.2.1 libpcap release
Packit Service c0f7c7
	Update README file.
Packit Service c0f7c7
	Fix typoes in README.linux file.
Packit Service c0f7c7
	Clean up some compiler warnings.
Packit Service c0f7c7
	Fix Linux compile problems and tests for ethtool.h.
Packit Service c0f7c7
	Treat Debian/kFreeBSD and GNU/Hurd as systems with GNU
Packit Service c0f7c7
	 toolchains.
Packit Service c0f7c7
	Support 802.1 QinQ as a form of VLAN in filters.
Packit Service c0f7c7
	Treat "carp" as equivalent to "vrrp" in filters.
Packit Service c0f7c7
	Fix code generated for "ip6 protochain".
Packit Service c0f7c7
	Add some new link-layer header types.
Packit Service c0f7c7
	Support capturing NetFilter log messages on Linux.
Packit Service c0f7c7
	Clean up some error messages.
Packit Service c0f7c7
	Turn off monitor mode on exit for mac80211 interfaces on Linux.
Packit Service c0f7c7
	Fix problems turning monitor mode on for non-mac80211 interfaces
Packit Service c0f7c7
	 on Linux.
Packit Service c0f7c7
	Properly fail if /sys/class/net or /proc/net/dev exist but can't
Packit Service c0f7c7
	 be opened.
Packit Service c0f7c7
	Fail if pcap_activate() is called on an already-activated
Packit Service c0f7c7
	 pcap_t, and add a test program for that.
Packit Service c0f7c7
	Fix filtering in pcap-ng files.
Packit Service c0f7c7
	Don't build for PowerPC on Mac OS X Lion.
Packit Service c0f7c7
	Simplify handling of new DLT_/LINKTYPE_ values.
Packit Service c0f7c7
	Expand pcap(3PCAP) man page.
Packit Service c0f7c7
Packit Service c0f7c7
Sunday  July 24, 2011.  mcr@sandelman.ca.
Packit Service c0f7c7
Summary for 1.2 libpcap release
Packit Service c0f7c7
        All of the changes listed below for 1.1.1 and 1.1.2.
Packit Service c0f7c7
        Changes to error handling for pcap_findalldevs().
Packit Service c0f7c7
        Fix the calculation of the frame size in memory-mapped captures.
Packit Service c0f7c7
        Add a link-layer header type for STANAG 5066 D_PDUs.
Packit Service c0f7c7
        Add a link-layer type for a variant of 3GPP TS 27.010.
Packit Service c0f7c7
        Noted real nature of LINKTYPE_ARCNET.
Packit Service c0f7c7
        Add a link-layer type for DVB-CI.
Packit Service c0f7c7
        Fix configure-script discovery of VLAN acceleration support.
Packit Service c0f7c7
         see http://netoptimizer.blogspot.com/2010/09/tcpdump-vs-vlan-tags.html
Packit Service c0f7c7
        Linux, HP-UX, AIX, NetBSD and OpenBSD compilation/conflict fixes.
Packit Service c0f7c7
        Protect against including AIX 5.x's <net/bpf.h> having been included.
Packit Service c0f7c7
        Add DLT_DBUS, for raw D-Bus messages.
Packit Service c0f7c7
        Treat either EPERM or EACCES as "no soup for you".
Packit Service c0f7c7
        Changes to permissions on DLPI systems.
Packit Service c0f7c7
        Add DLT_IEEE802_15_4_NOFCS for 802.15.4 interfaces.
Packit Service c0f7c7
Packit Service c0f7c7
Fri.    August 6, 2010.  guy@alum.mit.edu.
Packit Service c0f7c7
Summary for 1.1.2 libpcap release
Packit Service c0f7c7
	Return DLT_ values, not raw LINKTYPE_ values from
Packit Service c0f7c7
	  pcap_datalink() when reading pcap-ng files
Packit Service c0f7c7
	Add support for "wlan ra" and "wlan ta", to check the RA and TA
Packit Service c0f7c7
	  of WLAN frames that have them
Packit Service c0f7c7
	Don't crash if "wlan addr{1,2,3,4}" are used without 802.11
Packit Service c0f7c7
	  headers
Packit Service c0f7c7
	Do filtering on USB and Bluetooth capturing
Packit Service c0f7c7
	On FreeBSD/SPARC64, use -fPIC - it's apparently necessary
Packit Service c0f7c7
	Check for valid port numbers (fit in a 16-bit unsigned field) in
Packit Service c0f7c7
	  "port" filters
Packit Service c0f7c7
	Reject attempts to put savefiles into non-blocking mode
Packit Service c0f7c7
	Check for "no such device" for the "get the media types" ioctl
Packit Service c0f7c7
	  in *BSD
Packit Service c0f7c7
	Improve error messages from bpf_open(), and let it do the error
Packit Service c0f7c7
	  handling
Packit Service c0f7c7
	Return more specific errors from pcap_can_set_rfmon(); fix
Packit Service c0f7c7
	  documentation
Packit Service c0f7c7
	Update description fetching code for FreeBSD, fix code for
Packit Service c0f7c7
	  OpenBSD
Packit Service c0f7c7
	Ignore /sys/net/dev files if we get ENODEV for them, not just
Packit Service c0f7c7
	  ENXIO; fixes handling of bonding devices on Linux
Packit Service c0f7c7
	Fix check for a constant 0 argument to BPF_DIV
Packit Service c0f7c7
	Use the right version of ar when cross-building
Packit Service c0f7c7
	Free any filter set on a savefile when the savefile is closed
Packit Service c0f7c7
	Include the CFLAGS setting when configure was run in the
Packit Service c0f7c7
	  compiler flags
Packit Service c0f7c7
	Add support for 802.15.4 interfaces on Linux
Packit Service c0f7c7
Packit Service c0f7c7
Thu.    April 1, 2010.  guy@alum.mit.edu.
Packit Service c0f7c7
Summary for 1.1.1 libpcap release
Packit Service c0f7c7
	Update CHANGES to reflect more of the changes in 1.1.0.
Packit Service c0f7c7
	Fix build on RHEL5.
Packit Service c0f7c7
	Fix shared library build on AIX.
Packit Service c0f7c7
Packit Service c0f7c7
Thu.	March 11, 2010.  ken@netfunctional.ca/guy@alum.mit.edu.
Packit Service c0f7c7
Summary for 1.1.0 libpcap release
Packit Service c0f7c7
	Add SocketCAN capture support
Packit Service c0f7c7
	Add Myricom SNF API support
Packit Service c0f7c7
	Update Endace DAG and ERF support
Packit Service c0f7c7
	Add support for shared libraries on Solaris, HP-UX, and AIX
Packit Service c0f7c7
	Build, install, and un-install shared libraries by default;
Packit Service c0f7c7
	  don't build/install shared libraries on platforms we don't support
Packit Service c0f7c7
	Fix building from a directory other than the source directory
Packit Service c0f7c7
	Fix compiler warnings and builds on some platforms
Packit Service c0f7c7
	Update config.guess and config.sub
Packit Service c0f7c7
	Support monitor mode on mac80211 devices on Linux
Packit Service c0f7c7
	Fix USB memory-mapped capturing on Linux; it requires a new DLT_
Packit Service c0f7c7
	  value
Packit Service c0f7c7
	On Linux, scan /sys/class/net for devices if we have it; scan
Packit Service c0f7c7
	  it, or /proc/net/dev if we don't have /sys/class/net, even if
Packit Service c0f7c7
	  we have getifaddrs(), as it'll find interfaces with no
Packit Service c0f7c7
	  addresses
Packit Service c0f7c7
	Add limited support for reading pcap-ng files
Packit Service c0f7c7
	Fix BPF driver-loading error handling on AIX
Packit Service c0f7c7
	Support getting the full-length interface description on FreeBSD
Packit Service c0f7c7
	In the lexical analyzer, free up any addrinfo structure we got back
Packit Service c0f7c7
	  from getaddrinfo().
Packit Service c0f7c7
	Add support for BPF and libdlpi in OpenSolaris (and SXCE)
Packit Service c0f7c7
	Hyphenate "link-layer" everywhere
Packit Service c0f7c7
	Add /sys/kernel/debug/usb/usbmon to the list of usbmon locations
Packit Service c0f7c7
	In pcap_read_linux_mmap(), if there are no frames available, call
Packit Service c0f7c7
	  poll() even if we're in non-blocking mode, so we pick up
Packit Service c0f7c7
	  errors, and check for the errors in question.
Packit Service c0f7c7
	Note that poll() works on BPF devices is Snow Leopard
Packit Service c0f7c7
	If an ENXIO or ENETDOWN is received, it may mean the device has
Packit Service c0f7c7
	  gone away.  Deal with it.
Packit Service c0f7c7
	For BPF, raise the default capture buffer size to from 32k to 512k
Packit Service c0f7c7
	Support ps_ifdrop on Linux
Packit Service c0f7c7
	Added a bunch of #ifdef directives to make wpcap.dll (WinPcap) compile
Packit Service c0f7c7
	 under cygwin.
Packit Service c0f7c7
	Changes to Linux mmapped captures.
Packit Service c0f7c7
	Fix bug where create_ring would fail for particular snaplen and
Packit Service c0f7c7
	  buffer size combinations
Packit Service c0f7c7
	Update pcap-config so that it handles libpcap requiring
Packit Service c0f7c7
	  additional libraries
Packit Service c0f7c7
	Add workaround for threadsafeness on Windows
Packit Service c0f7c7
	Add missing mapping for DLT_ENC <-> LINKTYPE_ENC
Packit Service c0f7c7
	DLT: Add DLT_CAN_SOCKETCAN
Packit Service c0f7c7
	DLT: Add Solaris ipnet
Packit Service c0f7c7
	Don't check for DLT_IPNET if it's not defined
Packit Service c0f7c7
	Add link-layer types for Fibre Channel FC-2
Packit Service c0f7c7
	Add link-layer types for Wireless HART
Packit Service c0f7c7
	Add link-layer types for AOS
Packit Service c0f7c7
	Add link-layer types for DECT
Packit Service c0f7c7
	Autoconf fixes (AIX, HP-UX, OSF/1, Tru64 cleanups)
Packit Service c0f7c7
	Install headers unconditionally, and include vlan.h/bluetooth.h if
Packit Service c0f7c7
	  enabled
Packit Service c0f7c7
	Autoconf fixes+cleanup
Packit Service c0f7c7
	Support enabling/disabling bluetooth (--{en,dis}able-bluetooth)
Packit Service c0f7c7
	Support disabling SITA support (--without-sita)
Packit Service c0f7c7
	Return -1 on failure to create packet ring (if supported but
Packit Service c0f7c7
	  creation failed)
Packit Service c0f7c7
	Fix handling of 'any' device, so that it can be opened, and no longer
Packit Service c0f7c7
	  attempt to open it in Monitor mode
Packit Service c0f7c7
	Add support for snapshot length for USB Memory-Mapped Interface
Packit Service c0f7c7
	Fix configure and build on recent Linux kernels
Packit Service c0f7c7
	Fix memory-mapped Linux capture to support pcap_next() and
Packit Service c0f7c7
	  pcap_next_ex()
Packit Service c0f7c7
	Fixes for Linux USB capture
Packit Service c0f7c7
	DLT: Add DLT_LINUX_EVDEV
Packit Service c0f7c7
	DLT: Add DLT_GSMTAP_UM
Packit Service c0f7c7
	DLT: Add DLT_GSMTAP_ABIS
Packit Service c0f7c7
Packit Service c0f7c7
Mon.    October 27, 2008.  ken@netfunctional.ca.  Summary for 1.0.0 libpcap release
Packit Service c0f7c7
	Compile with IPv6 support by default
Packit Service c0f7c7
	Compile with large file support on by default
Packit Service c0f7c7
	Add pcap-config script, which deals with -I/-L flags for compiling
Packit Service c0f7c7
	DLT: Add IPMB
Packit Service c0f7c7
	DLT: Add LAPD
Packit Service c0f7c7
	DLT: Add AX25 (AX.25 w/KISS header)
Packit Service c0f7c7
	DLT: Add JUNIPER_ST
Packit Service c0f7c7
	802.15.4 support
Packit Service c0f7c7
	Variable length 802.11 header support
Packit Service c0f7c7
	X2E data type support
Packit Service c0f7c7
	SITA ACN Interface support - see README.sita
Packit Service c0f7c7
	Support for memory-mapped capture on Linux
Packit Service c0f7c7
	Support for zerocopy BPF on platforms that support it
Packit Service c0f7c7
	Support for setting buffer size when opening devices
Packit Service c0f7c7
	Support for setting monitor mode when opening 802.11 devices
Packit Service c0f7c7
	Better support for dealing with VLAN tagging/stripping on Linux
Packit Service c0f7c7
	Fix dynamic library support on OSX
Packit Service c0f7c7
	Return PCAP_ERROR_IFACE_NOT_UP if the interface isn't 'UP', so applications
Packit Service c0f7c7
	 can print better diagnostic information
Packit Service c0f7c7
	Return PCAP_ERROR_PERM_DENIED if we don't have permission to open a device, so
Packit Service c0f7c7
	 applications can tell the user they need to go play with permissions
Packit Service c0f7c7
	On Linux, ignore ENETDOWN so we can continue to capture packets if the
Packit Service c0f7c7
	 interface goes down and comes back up again.
Packit Service c0f7c7
	On Linux, support new tpacket frame headers (2.6.27+)
Packit Service c0f7c7
	On Mac OS X, add scripts for changing permissions on /dev/bpf* and launchd plist
Packit Service c0f7c7
	On Solaris, support 'passive mode' on systems that support it
Packit Service c0f7c7
	Fixes to autoconf and general build environment
Packit Service c0f7c7
	Man page reorganization + cleanup
Packit Service c0f7c7
	Autogenerate VERSION numbers better
Packit Service c0f7c7
Packit Service c0f7c7
Mon.    September 10, 2007.  ken@xelerance.com.  Summary for 0.9.8 libpcap release
Packit Service c0f7c7
        Change build process to put public libpcap headers into pcap subir
Packit Service c0f7c7
        DLT: Add value for IPMI IPMB packets
Packit Service c0f7c7
        DLT: Add value for u10 Networks boards
Packit Service c0f7c7
        Require <net/pfvar.h> for pf definitions - allows reading of pflog formatted
Packit Service c0f7c7
         libpcap files on an OS other than where the file was generated
Packit Service c0f7c7
Packit Service c0f7c7
Wed.	April 25, 2007.  ken@xelerance.com.  Summary for 0.9.6 libpcap release
Packit Service c0f7c7
Packit Service c0f7c7
	Put the public libpcap headers into a pcap subdirectory in both the
Packit Service c0f7c7
	 source directory and the target include directory, and have include
Packit Service c0f7c7
	 files at the top-level directory to include those headers, for
Packit Service c0f7c7
	 backwards compatibility.
Packit Service c0f7c7
	Add Bluetooth support
Packit Service c0f7c7
	Add USB capturing support on Linux
Packit Service c0f7c7
	Add support for the binary USB sniffing interface in Linux
Packit Service c0f7c7
	Add support for new FreeBSD BIOCSDIRECTION ioctl
Packit Service c0f7c7
	Add additional filter operations for 802.11 frame types
Packit Service c0f7c7
	Add support for filtering on MTP2 frame types
Packit Service c0f7c7
	Propagate some changes from the main branch, so the x.9 branch has
Packit Service c0f7c7
	 all the DLT_ and LINKTYPE_ values that the main branch does
Packit Service c0f7c7
	Reserved a DLT_ and SAVEFILE_ value for PPI (Per Packet Info)
Packit Service c0f7c7
	 encapsulated packets
Packit Service c0f7c7
	Add LINKTYPE_ for IEEE 802.15.4, with address fields padded as done
Packit Service c0f7c7
	 by Linux drivers
Packit Service c0f7c7
	Add LINKTYPE_ value corresponding to DLT_IEEE802_16_MAC_CPS.
Packit Service c0f7c7
	Add DLT for IEEE 802.16 (WiMAX) MAC Common Part Sublayer
Packit Service c0f7c7
	Add DLT for Bluetooth HCI UART transport layer
Packit Service c0f7c7
	When building a shared library, build with "-fPIC" on Linux to support x86_64
Packit Service c0f7c7
	Link with "$(CC) -shared" rather than "ld -shared" when building a
Packit Service c0f7c7
	 ".so" shared library
Packit Service c0f7c7
	Add support for autoconf 2.60
Packit Service c0f7c7
	Fixes to discard unread packets when changing filters
Packit Service c0f7c7
	Changes to handle name changes in the DAG library resulting from
Packit Service c0f7c7
	 switching to libtool.
Packit Service c0f7c7
	Add support for new DAG ERF types.
Packit Service c0f7c7
        Add an explicit "-ldag" when building the shared library, so the DAG
Packit Service c0f7c7
	 library dependency is explicit.
Packit Service c0f7c7
	Mac OSX fixes for dealing with "wlt" devices
Packit Service c0f7c7
	Fixes in add_or_find_if() & pcap_findalldevs() to optimize generating
Packit Service c0f7c7
	 device lists
Packit Service c0f7c7
	Fixed a bug in pcap_open_live(). The return value of PacketSetHwFilter
Packit Service c0f7c7
	 was not checked.
Packit Service c0f7c7
Packit Service c0f7c7
Tue.	September 19, 2006. ken@xelerance.com. Summary for 0.9.5 libpcap release
Packit Service c0f7c7
Packit Service c0f7c7
	Support for LAPD frames with vISDN
Packit Service c0f7c7
	Support for ERF on channelized T1/E1 cards via DAG API
Packit Service c0f7c7
	Fix capitalization that caused issues crossc compiling on Linux
Packit Service c0f7c7
	Better failure detection on PacketGetAdapterNames()
Packit Service c0f7c7
	Fixes for MPLS packet generation (link layer)
Packit Service c0f7c7
	OP_PACKET now matches the beginning of the packet, instead of
Packit Service c0f7c7
	 beginning+link-layer
Packit Service c0f7c7
	Add DLT/LINKTYPE for carrying FRF.16 Multi-link Frame Relay
Packit Service c0f7c7
	Fix allocation of buffer for list of link-layer types
Packit Service c0f7c7
	Added a new DLT and LINKTYPE value for ARINC 653 Interpartition Communcation Messages
Packit Service c0f7c7
	Fixed a typo in a DLT value: it should start with DLT_ and not LINKTYPE_
Packit Service c0f7c7
	Redefined DLT_CAN20B and LINKTYPE_CAN20B as #190 (as this is the right value for CAN).
Packit Service c0f7c7
	Added definition for DLT_A429 and LINKTYPE_A429 as #184.
Packit Service c0f7c7
	Added a new DLT and LINKTYPE value for CAN v2.0B frames.
Packit Service c0f7c7
	Add support for DLT_JUNIPER_VP.
Packit Service c0f7c7
	Don't double-count received packets on Linux systems that
Packit Service c0f7c7
	 support the PACKET_STATISTICS getsockopt() argument on
Packit Service c0f7c7
	 PF_PACKET sockets.
Packit Service c0f7c7
	Add support for DLT_IEEE802_11 and DLT_IEEE802_11_RADIO link
Packit Service c0f7c7
	 layers in Windows
Packit Service c0f7c7
	Add support to build libpcap.lib and wpcap.dll under Cygnus and
Packit Service c0f7c7
	 MingW32.
Packit Service c0f7c7
Packit Service c0f7c7
Mon. 	September 5, 2005.  ken@xelerance.com. Summary for 0.9.4 libpcap release
Packit Service c0f7c7
Packit Service c0f7c7
	Support for radiotap on Linux (Mike Kershaw)
Packit Service c0f7c7
	Fixes for HP-UX
Packit Service c0f7c7
	Support for additional Juniper link-layer types
Packit Service c0f7c7
	Fixes for filters on MPLS-encapsulated packets
Packit Service c0f7c7
	"vlan" filter fixed
Packit Service c0f7c7
	"pppoed" and "pppoes" filters added; the latter modifies later
Packit Service c0f7c7
	parts of the filter expression to look at the PPP headers and
Packit Service c0f7c7
	headers in the PPP payload
Packit Service c0f7c7
Packit Service c0f7c7
Tue. 	July 5, 2005.  ken@xelerance.com. Summary for 0.9.3 libpcap release
Packit Service c0f7c7
Packit Service c0f7c7
	Fixes for compiling on nearly every platform,
Packit Service c0f7c7
		including improved 64bit support
Packit Service c0f7c7
	MSDOS Support
Packit Service c0f7c7
	Add support for sending packets
Packit Service c0f7c7
	OpenBSD pf format support
Packit Service c0f7c7
	IrDA capture (Linux only)
Packit Service c0f7c7
Packit Service c0f7c7
Tue.   March 30, 2004. mcr@sandelman.ottawa.on.ca. Summary for 3.8.3 release
Packit Service c0f7c7
Packit Service c0f7c7
	Fixed minor problem in gencode.c that would appear on 64-bit
Packit Service c0f7c7
	platforms.
Packit Service c0f7c7
	Version number is now sane.
Packit Service c0f7c7
Packit Service c0f7c7
Mon.   March 29, 2004. mcr@sandelman.ottawa.on.ca. Summary for 3.8.2 release
Packit Service c0f7c7
Packit Service c0f7c7
	updates for autoconf 2.5
Packit Service c0f7c7
	fixes for ppp interfaces for freebsd 4.1
Packit Service c0f7c7
	pcap gencode can generate code for 802.11, IEEE1394, and pflog.
Packit Service c0f7c7
Packit Service c0f7c7
Wed.   November 12, 2003. mcr@sandelman.ottawa.on.ca. Summary for 0.8 release
Packit Service c0f7c7
Packit Service c0f7c7
	added pcap_findalldevs()
Packit Service c0f7c7
	Win32 patches from NetGroup, Politecnico di Torino (Italy)
Packit Service c0f7c7
	OpenBSD pf, DLT_PFLOG added
Packit Service c0f7c7
	Many changes to ATM support.
Packit Service c0f7c7
	lookup pcap_lookupnet()
Packit Service c0f7c7
	Added DLT_ARCNET_LINUX, DLT_ENC, DLT_IEEE802_11_RADIO, DLT_SUNATM,
Packit Service c0f7c7
		DLT_IP_OVER_FC, DLT_FRELAY, others.
Packit Service c0f7c7
	Sigh.  More AIX wonderfulness.
Packit Service c0f7c7
	Document updates.
Packit Service c0f7c7
	Changes to API: pcap_next_ex(), pcap_breakloop(), pcap_dump_flush(),
Packit Service c0f7c7
			pcap_list_datalinks(), pcap_set_datalink(),
Packit Service c0f7c7
			pcap_lib_version(), pcap_datalink_val_to_name(),
Packit Service c0f7c7
			pcap_datalink_name_to_val(), new error returns.
Packit Service c0f7c7
Packit Service c0f7c7
Tuesday, February 25, 2003. fenner@research.att.com.  0.7.2 release
Packit Service c0f7c7
Packit Service c0f7c7
 	Support link types that use 802.2 always, never, and sometimes.
Packit Service c0f7c7
 	Don't decrease the size of the BPF buffer from the default.
Packit Service c0f7c7
 	Support frame relay.
Packit Service c0f7c7
 	Handle 32-bit timestamps in DLPI, and pass the right buffer size.
Packit Service c0f7c7
 	Handle Linux systems with modern kernel but without
Packit Service c0f7c7
 	 SOL_PACKET in the userland headers.
Packit Service c0f7c7
 	Linux support for ARPHRD_RAWHDLC.
Packit Service c0f7c7
 	Handle 32-bit timestamps in snoop.
Packit Service c0f7c7
 	Support eg (Octane/O2xxx/O3xxx Gigabit) devices.
Packit Service c0f7c7
 	Add new reserved DLT types.
Packit Service c0f7c7
Packit Service c0f7c7
Monday October 23, 2001. mcr@sandelman.ottawa.on.ca. Summary for 0.7 release
Packit Service c0f7c7
Packit Service c0f7c7
	Added pcap_findalldevs() call to get list of interfaces in a MI way.
Packit Service c0f7c7
Packit Service c0f7c7
	pcap_stats() has been documented as to what its counters mean on
Packit Service c0f7c7
	each platform.
Packit Service c0f7c7
Packit Service c0f7c7
Tuesday January 9, 2001. guy@alum.mit.edu. Summary for 0.6 release
Packit Service c0f7c7
Packit Service c0f7c7
	New Linux libpcap implementation, which, in 2.2 and later
Packit Service c0f7c7
	kernels, uses PF_PACKET sockets and supports kernel packet
Packit Service c0f7c7
	filtering (if compiled into the kernel), and supports the "any"
Packit Service c0f7c7
	device for capturing on all interfaces.  Cleans up promiscuous
Packit Service c0f7c7
	mode better on pre-2.2 kernels, and has various other fixes
Packit Service c0f7c7
	(handles 2.4 ARPHRD_IEEE802_TR, handles ISDN devices better,
Packit Service c0f7c7
	doesn't show duplicate packets on loopback interface, etc.).
Packit Service c0f7c7
Packit Service c0f7c7
	Fixed HP-UX libpcap implementation to correctly get the PPA for
Packit Service c0f7c7
	an interface, to allow interfaces to be opened by interface name.
Packit Service c0f7c7
Packit Service c0f7c7
	libpcap savefiles have system-independent link-layer type values
Packit Service c0f7c7
	in the header, rather than sometimes platform-dependent DLT_
Packit Service c0f7c7
	values, to make it easier to exchange capture files between
Packit Service c0f7c7
	different OSes.
Packit Service c0f7c7
Packit Service c0f7c7
	Non-standard capture files produced by some Linux tcpdumps, e.g.
Packit Service c0f7c7
	the one from Red Hat Linux 6.2 and later, can now be read.
Packit Service c0f7c7
Packit Service c0f7c7
	Updated autoconf stock files.
Packit Service c0f7c7
Packit Service c0f7c7
	Filter expressions can filter on VLAN IDs and various OSI
Packit Service c0f7c7
	protocols, and work on Token Ring (with non-source-routed
Packit Service c0f7c7
	packets).
Packit Service c0f7c7
Packit Service c0f7c7
	"pcap_open_dead()" added to allow compiling filter expressions
Packit Service c0f7c7
	to pcap code without opening a capture device or capture file.
Packit Service c0f7c7
Packit Service c0f7c7
	Header files fixed to allow use in C++ programs.
Packit Service c0f7c7
Packit Service c0f7c7
	Removed dependancy on native headers for packet layout.
Packit Service c0f7c7
	Removed Linux specific headers that were shipped.
Packit Service c0f7c7
Packit Service c0f7c7
	Security fixes: Strcpy replaced with strlcpy, sprintf replaced
Packit Service c0f7c7
	with snprintf.
Packit Service c0f7c7
Packit Service c0f7c7
	Fixed bug that could cause subsequent "pcap_compile()"s to fail
Packit Service c0f7c7
	erroneously after one compile failed.
Packit Service c0f7c7
Packit Service c0f7c7
	Assorted other bug fixes.
Packit Service c0f7c7
Packit Service c0f7c7
	README.aix and README.linux files added to describe
Packit Service c0f7c7
	platform-specific issues.
Packit Service c0f7c7
Packit Service c0f7c7
	"getifaddrs()" rather than SIOCGIFCONF used, if available.
Packit Service c0f7c7
Packit Service c0f7c7
v0.5 Sat Jun 10 11:09:15 PDT 2000
Packit Service c0f7c7
Packit Service c0f7c7
itojun@iijlab.net
Packit Service c0f7c7
- Brought in KAME IPv6/IPsec bpf compiler.
Packit Service c0f7c7
- Fixes for NetBSD.
Packit Service c0f7c7
- Support added for OpenBSD DLT_LOOP and BSD/OS DLT_C_HDLC (Cisco HDLC),
Packit Service c0f7c7
  and changes to work around different BSDs having different DLT_ types
Packit Service c0f7c7
  with the same numeric value.
Packit Service c0f7c7
Packit Service c0f7c7
Assar Westerlund  <assar@sics.se>
Packit Service c0f7c7
- Building outside the source code tree fixed.
Packit Service c0f7c7
- Changed to write out time stamps with 32-bit seconds and microseconds
Packit Service c0f7c7
  fields, regardless of whether those fields are 32 bits or 64 bits in
Packit Service c0f7c7
  the OS's native "struct timeval".
Packit Service c0f7c7
- Changed "pcap_lookupdev()" to dynamically grow the buffer into which
Packit Service c0f7c7
  the list of interfaces is read as necessary in order to hold the
Packit Service c0f7c7
  entire list.
Packit Service c0f7c7
Packit Service c0f7c7
Greg Troxel <gdt@ir.bbn.com>
Packit Service c0f7c7
- Added a new "pcap_compile_nopcap()", which lets you compile a filter
Packit Service c0f7c7
  expression into a BPF program without having an open live capture or
Packit Service c0f7c7
  capture file.
Packit Service c0f7c7
Packit Service c0f7c7
v0.4 Sat Jul 25 12:40:09 PDT 1998
Packit Service c0f7c7
Packit Service c0f7c7
- Fix endian problem with DLT_NULL devices. From FreeBSD via Bill
Packit Service c0f7c7
  Fenner (fenner@parc.xerox.com)
Packit Service c0f7c7
Packit Service c0f7c7
- Fix alignment problem with FDDI under DLPI. This was causing core
Packit Service c0f7c7
  dumps under Solaris.
Packit Service c0f7c7
Packit Service c0f7c7
- Added configure options to disable flex and bison. Resulted from a
Packit Service c0f7c7
  bug report by barnett@grymoire.crd.ge.com (Bruce Barnett). Also added
Packit Service c0f7c7
  options to disable gcc and to force a particular packet capture type.
Packit Service c0f7c7
Packit Service c0f7c7
- Added support for Fore ATM interfaces (qaa and fa) under IRIX. Thanks
Packit Service c0f7c7
  to John Hawkinson (jhawk@mit.edu)
Packit Service c0f7c7
Packit Service c0f7c7
- Change Linux PPP and SLIP to use DLT_RAW since the kernel does not
Packit Service c0f7c7
  supply any "link layer" data.
Packit Service c0f7c7
Packit Service c0f7c7
- Change Linux to use SIOCGIFHWADDR ioctl to determine link layer type.
Packit Service c0f7c7
  Thanks to Thomas Sailer (sailer@ife.ee.ethz.ch)
Packit Service c0f7c7
Packit Service c0f7c7
- Change IRIX PPP to use DLT_RAW since the kernel does not supply any
Packit Service c0f7c7
  "link layer" data.
Packit Service c0f7c7
Packit Service c0f7c7
- Modified to support the new BSD/OS 2.1 PPP and SLIP link layer header
Packit Service c0f7c7
  formats.
Packit Service c0f7c7
Packit Service c0f7c7
- Added some new SGI snoop interface types. Thanks to Steve Alexander
Packit Service c0f7c7
  (sca@refugee.engr.sgi.com)
Packit Service c0f7c7
Packit Service c0f7c7
- Fixes for HP-UX 10.20 (which is similar to HP-UX 9). Thanks to
Packit Service c0f7c7
  Richard Allen (ra@hp.is) and Steinar Haug (sthaug@nethelp.no)
Packit Service c0f7c7
Packit Service c0f7c7
- Fddi supports broadcast as reported by Jeff Macdonald
Packit Service c0f7c7
  (jeff@iacnet.com). Also correct ieee802 and arcnet.
Packit Service c0f7c7
Packit Service c0f7c7
- Determine Linux pcap buffer size at run time or else it might not be
Packit Service c0f7c7
  big enough for some interface types (e.g. FDDI). Thanks to Jes
Packit Service c0f7c7
  Sorensen (Jes.Sorensen@cern.ch)
Packit Service c0f7c7
Packit Service c0f7c7
- Fix some linux alignment problems.
Packit Service c0f7c7
Packit Service c0f7c7
- Document promisc argument to pcap_open_live(). Reported by Ian Marsh
Packit Service c0f7c7
  (ianm@sics.se)
Packit Service c0f7c7
Packit Service c0f7c7
- Support Metricom radio packets under Linux. Thanks to Kevin Lai
Packit Service c0f7c7
  (laik@gunpowder.stanford.edu)
Packit Service c0f7c7
Packit Service c0f7c7
- Bind to interface name under Linux to avoid packets from multiple
Packit Service c0f7c7
  interfaces on multi-homed hosts. Thanks to Kevin Lai
Packit Service c0f7c7
  (laik@gunpowder.stanford.edu)
Packit Service c0f7c7
Packit Service c0f7c7
- Change L_SET to SEEK_SET for HP-UX. Thanks to Roland Roberts
Packit Service c0f7c7
  (rroberts@muller.com)
Packit Service c0f7c7
Packit Service c0f7c7
- Fixed an uninitialized memory reference found by Kent Vander Velden
Packit Service c0f7c7
  (graphix@iastate.edu)
Packit Service c0f7c7
Packit Service c0f7c7
- Fixed lex pattern for IDs to allow leading digits. As reported by
Packit Service c0f7c7
  Theo de Raadt (deraadt@cvs.openbsd.org)
Packit Service c0f7c7
Packit Service c0f7c7
- Fixed Linux include file problems when using GNU libc.
Packit Service c0f7c7
Packit Service c0f7c7
- Ifdef ARPHRD_FDDI since not all versions of the Linux kernel have it.
Packit Service c0f7c7
  Reported reported by Eric Jacksch (jacksch@tenebris.ca)
Packit Service c0f7c7
Packit Service c0f7c7
- Fixed bug in pcap_dispatch() that kept it from returning on packet
Packit Service c0f7c7
  timeouts.
Packit Service c0f7c7
Packit Service c0f7c7
- Changed ISLOOPBACK() macro when IFF_LOOPBACK isn't available to check
Packit Service c0f7c7
  for "lo" followed by an eos or digit (newer versions of Linux
Packit Service c0f7c7
  apparently call the loopback "lo" instead of "lo0").
Packit Service c0f7c7
Packit Service c0f7c7
- Fixed Linux networking include files to use ints instead of longs to
Packit Service c0f7c7
  avoid problems with 64 bit longs on the alpha. Thanks to Cristian
Packit Service c0f7c7
  Gafton (gafton@redhat.com)
Packit Service c0f7c7
Packit Service c0f7c7
v0.3 Sat Nov 30 20:56:27 PST 1996
Packit Service c0f7c7
Packit Service c0f7c7
- Added Linux support.
Packit Service c0f7c7
Packit Service c0f7c7
- Fixed savefile bugs.
Packit Service c0f7c7
Packit Service c0f7c7
- Solaris x86 fix from Tim Rylance (t.rylance@elsevier.nl)
Packit Service c0f7c7
Packit Service c0f7c7
- Add support for bpf kernel port filters.
Packit Service c0f7c7
Packit Service c0f7c7
- Remove duplicate atalk protocol table entry. Thanks to Christian
Packit Service c0f7c7
  Hopps (chopps@water.emich.edu)
Packit Service c0f7c7
Packit Service c0f7c7
- Fixed pcap_lookupdev() to ignore nonexistent devices. This was
Packit Service c0f7c7
  reported to happen under BSD/OS by David Vincenzetti
Packit Service c0f7c7
  (vince@cryptonet.it)
Packit Service c0f7c7
Packit Service c0f7c7
- Avoid solaris compiler warnings. Thanks to Bruce Barnett
Packit Service c0f7c7
  (barnett@grymoire.crd.ge.com)
Packit Service c0f7c7
Packit Service c0f7c7
v0.2.1 Sun Jul 14 03:02:26 PDT 1996
Packit Service c0f7c7
Packit Service c0f7c7
- Fixes for HP-UX 10. Thanks in part to to Thomas Wolfram
Packit Service c0f7c7
  (wolf@prz.tu-berlin.de) and Rick Jones (raj@hpisrdq.cup.hp.com)
Packit Service c0f7c7
Packit Service c0f7c7
- Added support for SINIX. Thanks to Andrej Borsenkow
Packit Service c0f7c7
  (borsenkow.msk@sni.de)
Packit Service c0f7c7
Packit Service c0f7c7
- Fixes for AIX (although this system is not yet supported). Thanks to
Packit Service c0f7c7
  John Hawkinson (jhawk@mit.edu)
Packit Service c0f7c7
Packit Service c0f7c7
- Use autoconf's idea of the top level directory in install targets.
Packit Service c0f7c7
  Thanks to John Hawkinson.
Packit Service c0f7c7
Packit Service c0f7c7
- Add missing autoconf packet capture result message. Thanks to Bill
Packit Service c0f7c7
  Fenner (fenner@parc.xerox.com)
Packit Service c0f7c7
Packit Service c0f7c7
- Fixed padding problems in the pf module.
Packit Service c0f7c7
Packit Service c0f7c7
- Fixed some more alignment problems on the alpha.
Packit Service c0f7c7
Packit Service c0f7c7
- Added explicit netmask support. Thanks to Steve Nuchia
Packit Service c0f7c7
  (steve@research.oknet.com)
Packit Service c0f7c7
Packit Service c0f7c7
- Fixed to handle raw ip addresses such as 0.0.0.1 without "left
Packit Service c0f7c7
  justifing"
Packit Service c0f7c7
Packit Service c0f7c7
- Add "sca" keyword (for DEC cluster services) as suggested by Terry
Packit Service c0f7c7
  Kennedy (terry@spcvxa.spc.edu)
Packit Service c0f7c7
Packit Service c0f7c7
- Add "atalk" keyword as suggested by John Hawkinson.
Packit Service c0f7c7
Packit Service c0f7c7
- Add "igrp" keyword.
Packit Service c0f7c7
Packit Service c0f7c7
- Fixed HID definition in grammar.y to be a string, not a value.
Packit Service c0f7c7
Packit Service c0f7c7
- Use $CC when checking gcc version. Thanks to Carl Lindberg
Packit Service c0f7c7
  (carl_lindberg@blacksmith.com)
Packit Service c0f7c7
Packit Service c0f7c7
- Removed obsolete reference to pcap_immediate() from the man page.
Packit Service c0f7c7
  Michael Stolarchuk (mts@terminator.rs.itd.umich.edu)
Packit Service c0f7c7
Packit Service c0f7c7
- DLT_NULL has a 4 byte family header. Thanks to Jeffrey Honig
Packit Service c0f7c7
  (jch@bsdi.com)
Packit Service c0f7c7
Packit Service c0f7c7
v0.2 Sun Jun 23 02:28:42 PDT 1996
Packit Service c0f7c7
Packit Service c0f7c7
- Add support for HP-UX. Resulted from code contributed by Tom Murray
Packit Service c0f7c7
  (tmurray@hpindck.cup.hp.com) and Philippe-Andri Prindeville
Packit Service c0f7c7
  (philipp@res.enst.fr)
Packit Service c0f7c7
Packit Service c0f7c7
- Update INSTALL with a reminder to install include files. Thanks to
Packit Service c0f7c7
  Mark Andrews (mandrews@aw.sgi.com)
Packit Service c0f7c7
Packit Service c0f7c7
- Fix bpf compiler alignment bug on the alpha.
Packit Service c0f7c7
Packit Service c0f7c7
- Use autoconf to detect architectures that can't handle misaligned
Packit Service c0f7c7
  accesses.
Packit Service c0f7c7
Packit Service c0f7c7
- Added loopback support for snoop. Resulted from report Steve
Packit Service c0f7c7
  Alexander (sca@engr.sgi.com)
Packit Service c0f7c7
Packit Service c0f7c7
v0.1 Fri Apr 28 18:11:03 PDT 1995
Packit Service c0f7c7
Packit Service c0f7c7
- Fixed compiler and optimizer bugs.  The BPF filter engine uses unsigned
Packit Service c0f7c7
  comparison operators, while the code generator and optimizer assumed
Packit Service c0f7c7
  signed semantics in several places.  Thanks to Charlie Slater
Packit Service c0f7c7
  (cslater@imatek.com) for pointing this out.
Packit Service c0f7c7
Packit Service c0f7c7
- Removed FDDI ifdef's, they aren't really needed. Resulted from report
Packit Service c0f7c7
  by Gary Veum (veum@boa.gsfc.nasa.gov).
Packit Service c0f7c7
Packit Service c0f7c7
- Add pcap-null.c which allows offline use of libpcap on systems that
Packit Service c0f7c7
  don't support live package capture. This feature resulting from a
Packit Service c0f7c7
  request from Jan van Oorschot (j.p.m.voorschot@et.tudelft.nl).
Packit Service c0f7c7
Packit Service c0f7c7
- Make bpf_compile() reentrant. Fix thanks to Pascal Hennequin
Packit Service c0f7c7
  (Pascal.Hennequin@hugo.int-evry.fr).
Packit Service c0f7c7
Packit Service c0f7c7
- Port to GNU autoconf.
Packit Service c0f7c7
Packit Service c0f7c7
- Fix pcap-dlpi.c to work with isdn. Resulted from report by Flemming
Packit Service c0f7c7
  Johansen (fsj@csd.cri.dk).
Packit Service c0f7c7
Packit Service c0f7c7
- Handle multi-digit interface unit numbers (aka ppa's) under dlpi.
Packit Service c0f7c7
  Resulted from report by Daniel Ehrlich (ehrlich@cse.psu.edu).
Packit Service c0f7c7
Packit Service c0f7c7
- Fix pcap-dlpi.c to work in non-promiscuous mode. Resulted from report
Packit Service c0f7c7
  by Jeff Murphy (jcmurphy@acsu.buffalo.edu).
Packit Service c0f7c7
Packit Service c0f7c7
- Add support for "long jumps". Thanks to Jeffrey Mogul
Packit Service c0f7c7
  (mogul@pa.dec.com).
Packit Service c0f7c7
Packit Service c0f7c7
- Fix minor problems when compiling with BDEBUG as noticed by Scott
Packit Service c0f7c7
  Bertilson (scott@unet.umn.edu).
Packit Service c0f7c7
Packit Service c0f7c7
- Declare sys_errlist "const char *const" to avoid problems under
Packit Service c0f7c7
  FreeBSD. Resulted from report by jher@eden.com.
Packit Service c0f7c7
Packit Service c0f7c7
v0.0.6 Fri Apr 28 04:07:13 PDT 1995
Packit Service c0f7c7
Packit Service c0f7c7
- Add missing variable declaration missing from 0.0.6
Packit Service c0f7c7
Packit Service c0f7c7
v0.0.5 Fri Apr 28 00:22:21 PDT 1995
Packit Service c0f7c7
Packit Service c0f7c7
- Workaround for problems when pcap_read() returns 0 due to the timeout
Packit Service c0f7c7
  expiring.
Packit Service c0f7c7
Packit Service c0f7c7
v0.0.4 Thu Apr 20 20:41:48 PDT 1995
Packit Service c0f7c7
Packit Service c0f7c7
- Change configuration to not use gcc v2 flags with gcc v1.
Packit Service c0f7c7
Packit Service c0f7c7
- Fixed a bug in pcap_next(); if pcap_dispatch() returns 0, pcap_next()
Packit Service c0f7c7
  should also return 0. Thanks to Richard Stevens (rstevens@noao.edu).
Packit Service c0f7c7
Packit Service c0f7c7
- Fixed configure to test for snoop before dlpi to avoid problems under
Packit Service c0f7c7
  IRIX 5. Thanks to J. Eric Townsend (jet@abulafia.genmagic.com).
Packit Service c0f7c7
Packit Service c0f7c7
- Hack around deficiency in Ultrix's make.
Packit Service c0f7c7
Packit Service c0f7c7
- Fix two bugs related to the Solaris pre-5.3.2 bufmod bug; handle
Packit Service c0f7c7
  savefiles that have more than snapshot bytes of data in them (so we
Packit Service c0f7c7
  can read old savefiles) and avoid writing such files.
Packit Service c0f7c7
Packit Service c0f7c7
- Added checkioctl which is used with gcc to check that the
Packit Service c0f7c7
  "fixincludes" script has been run.
Packit Service c0f7c7
Packit Service c0f7c7
v0.0.3 Tue Oct 18 18:13:46 PDT 1994
Packit Service c0f7c7
Packit Service c0f7c7
- Fixed configure to test for snoop before dlpi to avoid problems under
Packit Service c0f7c7
  IRIX 5. Thanks to J. Eric Townsend (jet@abulafia.genmagic.com).
Packit Service c0f7c7
Packit Service c0f7c7
v0.0.2 Wed Oct 12 20:56:37 PDT 1994
Packit Service c0f7c7
Packit Service c0f7c7
- Implement timeout in the dlpi pcap_open_live(). Thanks to Richard
Packit Service c0f7c7
  Stevens.
Packit Service c0f7c7
Packit Service c0f7c7
- Determine pcap link type from dlpi media type. Resulted from report
Packit Service c0f7c7
  by Mahesh Jethanandani (mahesh@npix.com).
Packit Service c0f7c7
Packit Service c0f7c7
v0.0.1 Fri Jun 24 14:50:57 PDT 1994
Packit Service c0f7c7
Packit Service c0f7c7
- Fixed bug in nit_setflags() in pcap-snit.c. The streams ioctl timeout
Packit Service c0f7c7
  wasn't being initialized sometimes resulting in an "NIOCSFLAGS:
Packit Service c0f7c7
  Invalid argument" error under OSF/1. Reported by Matt Day
Packit Service c0f7c7
  (mday@artisoft.com) and Danny Mitzel (dmitzel@whitney.hitc.com).
Packit Service c0f7c7
Packit Service c0f7c7
- Turn on FDDI support by default.
Packit Service c0f7c7
Packit Service c0f7c7
v0.0 Mon Jun 20 19:20:16 PDT 1994
Packit Service c0f7c7
Packit Service c0f7c7
- Initial release.
Packit Service c0f7c7
Packit Service c0f7c7
- Fixed bug with greater/less keywords, reported by Mark Andrews
Packit Service c0f7c7
  (mandrews@alias.com).
Packit Service c0f7c7
Packit Service c0f7c7
- Fix bug where '|' was defined as BPF_AND instead of BPF_OR, reported
Packit Service c0f7c7
  by Elan Amir (elan@leeb.cs.berkeley.edu).
Packit Service c0f7c7
Packit Service c0f7c7
- Machines with little-endian byte ordering are supported thanks to
Packit Service c0f7c7
  Jeff Mogul.
Packit Service c0f7c7
Packit Service c0f7c7
- Add hack for version 2.3 savefiles which don't have caplen and len
Packit Service c0f7c7
  swapped thanks to Vern Paxson.
Packit Service c0f7c7
Packit Service c0f7c7
- Added "&&" and "||" aliases for "and" and "or" thanks to Vern Paxson.
Packit Service c0f7c7
Packit Service c0f7c7
- Added length, inbound and outbound keywords.