]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Update libpcap to 1.1.1.
authorrpaulo <rpaulo@FreeBSD.org>
Thu, 28 Oct 2010 16:22:13 +0000 (16:22 +0000)
committerrpaulo <rpaulo@FreeBSD.org>
Thu, 28 Oct 2010 16:22:13 +0000 (16:22 +0000)
commit724e1a015907ca989c4e1cb30c7ee4e88f26fbff
treea1654f0d5a28352ec1204b8585177e6d0a26cae4
parentd8d18f6fbdf4f16ae4382f3d0a2d97953edd9b2c
Update libpcap to 1.1.1.

Changes:

Thu.    April 1, 2010.  guy@alum.mit.edu.
Summary for 1.1.1 libpcap release
        Update CHANGES to reflect more of the changes in 1.1.0.
        Fix build on RHEL5.
        Fix shared library build on AIX.

Thu.    March 11, 2010.  ken@netfunctional.ca/guy@alum.mit.edu.
Summary for 1.1.0 libpcap release
        Add SocketCAN capture support
        Add Myricom SNF API support
        Update Endace DAG and ERF support
        Add support for shared libraries on Solaris, HP-UX, and AIX
        Build, install, and un-install shared libraries by default;
          don't build/install shared libraries on platforms we don't support
        Fix building from a directory other than the source directory
        Fix compiler warnings and builds on some platforms
        Update config.guess and config.sub
        Support monitor mode on mac80211 devices on Linux
        Fix USB memory-mapped capturing on Linux; it requires a new DLT_
          value
        On Linux, scan /sys/class/net for devices if we have it; scan
          it, or /proc/net/dev if we don't have /sys/class/net, even if
          we have getifaddrs(), as it'll find interfaces with no
          addresses
        Add limited support for reading pcap-ng files
        Fix BPF driver-loading error handling on AIX
        Support getting the full-length interface description on FreeBSD
        In the lexical analyzer, free up any addrinfo structure we got back
          from getaddrinfo().
        Add support for BPF and libdlpi in OpenSolaris (and SXCE)
        Hyphenate "link-layer" everywhere
        Add /sys/kernel/debug/usb/usbmon to the list of usbmon locations
        In pcap_read_linux_mmap(), if there are no frames available, call
          poll() even if we're in non-blocking mode, so we pick up
          errors, and check for the errors in question.
        Note that poll() works on BPF devices is Snow Leopard
        If an ENXIO or ENETDOWN is received, it may mean the device has
          gone away.  Deal with it.
        For BPF, raise the default capture buffer size to from 32k to 512k
        Support ps_ifdrop on Linux
        Added a bunch of #ifdef directives to make wpcap.dll (WinPcap) compile
         under cygwin.
        Changes to Linux mmapped captures.
        Fix bug where create_ring would fail for particular snaplen and
          buffer size combinations
        Update pcap-config so that it handles libpcap requiring
          additional libraries
        Add workaround for threadsafeness on Windows
        Add missing mapping for DLT_ENC <-> LINKTYPE_ENC
        DLT: Add DLT_CAN_SOCKETCAN
        DLT: Add Solaris ipnet
        Don't check for DLT_IPNET if it's not defined
        Add link-layer types for Fibre Channel FC-2
        Add link-layer types for Wireless HART
        Add link-layer types for AOS
        Add link-layer types for DECT
        Autoconf fixes (AIX, HP-UX, OSF/1, Tru64 cleanups)
        Install headers unconditionally, and include vlan.h/bluetooth.h if
          enabled
        Autoconf fixes+cleanup
        Support enabling/disabling bluetooth (--{en,dis}able-bluetooth)
        Support disabling SITA support (--without-sita)
        Return -1 on failure to create packet ring (if supported but
          creation failed)
        Fix handling of 'any' device, so that it can be opened, and no longer
          attempt to open it in Monitor mode
        Add support for snapshot length for USB Memory-Mapped Interface
        Fix configure and build on recent Linux kernels
        Fix memory-mapped Linux capture to support pcap_next() and
          pcap_next_ex()
        Fixes for Linux USB capture
        DLT: Add DLT_LINUX_EVDEV
        DLT: Add DLT_GSMTAP_UM
        DLT: Add DLT_GSMTAP_ABIS
205 files changed:
CHANGES
CREDITS
ChmodBPF/ChmodBPF [new file with mode: 0755]
ChmodBPF/StartupParameters.plist [new file with mode: 0644]
INSTALL.txt
Makefile.in
README
README.Win32 [new file with mode: 0644]
README.aix [new file with mode: 0644]
README.dag [new file with mode: 0644]
README.hpux [new file with mode: 0644]
README.linux [new file with mode: 0644]
README.macosx [new file with mode: 0644]
README.septel [new file with mode: 0644]
README.sita [new file with mode: 0644]
README.tru64 [new file with mode: 0644]
SUNOS4/nit_if.o.sparc [new file with mode: 0644]
SUNOS4/nit_if.o.sun3 [new file with mode: 0644]
SUNOS4/nit_if.o.sun4c.4.0.3c [new file with mode: 0644]
TODO
VERSION
Win32/Include/Gnuc.h [new file with mode: 0644]
Win32/Include/addrinfo.h [new file with mode: 0644]
Win32/Include/arpa/nameser.h [new file with mode: 0644]
Win32/Include/bittypes.h [new file with mode: 0644]
Win32/Include/cdecl_ext.h [new file with mode: 0644]
Win32/Include/inetprivate.h [new file with mode: 0644]
Win32/Include/ip6_misc.h [new file with mode: 0644]
Win32/Include/net/if.h [new file with mode: 0644]
Win32/Include/net/netdb.h [new file with mode: 0644]
Win32/Include/net/paths.h [new file with mode: 0644]
Win32/Include/sockstorage.h [new file with mode: 0644]
Win32/Prj/libpcap.dsp [new file with mode: 0644]
Win32/Prj/libpcap.dsw [new file with mode: 0644]
Win32/Src/ffs.c [new file with mode: 0644]
Win32/Src/gai_strerror.c [new file with mode: 0644]
Win32/Src/getaddrinfo.c [new file with mode: 0644]
Win32/Src/getnetbynm.c [new file with mode: 0644]
Win32/Src/getnetent.c [new file with mode: 0644]
Win32/Src/getopt.c [new file with mode: 0644]
Win32/Src/getservent.c [new file with mode: 0644]
Win32/Src/inet_aton.c [new file with mode: 0644]
Win32/Src/inet_net.c [new file with mode: 0644]
Win32/Src/inet_pton.c [new file with mode: 0644]
acconfig.h [deleted file]
aclocal.m4
arcnet.h
atmuni31.h
bpf/net/bpf_filter.c
bpf_dump.c
bpf_image.c
config.guess
config.h.in
config.sub
configure
configure.in
dlpisubs.c
dlpisubs.h
etherent.c
ethertype.h
fad-getad.c
fad-gifc.c
fad-glifc.c
fad-null.c
fad-win32.c
filtertest.c
gencode.c
gencode.h
grammar.y
inet.c
lbl/os-aix4.h
lbl/os-hpux11.h
lbl/os-osf4.h
lbl/os-osf5.h
lbl/os-solaris2.h
lbl/os-sunos4.h
lbl/os-ultrix4.h
llc.h
missing/snprintf.c
msdos/bin2c.c [new file with mode: 0644]
msdos/common.dj [new file with mode: 0644]
msdos/makefile [new file with mode: 0644]
msdos/makefile.dj [new file with mode: 0644]
msdos/makefile.wc [new file with mode: 0644]
msdos/ndis2.c [new file with mode: 0644]
msdos/ndis2.h [new file with mode: 0644]
msdos/ndis_0.asm [new file with mode: 0644]
msdos/pkt_rx0.asm [new file with mode: 0644]
msdos/pkt_rx1.s [new file with mode: 0644]
msdos/pktdrvr.c [new file with mode: 0644]
msdos/pktdrvr.h [new file with mode: 0644]
msdos/readme.dos [new file with mode: 0644]
nametoaddr.c
net/bpf_filter.c [deleted file]
nlpid.h
opentest.c [new file with mode: 0644]
optimize.c
org.tcpdump.chmod_bpf.plist [new file with mode: 0644]
pcap-bpf.c
pcap-bpf.h
pcap-bt-linux.c
pcap-bt-linux.h
pcap-can-linux.c [new file with mode: 0644]
pcap-can-linux.h [new file with mode: 0644]
pcap-common.c [new file with mode: 0644]
pcap-common.h [new file with mode: 0644]
pcap-config.1
pcap-config.in
pcap-dag.c
pcap-dag.h
pcap-dlpi.c
pcap-dos.c
pcap-dos.h
pcap-enet.c
pcap-filter.manmisc.in
pcap-int.h
pcap-libdlpi.c
pcap-linktype.manmisc.in
pcap-linux.c
pcap-namedb.h
pcap-nit.c
pcap-null.c
pcap-pf.c
pcap-savefile.manfile.in
pcap-septel.c
pcap-septel.h
pcap-sita.html
pcap-snf.c [new file with mode: 0644]
pcap-snf.h [new file with mode: 0644]
pcap-snit.c
pcap-snoop.c
pcap-stdinc.h
pcap-usb-linux.c
pcap-usb-linux.h
pcap-win32.c
pcap.3pcap.in
pcap.c
pcap.h
pcap/bluetooth.h
pcap/bpf.h
pcap/ipnet.h [new file with mode: 0644]
pcap/namedb.h
pcap/pcap.h
pcap/sll.h
pcap/usb.h
pcap/vlan.h
pcap_activate.3pcap
pcap_breakloop.3pcap
pcap_can_set_rfmon.3pcap
pcap_close.3pcap
pcap_compile.3pcap.in
pcap_create.3pcap
pcap_datalink.3pcap.in
pcap_datalink_name_to_val.3pcap
pcap_datalink_val_to_name.3pcap
pcap_dump.3pcap
pcap_dump_close.3pcap
pcap_dump_file.3pcap
pcap_dump_flush.3pcap
pcap_dump_ftell.3pcap
pcap_dump_open.3pcap.in
pcap_file.3pcap
pcap_fileno.3pcap
pcap_findalldevs.3pcap
pcap_free_datalinks.3pcap
pcap_freealldevs.3pcap
pcap_freecode.3pcap
pcap_get_selectable_fd.3pcap
pcap_geterr.3pcap
pcap_inject.3pcap
pcap_is_swapped.3pcap
pcap_lib_version.3pcap
pcap_list_datalinks.3pcap.in
pcap_lookupdev.3pcap
pcap_lookupnet.3pcap
pcap_loop.3pcap
pcap_major_version.3pcap
pcap_next_ex.3pcap
pcap_offline_filter.3pcap
pcap_open_dead.3pcap.in
pcap_open_live.3pcap
pcap_open_offline.3pcap.in
pcap_set_buffer_size.3pcap
pcap_set_datalink.3pcap
pcap_set_promisc.3pcap
pcap_set_rfmon.3pcap
pcap_set_snaplen.3pcap
pcap_set_timeout.3pcap
pcap_setdirection.3pcap
pcap_setfilter.3pcap
pcap_setnonblock.3pcap
pcap_snapshot.3pcap
pcap_stats.3pcap
pcap_statustostr.3pcap
pcap_strerror.3pcap
ppp.h
runlex.sh
savefile.c
scanner.l
selpolltest.c [new file with mode: 0644]
sf-pcap-ng.c [new file with mode: 0644]
sf-pcap-ng.h [new file with mode: 0644]
sf-pcap.c [new file with mode: 0644]
sf-pcap.h [new file with mode: 0644]
sunatmpos.h