summaryrefslogtreecommitdiff
path: root/grammar.y
Commit message (Expand)AuthorAgeFilesLines
* Fixed some VC6 compilation warnings (missing return clauses that are nevergianluca2007-09-271-1/+7
* From Max Laier: check whether the system has <net/pfvar.h> and:guy2007-09-121-22/+52
* Pick up changes from NetBSD:guy2007-06-111-2/+2
* From Sepherosa Ziehau: additional filter operations for 802.11 frameguy2007-03-111-3/+87
* From Florent Drouin: a Link Status Signal Unit is called an LSSU, not anguy2007-02-081-3/+3
* From Florent Drouin: add support for filtering on MTP2 frame types.guy2006-12-211-4/+12
* Put the public libpcap headers into a pcap subdirectory in both theguy2006-10-041-2/+2
* Check for IPv4 addreses used with "port", "portrange", "proto", orguy2006-05-161-1/+9
* 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/+30
* 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-4/+4
* From Patrick Marie <mycroft@virgaria.org>: add support for port rangesguy2005-04-191-2/+3
* From Gisle Vanem: there's no need to include <sys/time.h> inguy2004-12-181-2/+1
* <strings.h> doesn't seem to be necessary on OS X, either, and, at leastguy2004-10-071-5/+1
* Added an #ifndef WIN32 around #include <strings.h> since this include file isrisso2004-10-071-1/+4
* add baseline support for MPLS protocol and per-label filteringhannes2004-06-161-2/+4
* Handle the new OpenBSD pf format (DLT 117), which is now being usedfenner2004-03-281-2/+5
* On Mac OS X 10.3, including <sys/socket.h> eventually drags in a headerguy2003-12-161-3/+3
* Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy2003-11-151-2/+2
* Add support for OpenBSD DLT_PFLOG.guy2003-03-111-3/+38
* add BPF_ filters for misc. IS-IS PDU Typeshannes2002-12-061-2/+9
* Make "lane" behave like "vlan", i.e. have it tweak the interpretationguy2002-08-111-19/+6
* Get rid of probably-unnecessary includes of <net/if.h>.guy2002-08-051-3/+1
* Put in a comment on an #endif, as the #else has one.guy2002-08-021-2/+2
* Use <pcap-stdinc.h> only on Windows; on UNIX, selectively include, inguy2002-08-021-1/+13
* Added support for Win32, based on WinPcap.risso2002-08-011-10/+5
* Add SunATM support, based on code from Yen Yen Lim at North Dakota Stateguy2002-07-111-2/+58
* Fix a memory leak found by Miklos Szerediguy2001-07-031-3/+19
* SCTP support from Armando L. Caro Jr. <acaro@mail.eecis.udel.edu>fenner2001-05-101-2/+3
* ARCNet support, from NetBSD.guy2001-04-171-2/+4
* Patch from NetBSD, by Klaus Klein <kleink@netbsd.org>, to support "vrrp"guy2001-02-211-2/+3
* 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
* Allow "clnp", as well as "esis" and "isis", as OSI protocols for whichguy2000-10-281-2/+3
* 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-2/+3
* Improved VLAN support, from Peter Jeremy - "vlan" filtering keyword,guy2000-10-221-9/+5
* Add definitions of Ethernet types fromguy2000-09-231-2/+1
* add config.h, remove gnuc.h. remove __deadassar2000-07-111-2/+5
* -Wall -Werror clean.itojun2000-06-031-1/+2
* IPv6 packet filtering code.itojun1999-10-191-5/+30
* Initial revisionmcr1999-10-071-0/+281