summaryrefslogtreecommitdiff
path: root/gencode.h
Commit message (Expand)AuthorAgeFilesLines
* Delete trailing spaces/tabsFrancois-Xavier Le Bail2015-03-081-1/+1
* Add support for Geneve (Generic Network Virtualization Encapsulation).Jesse Gross2015-02-171-0/+2
* gencode.c / gencode.h : Type of variable "masklen"Baptiste Peugnez2015-02-031-2/+2
* Add support for filters testing for 802.2 LLC frame types.Guy Harris2014-05-191-0/+7
* remove libpcap's own CVS keywordsDenis Ovsienko2014-01-031-2/+0
* Avoid some warnings from Sun C.Guy Harris2013-06-221-1/+5
* Support filtering PPPoE sessions by ID.Jorge Boncompte [DTI2]2013-05-171-1/+1
* Support filtering filtering E1 SS7 traffic on MTP2 layer Annex A.dzejarczech2013-04-141-0/+11
* Make some counts unsigned ("counts" as in "they're always >= 0").Guy Harris2011-12-091-3/+3
* Add support for CARP.George Neville-Neil2011-11-191-0/+2
* Add support for "wlan ra" and "wlan ta".Guy Harris2010-07-031-0/+2
* Support OpenBSD's "addr1", "addr2", "addr3", and "addr4" link-layerguy2007-11-181-1/+6
* Pick up changes from NetBSD:guy2007-06-111-2/+2
* From Sepherosa Ziehau: additional filter operations for 802.11 frameguy2007-03-111-1/+3
* From Florent Drouin: a Link Status Signal Unit is called an LSSU, not anguy2007-02-081-2/+2
* From Florent Drouin: add support for filtering on MTP2 frame types.guy2006-12-211-6/+12
* Add "pppoed" and "pppoes" keywords, for PPPoE Discovery and Sessionguy2005-09-051-1/+4
* From Gilbert Hoyek <gil_hoyek@hotmail.com>: support for capturing SS7guy2005-06-201-1/+10
* Make "link[N:M]" refer to the 802.11 header for all 802.11 DLT_ values,guy2005-05-021-1/+3
* Make the value argument to "gen_ncmp()" a bpf_int32, the same as theguy2005-05-011-2/+2
* From Albert Chin: just define __attribute__ as an empty macro if weguy2005-04-231-5/+6
* From Patrick Marie <mycroft@virgaria.org>: add support for port rangesguy2005-04-191-1/+2
* add baseline support for MPLS protocol and per-label filteringhannes2004-06-161-1/+2
* Handle the new OpenBSD pf format (DLT 117), which is now being usedfenner2004-03-281-1/+3
* The value pointed to by "gen_pf_ifname()"'s argument isn't modified, soguy2003-05-021-2/+2
* Add support for OpenBSD DLT_PFLOG.guy2003-03-111-1/+7
* add BPF_ filters for misc. IS-IS PDU Typeshannes2002-12-061-1/+13
* Add SunATM support, based on code from Yen Yen Lim at North Dakota Stateguy2002-07-111-1/+76
* whitespace cleanupitojun2002-06-111-2/+2
* SCTP support from Armando L. Caro Jr. <acaro@mail.eecis.udel.edu>fenner2001-05-101-26/+27
* ARCNet support, from NetBSD.guy2001-04-171-1/+2
* Patch from NetBSD, by Klaus Klein <kleink@netbsd.org>, to support "vrrp"guy2001-02-211-9/+10
* Add a "netbeui" keyword, which selects NetBEUI packets (LLC packets withguy2001-01-281-1/+3
* Add "ipx", which checks for the LLC SAP for IPX as well as, on Ethernet,guy2001-01-141-1/+3
* Support checking for protocols specified by an LLC SAP on FDDI, Tokenguy2001-01-141-1/+3
* Declare "install_bpf_program()" in "pcap-int.h", not "gencode.h"; it hasguy2000-11-041-2/+1
* Allow "clnp", as well as "esis" and "isis", as OSI protocols for whichguy2000-10-281-1/+2
* Tony Li's changes, from FreeBSD, to support filtering for OSI packetsguy2000-10-281-1/+5
* Patch from Monroe Williams <monroe@pobox.com>, submitted with NetBSD PRguy2000-10-281-1/+3
* When attaching a "bpf_program" to a "pcap_t" to use as a userlandguy2000-10-281-1/+2
* Improved VLAN support, from Peter Jeremy - "vlan" filtering keyword,guy2000-10-221-1/+3
* Older versions of Flex (e.g., 2.5.2, which at least one user had) dumpguy2000-07-131-1/+2
* add config.h, remove gnuc.h. remove __deadassar2000-07-111-6/+3
* remove non-STDC codeassar2000-07-011-3/+1
* (bpf_error): conditionalize __attribute__assar2000-04-011-2/+5
* IPv6 packet filtering code.itojun1999-10-191-1/+19
* Initial revisionmcr1999-10-071-0/+179