summaryrefslogtreecommitdiff
path: root/grammar.y
Commit message (Expand)AuthorAgeFilesLines
* Check for, and squelch, signed vs. unsigned comparison errors.Guy Harris2016-07-251-1/+1
* Don't use global state for the BPF compiler.Guy Harris2016-02-111-98/+100
* Have routines to set various internal debugging flags.Guy Harris2015-12-301-4/+0
* If parser debugging is enabled, ensure pcap_debug is exported.Guy Harris2015-12-271-0/+4
* Further removal of yyscan_t.Guy Harris2015-12-051-1/+1
* Explain *why* we don't use yyscan_t.Guy Harris2015-12-051-0/+7
* yyscan_t considered harmful.Guy Harris2015-12-051-2/+2
* Generate a reentrant lexical analyzer and parser.Guy Harris2015-12-041-1/+17
* Redo the way we handle .l and .y files.Guy Harris2015-09-261-10/+0
* The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris2015-08-311-5/+5
* Delete trailing spaces/tabsFrancois-Xavier Le Bail2015-03-081-3/+3
* Add support for Geneve (Generic Network Virtualization Encapsulation).Jesse Gross2015-02-171-1/+3
* Add support for filters testing for 802.2 LLC frame types.Guy Harris2014-05-191-2/+45
* Support mod and XOR operators.Guy Harris2014-05-181-0/+2
* remove libpcap's own CVS keywordsDenis Ovsienko2014-01-031-4/+0
* Support filtering PPPoE sessions by ID.Jorge Boncompte [DTI2]2013-05-171-1/+2
* Support filtering filtering E1 SS7 traffic on MTP2 layer Annex A.dzejarczech2013-04-141-3/+15
* Work around people who use --without-flex and --without-bison.Guy Harris2012-06-301-1/+1
* Add support for CARP.George Neville-Neil2011-11-191-1/+2
* Add support for "wlan ra" and "wlan ta".Guy Harris2010-07-031-1/+3
* The SUSv3 says ntoh* and hton* are declared in <arpa/inet.h> and, onGuy Harris2009-07-071-0/+1
* Support OpenBSD's "addr1", "addr2", "addr3", and "addr4" link-layerguy2007-11-181-50/+132
* Add some additional PF actions, from OpenBSD - but do so only if they'reguy2007-11-141-1/+11
* 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