summaryrefslogtreecommitdiff
path: root/bpf
Commit message (Expand)AuthorAgeFilesLines
* Put the public libpcap headers into a pcap subdirectory in both theguy2006-10-041-2/+2
* Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy2003-11-151-2/+2
* Note that if this is ever compiled on a SuperH platform where LBL_ALIGNguy2003-03-221-1/+3
* Include "config.h", so that LBL_ALIGN is defined as appropriate, and addguy2003-02-231-2/+11
* From Shaun <delius@progsoc.uts.edu.au>: on AIX, load the BPF driver andguy2003-02-112-518/+2
* From Peter Fales <peter@fales-lorenz.net>: support for Linux ARCNET,guy2003-01-231-3/+3
* Add DLT_ARCNET_LINUX and LINKTYPE_ARCNET_LINUX; the link-layer headersguy2003-01-211-2/+15
* Oops - fix a typo.guy2003-01-101-3/+3
* Test both for "sparc" and "__sparc__" in the case where LBL_ALIGN isn'tguy2003-01-101-2/+2
* from Chris Waters chris.waters[AT]networkchemistry.com:hannes2002-12-261-1/+11
* Add new DLT_ type for AVS's WLAN header.guy2002-12-111-3/+13
* Add support for RFC 2625 IP-over-Fibre Channel, mapping all the Linuxguy2002-10-181-3/+2
* Reserved as per request from Kent Dahlgren <kent@praesum.com> for private usehannes2002-10-091-1/+10
* Use <pcap-stdinc.h> only on Windows; on UNIX, selectively include, inguy2002-08-021-1/+14
* Added support for Win32, based on WinPcap.risso2002-08-011-5/+2
* Add SunATM support, based on code from Yen Yen Lim at North Dakota Stateguy2002-07-111-2/+13
* Add support for Frame Relay as a link-layer type; the header is theguy2002-07-111-4/+5
* whitespace cleanupitojun2002-06-111-18/+18
* We'd already reserved 107 for Frame Relay; use that instead of a newguy2002-06-071-10/+12
* Reserve a DLT_ value for Frame Relay, and map BSD/OS's DLT_FR to it.guy2002-06-071-1/+7
* Reserve a DLT_ value for capturing on Solaris with SunATM.guy2002-06-061-1/+6
* Don Lee was doing IP-over-FC, with the link-layer header from theguy2002-04-201-4/+9
* Throw inguy2002-04-201-2/+10
* Add a DLT_ value for Fibre Channel, as per a request from Don Leeguy2002-03-081-1/+7
* Link-layer type 121 reserved for Siemens HiPath HDLC, as per a requestguy2002-01-251-1/+6
* #ifdef to work around NetBSD dlt.h problem.mcr2002-01-221-1/+8
* Reserve link-layer types for Prism II 802.11 chip monitor modeguy2001-11-281-1/+14
* Reserve DLT_ type 118 for Cisco internal use, as per a request fromguy2001-11-021-8/+16
* Reserve 116 for IP Filter capture files and 117 for OpenBSD DLT_PFLOG.guy2001-09-091-3/+14
* LINKTYPE_IEEE802_11 and LINKTYPE_LOOP, and DLT_IEEE802_11, are no longerguy2001-09-091-11/+7
* Add a DLT_ value and a link-layer type value for savefiles for Acornguy2001-09-051-1/+6
* DLT_ value and capture file header LINKTYPE_ value reserved for Appleguy2001-06-051-1/+6
* Add support for NetBSD DLT_PPP_ETHER, as per the NetBSD libpcap.guy2001-04-171-4/+5
* Add support for a new link layer type DLT_LINUX_SLL, for use when doingguy2000-12-211-2/+7
* Use 50, not 113, for the link layer type in NetBSD DLT_PPP_SERIALguy2000-12-161-2/+2
* Handle DLT_NULL correctly - the AF_ value is in host byte order, whichguy2000-12-161-2/+27
* Add a DLT_IEEE802_11 for use by any platform that provides raw 802.11guy2000-11-151-1/+13
* Eliminate __P().fenner2000-10-231-2/+1
* Get rid of the PCAP_ENCAP_ values - if an application uses them, thatguy2000-10-121-26/+46
* Introduce a set of PCAP_ENCAP_ codes to specify packet encapsulations.guy2000-09-171-9/+34
* make it compile under solaris and hp-uxassar2000-06-261-59/+72
* handle both KERNEL and _KERNEL.assar2000-06-261-7/+21
* IPv6 packet filtering code.itojun1999-10-191-4/+19
* Initial revisionmcr1999-10-072-0/+796