aboutsummaryrefslogtreecommitdiffstats
path: root/grammar.y
AgeCommit message (Expand)AuthorFilesLines
2010-07-03Add support for "wlan ra" and "wlan ta".Guy Harris1-1/+3
2009-07-07The SUSv3 says ntoh* and hton* are declared in <arpa/inet.h> and, onGuy Harris1-0/+1
2007-11-18Support OpenBSD's "addr1", "addr2", "addr3", and "addr4" link-layerguy1-50/+132
2007-11-14Add some additional PF actions, from OpenBSD - but do so only if they'reguy1-1/+11
2007-09-27Fixed some VC6 compilation warnings (missing return clauses that are nevergianluca1-1/+7
2007-09-12From Max Laier: check whether the system has <net/pfvar.h> and:guy1-22/+52
2007-06-11Pick up changes from NetBSD:guy1-2/+2
2007-03-11From Sepherosa Ziehau: additional filter operations for 802.11 frameguy1-3/+87
2007-02-08From Florent Drouin: a Link Status Signal Unit is called an LSSU, not anguy1-3/+3
2006-12-21From Florent Drouin: add support for filtering on MTP2 frame types.guy1-4/+12
2006-10-04Put the public libpcap headers into a pcap subdirectory in both theguy1-2/+2
2006-05-16Check for IPv4 addreses used with "port", "portrange", "proto", orguy1-1/+9
2005-09-05Add "pppoed" and "pppoes" keywords, for PPPoE Discovery and Sessionguy1-1/+4
2005-06-20From Gilbert Hoyek <gil_hoyek@hotmail.com>: support for capturing SS7guy1-1/+30
2005-05-02Make "link[N:M]" refer to the 802.11 header for all 802.11 DLT_ values,guy1-1/+3
2005-05-01Make the value argument to "gen_ncmp()" a bpf_int32, the same as theguy1-4/+4
2005-04-19From Patrick Marie <mycroft@virgaria.org>: add support for port rangesguy1-2/+3
2004-12-18From Gisle Vanem: there's no need to include <sys/time.h> inguy1-2/+1
2004-10-07<strings.h> doesn't seem to be necessary on OS X, either, and, at leastguy1-5/+1
2004-10-07Added an #ifndef WIN32 around #include <strings.h> since this include file isrisso1-1/+4
2004-06-16add baseline support for MPLS protocol and per-label filteringhannes1-2/+4
2004-03-28Handle the new OpenBSD pf format (DLT 117), which is now being usedfenner1-2/+5
2003-12-16On Mac OS X 10.3, including <sys/socket.h> eventually drags in a headerguy1-3/+3
2003-11-15Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy1-2/+2
2003-03-11Add support for OpenBSD DLT_PFLOG.guy1-3/+38
2002-12-06add BPF_ filters for misc. IS-IS PDU Typeshannes1-2/+9
2002-08-11Make "lane" behave like "vlan", i.e. have it tweak the interpretationguy1-19/+6
2002-08-05Get rid of probably-unnecessary includes of <net/if.h>.guy1-3/+1
2002-08-02Put in a comment on an #endif, as the #else has one.guy1-2/+2
2002-08-02Use <pcap-stdinc.h> only on Windows; on UNIX, selectively include, inguy1-1/+13
2002-08-01Added support for Win32, based on WinPcap.risso1-10/+5
2002-07-11Add SunATM support, based on code from Yen Yen Lim at North Dakota Stateguy1-2/+58
2001-07-03Fix a memory leak found by Miklos Szerediguy1-3/+19
2001-05-10SCTP support from Armando L. Caro Jr. <acaro@mail.eecis.udel.edu>fenner1-2/+3
2001-04-17ARCNet support, from NetBSD.guy1-2/+4
2001-02-21Patch from NetBSD, by Klaus Klein <kleink@netbsd.org>, to support "vrrp"guy1-2/+3
2001-01-28Add a "netbeui" keyword, which selects NetBEUI packets (LLC packets withguy1-1/+3
2001-01-14Add "ipx", which checks for the LLC SAP for IPX as well as, on Ethernet,guy1-1/+3
2001-01-14Support checking for protocols specified by an LLC SAP on FDDI, Tokenguy1-1/+3
2000-10-28Allow "clnp", as well as "esis" and "isis", as OSI protocols for whichguy1-2/+3
2000-10-28Tony Li's changes, from FreeBSD, to support filtering for OSI packetsguy1-1/+5
2000-10-28Patch from Monroe Williams <monroe@pobox.com>, submitted with NetBSD PRguy1-2/+3
2000-10-22Improved VLAN support, from Peter Jeremy - "vlan" filtering keyword,guy1-9/+5
2000-09-23Add definitions of Ethernet types fromguy1-2/+1
2000-07-11add config.h, remove gnuc.h. remove __deadassar1-2/+5
2000-06-03-Wall -Werror clean.itojun1-1/+2
1999-10-19IPv6 packet filtering code.itojun1-5/+30
1999-10-07Initial revisionmcr1-0/+281