freebsd kernel with SKQ
Go to file
rpaulo 724e1a0159 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
2010-10-28 16:22:13 +00:00
bpf/net Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
ChmodBPF Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
lbl Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
missing Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
msdos Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
packaging Import of libpcap 1.0.0. 2009-03-21 20:43:56 +00:00
pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
SUNOS4 Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
Win32 Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
aclocal.m4 Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
arcnet.h Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
atmuni31.h Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
bpf_dump.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
bpf_image.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
CHANGES Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
chmod_bpf Import of libpcap 1.0.0. 2009-03-21 20:43:56 +00:00
config.guess Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
config.h.in Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
config.sub Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
configure Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
configure.in Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
CREDITS Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
dlpisubs.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
dlpisubs.h Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
etherent.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
ethertype.h Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
fad-getad.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
fad-gifc.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
fad-glifc.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
fad-null.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
fad-sita.c Import of libpcap 1.0.0. 2009-03-21 20:43:56 +00:00
fad-win32.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
filtertest.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
findalldevstest.c Import of libpcap 1.0.0. 2009-03-21 20:43:56 +00:00
gencode.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
gencode.h Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
grammar.y Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
ieee80211.h Import of libpcap 1.0.0. 2009-03-21 20:43:56 +00:00
inet.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
install-sh Flatten vendor/libpcap and remove keyword expansion. 2009-03-20 13:44:43 +00:00
INSTALL.txt Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
LICENSE Flatten vendor/libpcap and remove keyword expansion. 2009-03-20 13:44:43 +00:00
llc.h Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
Makefile.in Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
mkdep Import of libpcap 1.0.0. 2009-03-21 20:43:56 +00:00
nametoaddr.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
nlpid.h Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
opentest.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
optimize.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
org.tcpdump.chmod_bpf.plist Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_activate.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_breakloop.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_can_set_rfmon.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_close.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_compile.3pcap.in Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_create.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_datalink_name_to_val.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_datalink_val_to_name.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_datalink.3pcap.in Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_dump_close.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_dump_file.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_dump_flush.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_dump_ftell.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_dump_open.3pcap.in Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_dump.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_file.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_fileno.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_findalldevs.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_free_datalinks.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_freealldevs.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_freecode.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_get_selectable_fd.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_geterr.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_inject.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_is_swapped.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_lib_version.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_list_datalinks.3pcap.in Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_lookupdev.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_lookupnet.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_loop.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_major_version.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_next_ex.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_offline_filter.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_open_dead.3pcap.in Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_open_live.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_open_offline.3pcap.in Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_set_buffer_size.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_set_datalink.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_set_promisc.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_set_rfmon.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_set_snaplen.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_set_timeout.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_setdirection.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_setfilter.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_setnonblock.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_snapshot.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_stats.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_statustostr.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap_strerror.3pcap Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-bpf.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-bpf.h Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-bt-linux.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-bt-linux.h Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-can-linux.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-can-linux.h Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-common.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-common.h Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-config.1 Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-config.in Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-dag.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-dag.h Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-dlpi.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-dos.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-dos.h Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-enet.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-filter.manmisc.in Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-int.h Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-libdlpi.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-linktype.manmisc.in Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-linux.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-namedb.h Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-nit.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-null.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-pf.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-savefile.manfile.in Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-septel.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-septel.h Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-sita.c Import of libpcap 1.0.0. 2009-03-21 20:43:56 +00:00
pcap-sita.h Import of libpcap 1.0.0. 2009-03-21 20:43:56 +00:00
pcap-sita.html Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-snf.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-snf.h Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-snit.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-snoop.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-stdinc.h Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-usb-linux.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-usb-linux.h Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap-win32.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap.3pcap.in Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
pcap.h Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
ppp.h Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
README Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
README.aix Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
README.dag Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
README.hpux Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
README.linux Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
README.macosx Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
README.septel Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
README.sita Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
README.tru64 Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
README.Win32 Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
runlex.sh Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
savefile.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
scanner.l Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
selpolltest.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
sf-pcap-ng.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
sf-pcap-ng.h Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
sf-pcap.c Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
sf-pcap.h Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
sunatmpos.h Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
TODO Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00
VERSION Update libpcap to 1.1.1. 2010-10-28 16:22:13 +00:00

@(#) $Header: /tcpdump/master/libpcap/README,v 1.34 2008-12-14 19:44:14 guy Exp $ (LBL)

LIBPCAP 1.x.y

www.tcpdump.org

Please send inquiries/comments/reports to:
	tcpdump-workers@lists.tcpdump.org

Anonymous Git is available via:
	git clone git://bpf.tcpdump.org/libpcap

Version 1.x.y of LIBPCAP can be retrieved with the CVS tag "libpcap_1_{x}rel{y}":
	cvs -d :pserver:tcpdump@cvs.tcpdump.org:/tcpdump/master checkout -r libpcap_1_{x}rel{y} libpcap

Please submit patches against the master copy to the libpcap project on
sourceforge.net.

formerly from 	Lawrence Berkeley National Laboratory
		Network Research Group <libpcap@ee.lbl.gov>
		ftp://ftp.ee.lbl.gov/libpcap.tar.Z (0.4)

This directory contains source code for libpcap, a system-independent
interface for user-level packet capture.  libpcap provides a portable
framework for low-level network monitoring.  Applications include
network statistics collection, security monitoring, network debugging,
etc.  Since almost every system vendor provides a different interface
for packet capture, and since we've developed several tools that
require this functionality, we've created this system-independent API
to ease in porting and to alleviate the need for several
system-dependent packet capture modules in each application.

For some platforms there are README.{system} files that discuss issues
with the OS's interface for packet capture on those platforms, such as
how to enable support for that interface in the OS, if it's not built in
by default.

The libpcap interface supports a filtering mechanism based on the
architecture in the BSD packet filter.  BPF is described in the 1993
Winter Usenix paper ``The BSD Packet Filter: A New Architecture for
User-level Packet Capture''.  A compressed PostScript version can be
found at

	ftp://ftp.ee.lbl.gov/papers/bpf-usenix93.ps.Z

or

	http://www.tcpdump.org/papers/bpf-usenix93.ps.Z

and a gzipped version can be found at

	http://www.tcpdump.org/papers/bpf-usenix93.ps.gz

A PDF version can be found at

	http://www.tcpdump.org/papers/bpf-usenix93.pdf

Although most packet capture interfaces support in-kernel filtering,
libpcap utilizes in-kernel filtering only for the BPF interface.
On systems that don't have BPF, all packets are read into user-space
and the BPF filters are evaluated in the libpcap library, incurring
added overhead (especially, for selective filters).  Ideally, libpcap
would translate BPF filters into a filter program that is compatible
with the underlying kernel subsystem, but this is not yet implemented.

BPF is standard in 4.4BSD, BSD/OS, NetBSD, FreeBSD, and OpenBSD.  DEC
OSF/1/Digital UNIX/Tru64 UNIX uses the packetfilter interface but has
been extended to accept BPF filters (which libpcap utilizes).  Also, you
can add BPF filter support to Ultrix using the kernel source and/or
object patches available in:

	ftp://gatekeeper.dec.com/pub/DEC/net/bpfext42.tar.Z.

Linux, in the 2.2 kernel and later kernels, has a "Socket Filter"
mechanism that accepts BPF filters; see the README.linux file for
information on configuring that option.

Note to Linux distributions and *BSD systems that include libpcap:

There's now a rule to make a shared library, which should work on Linux 
and *BSD, among other platforms.

It sets the soname of the library to "libpcap.so.1"; this is what it 
should be, *NOT* libpcap.so.1.x or libpcap.so.1.x.y or something such as 
that.

We've been maintaining binary compatibility between libpcap releases for 
quite a while; there's no reason to tie a binary linked with libpcap to 
a particular release of libpcap.

Problems, bugs, questions, desirable enhancements, etc. should be sent
to the address "tcpdump-workers@lists.tcpdump.org".  Bugs, support
requests, and feature requests may also be submitted on the SourceForge
site for libpcap at

	http://sourceforge.net/projects/libpcap/

Source code contributions, etc. should be sent to the email address
submitted as patches on the SourceForge site for libpcap.

Current versions can be found at www.tcpdump.org, or the SourceForge
site for libpcap.

 - The TCPdump team