aboutsummaryrefslogtreecommitdiffstats
path: root/bpf
AgeCommit message (Expand)AuthorFilesLines
2010-04-21Fix check for a constant 0 argument to BPF_DIV.Guy Harris1-1/+1
2010-01-27Include headers that should cause u_int64_t to be defined.Guy Harris1-2/+11
2008-01-02Make some arguments const pointers if that makes sense.guy1-32/+133
2006-10-04Put the public libpcap headers into a pcap subdirectory in both theguy1-2/+2
2003-11-15Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy1-2/+2
2003-03-22Note that if this is ever compiled on a SuperH platform where LBL_ALIGNguy1-1/+3
2003-02-23Include "config.h", so that LBL_ALIGN is defined as appropriate, and addguy1-2/+11
2003-02-11From Shaun <delius@progsoc.uts.edu.au>: on AIX, load the BPF driver andguy2-518/+2
2003-01-23From Peter Fales <peter@fales-lorenz.net>: support for Linux ARCNET,guy1-3/+3
2003-01-21Add DLT_ARCNET_LINUX and LINKTYPE_ARCNET_LINUX; the link-layer headersguy1-2/+15
2003-01-10Oops - fix a typo.guy1-3/+3
2003-01-10Test both for "sparc" and "__sparc__" in the case where LBL_ALIGN isn'tguy1-2/+2
2002-12-26from Chris Waters chris.waters[AT]networkchemistry.com:hannes1-1/+11
2002-12-11Add new DLT_ type for AVS's WLAN header.guy1-3/+13
2002-10-18Add support for RFC 2625 IP-over-Fibre Channel, mapping all the Linuxguy1-3/+2
2002-10-09Reserved as per request from Kent Dahlgren <kent@praesum.com> for private usehannes1-1/+10
2002-08-02Use <pcap-stdinc.h> only on Windows; on UNIX, selectively include, inguy1-1/+14
2002-08-01Added support for Win32, based on WinPcap.risso1-5/+2
2002-07-11Add SunATM support, based on code from Yen Yen Lim at North Dakota Stateguy1-2/+13
2002-07-11Add support for Frame Relay as a link-layer type; the header is theguy1-4/+5
2002-06-11whitespace cleanupitojun1-18/+18
2002-06-07We'd already reserved 107 for Frame Relay; use that instead of a newguy1-10/+12
2002-06-07Reserve a DLT_ value for Frame Relay, and map BSD/OS's DLT_FR to it.guy1-1/+7
2002-06-06Reserve a DLT_ value for capturing on Solaris with SunATM.guy1-1/+6
2002-04-20Don Lee was doing IP-over-FC, with the link-layer header from theguy1-4/+9
2002-04-20Throw inguy1-2/+10
2002-03-08Add a DLT_ value for Fibre Channel, as per a request from Don Leeguy1-1/+7
2002-01-25Link-layer type 121 reserved for Siemens HiPath HDLC, as per a requestguy1-1/+6
2002-01-22 #ifdef to work around NetBSD dlt.h problem.mcr1-1/+8
2001-11-28Reserve link-layer types for Prism II 802.11 chip monitor modeguy1-1/+14
2001-11-02Reserve DLT_ type 118 for Cisco internal use, as per a request fromguy1-8/+16
2001-09-09Reserve 116 for IP Filter capture files and 117 for OpenBSD DLT_PFLOG.guy1-3/+14
2001-09-09LINKTYPE_IEEE802_11 and LINKTYPE_LOOP, and DLT_IEEE802_11, are no longerguy1-11/+7
2001-09-05Add a DLT_ value and a link-layer type value for savefiles for Acornguy1-1/+6
2001-06-05DLT_ value and capture file header LINKTYPE_ value reserved for Appleguy1-1/+6
2001-04-17Add support for NetBSD DLT_PPP_ETHER, as per the NetBSD libpcap.guy1-4/+5
2000-12-21Add support for a new link layer type DLT_LINUX_SLL, for use when doingguy1-2/+7
2000-12-16Use 50, not 113, for the link layer type in NetBSD DLT_PPP_SERIALguy1-2/+2
2000-12-16Handle DLT_NULL correctly - the AF_ value is in host byte order, whichguy1-2/+27
2000-11-15Add a DLT_IEEE802_11 for use by any platform that provides raw 802.11guy1-1/+13
2000-10-23Eliminate __P().fenner1-2/+1
2000-10-12Get rid of the PCAP_ENCAP_ values - if an application uses them, thatguy1-26/+46
2000-09-17Introduce a set of PCAP_ENCAP_ codes to specify packet encapsulations.guy1-9/+34
2000-06-26make it compile under solaris and hp-uxassar1-59/+72
2000-06-26handle both KERNEL and _KERNEL.assar1-7/+21
1999-10-19IPv6 packet filtering code.itojun1-4/+19
1999-10-07Initial revisionmcr2-0/+796