pkgsrc/net/libpcap/PLIST
jperkin e36f11811f Update libpcap to 1.3.0. Main pkgsrc change is support for Solaris 11/illumos.
Summary for 1.3.0 libpcap release
        Handle DLT_PFSYNC in {FreeBSD, other *BSD+Mac OS X, other}.
        Linux: Don't fail if netfilter isn't enabled in the kernel.
        Add new link-layer type for NFC Forum LLCP.
        Put the CANUSB stuff into EXTRA_DIST, so it shows up in the release tarball.
        Add LINKTYPE_NG40/DLT_NG40.
        Add DLT_MPEG_2_TS/LINKTYPE_MPEG_2_TS for MPEG-2 transport streams.
        [PATCH] Fix AIX-3.5 crash with read failure during stress
        AIX fixes.
        Introduce --disable-shared configure option.
        Added initial support for canusb devices.
        Include the pcap(3PCAP) additions as 1.2.1 changes.
        many updates to documentation: pcap.3pcap.in
        Improve 'inbound'/'outbound' capture filters under Linux.
        Note the cleanup of handling of new DLT_/LINKTYPE_ values.
        On Lion, don't build for PPC.
        For mac80211 devices we need to clean up monitor mode on exit.

Summary for 1.2.1 libpcap release
        Update README file.
        Fix typoes in README.linux file.
        Clean up some compiler warnings.
        Fix Linux compile problems and tests for ethtool.h.
        Treat Debian/kFreeBSD and GNU/Hurd as systems with GNU
         toolchains.
        Support 802.1 QinQ as a form of VLAN in filters.
        Treat "carp" as equivalent to "vrrp" in filters.
        Fix code generated for "ip6 protochain".
        Add some new link-layer header types.
        Support capturing NetFilter log messages on Linux.
        Clean up some error messages.
        Turn off monitor mode on exit for mac80211 interfaces on Linux.
        Fix problems turning monitor mode on for non-mac80211 interfaces
         on Linux.
        Properly fail if /sys/class/net or /proc/net/dev exist but can't
         be opened.
        Fail if pcap_activate() is called on an already-activated
         pcap_t, and add a test program for that.
        Fix filtering in pcap-ng files.
        Don't build for PowerPC on Mac OS X Lion.
        Simplify handling of new DLT_/LINKTYPE_ values.
        Expand pcap(3PCAP) man page.

Summary for 1.2 libpcap release
        All of the changes listed below for 1.1.1 and 1.1.2.
        Changes to error handling for pcap_findalldevs().
        Fix the calculation of the frame size in memory-mapped captures.
        Add a link-layer header type for STANAG 5066 D_PDUs.
        Add a link-layer type for a variant of 3GPP TS 27.010.
        Noted real nature of LINKTYPE_ARCNET.
        Add a link-layer type for DVB-CI.
        Fix configure-script discovery of VLAN acceleration support.
         see http://netoptimizer.blogspot.com/2010/09/tcpdump-vs-vlan-tags.html
        Linux, HP-UX, AIX, NetBSD and OpenBSD compilation/conflict fixes.
        Protect against including AIX 5.x's <net/bpf.h> having been included.
        Add DLT_DBUS, for raw D-Bus messages.
        Treat either EPERM or EACCES as "no soup for you".
        Changes to permissions on DLPI systems.
        Add DLT_IEEE802_15_4_NOFCS for 802.15.4 interfaces.
2013-02-06 18:07:04 +00:00

84 lines
2.2 KiB
Text

@comment $NetBSD: PLIST,v 1.10 2013/02/06 18:07:04 jperkin Exp $
bin/pcap-config
include/pcap-bpf.h
include/pcap-int.h
include/pcap-namedb.h
include/pcap.h
include/pcap/bluetooth.h
include/pcap/bpf.h
include/pcap/ipnet.h
include/pcap/namedb.h
include/pcap/pcap.h
include/pcap/sll.h
include/pcap/usb.h
include/pcap/vlan.h
lib/libpcap.la
man/man1/pcap-config.1
man/man3/pcap.3
man/man3/pcap_activate.3
man/man3/pcap_breakloop.3
man/man3/pcap_can_set_rfmon.3
man/man3/pcap_close.3
man/man3/pcap_compile.3
man/man3/pcap_create.3
man/man3/pcap_datalink.3
man/man3/pcap_datalink_name_to_val.3
man/man3/pcap_datalink_val_to_description.3
man/man3/pcap_datalink_val_to_name.3
man/man3/pcap_dispatch.3
man/man3/pcap_dump.3
man/man3/pcap_dump_close.3
man/man3/pcap_dump_file.3
man/man3/pcap_dump_flush.3
man/man3/pcap_dump_fopen.3
man/man3/pcap_dump_ftell.3
man/man3/pcap_dump_open.3
man/man3/pcap_file.3
man/man3/pcap_fileno.3
man/man3/pcap_findalldevs.3
man/man3/pcap_fopen_offline.3
man/man3/pcap_free_datalinks.3
man/man3/pcap_free_tstamp_types.3
man/man3/pcap_freealldevs.3
man/man3/pcap_freecode.3
man/man3/pcap_get_selectable_fd.3
man/man3/pcap_geterr.3
man/man3/pcap_getnonblock.3
man/man3/pcap_inject.3
man/man3/pcap_is_swapped.3
man/man3/pcap_lib_version.3
man/man3/pcap_list_datalinks.3
man/man3/pcap_list_tstamp_types.3
man/man3/pcap_lookupdev.3
man/man3/pcap_lookupnet.3
man/man3/pcap_loop.3
man/man3/pcap_major_version.3
man/man3/pcap_minor_version.3
man/man3/pcap_next.3
man/man3/pcap_next_ex.3
man/man3/pcap_offline_filter.3
man/man3/pcap_open_dead.3
man/man3/pcap_open_live.3
man/man3/pcap_open_offline.3
man/man3/pcap_perror.3
man/man3/pcap_sendpacket.3
man/man3/pcap_set_buffer_size.3
man/man3/pcap_set_datalink.3
man/man3/pcap_set_promisc.3
man/man3/pcap_set_rfmon.3
man/man3/pcap_set_snaplen.3
man/man3/pcap_set_timeout.3
man/man3/pcap_set_tstamp_type.3
man/man3/pcap_setdirection.3
man/man3/pcap_setfilter.3
man/man3/pcap_setnonblock.3
man/man3/pcap_snapshot.3
man/man3/pcap_stats.3
man/man3/pcap_statustostr.3
man/man3/pcap_strerror.3
man/man3/pcap_tstamp_type_name_to_val.3
man/man3/pcap_tstamp_type_val_to_name.3
man/man5/pcap-savefile.5
man/man7/pcap-tstamp.7
man/man7/pcap-filter.7
man/man7/pcap-linktype.7