aboutsummaryrefslogtreecommitdiffstats
path: root/scanner.l
AgeCommit message (Expand)AuthorFilesLines
2010-10-15Fixes to compile WinPcap under MINGW32 and MINGW64.Gianluca Varenni1-1/+1
2010-07-03Add support for "wlan ra" and "wlan ta".Guy Harris1-0/+2
2010-01-27Include headers that should cause u_int64_t to be defined.Guy Harris1-0/+14
2009-05-24If we have lex but not flex, we assign a "const char *" to "in_buffer";Guy Harris1-1/+1
2009-04-18From Robert Edmonds: in the lexical analyzer, free up any addrinfoGuy Harris1-0/+1
2008-02-06From Arien Vijn: support various notions for MAC addresses.guy1-3/+8
2007-11-18Support OpenBSD's "addr1", "addr2", "addr3", and "addr4" link-layerguy1-1/+6
2007-06-11Pick up changes from NetBSD:guy1-2/+2
2007-03-11From Sepherosa Ziehau: additional filter operations for 802.11 frameguy1-1/+4
2007-02-08From Florent Drouin: a Link Status Signal Unit is called an LSSU, not anguy1-2/+3
2006-12-21From Florent Drouin: add support for filtering on MTP2 frame types.guy1-1/+4
2006-10-04Put the public libpcap headers into a pcap subdirectory in both theguy1-2/+2
2005-11-09Previous change was applied by hand, and deleted one line. Put thatguy1-1/+2
2005-11-08From Rick Jones: crank up some limits so the HP-UX lex can handle thisguy1-7/+6
2005-09-05Add "pppoed" and "pppoes" keywords, for PPPoE Discovery and Sessionguy1-1/+3
2005-06-20From Gilbert Hoyek <gil_hoyek@hotmail.com>: support for capturing SS7guy1-1/+6
2005-05-02Make "link[N:M]" refer to the 802.11 header for all 802.11 DLT_ values,guy1-1/+2
2005-04-19From Patrick Marie <mycroft@virgaria.org>: add support for port rangesguy1-1/+2
2004-06-16add baseline support for MPLS protocol and per-label filteringhannes1-1/+2
2004-03-28Handle the new OpenBSD pf format (DLT 117), which is now being usedfenner1-1/+3
2003-12-16On Mac OS X 10.3, including <sys/socket.h> eventually drags in a headerguy1-2/+2
2003-11-15Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy1-2/+2
2003-07-03As per a suggestion by Alex Medvedev, boost %a to 16000 to let AIX 5.2'sguy1-2/+2
2003-03-11Add support for OpenBSD DLT_PFLOG.guy1-1/+6
2003-03-08Boost some table sizes even more, as the HP-UX lex requires it.guy1-2/+2
2003-02-08From Gisle Vanem <giva@bgnett.no>: treat CR as white space inguy1-2/+2
2002-12-06add BPF_ filters for misc. IS-IS PDU Typeshannes1-1/+9
2002-08-08Add support for operations that test 802.11 SA or DA fields, and forguy1-2/+2
2002-08-02Use <pcap-stdinc.h> only on Windows; on UNIX, selectively include, inguy1-1/+6
2002-08-01Added support for Win32, based on WinPcap.risso1-4/+8
2002-07-27Set the correct member of a YYSTYPE for an IPv6 address - it's returnedguy1-2/+2
2002-07-11Add SunATM support, based on code from Yen Yen Lim at North Dakota Stateguy1-1/+16
2002-06-29Boost some table sizes to make it possible for the HP-UX 11i lex (andguy1-3/+3
2002-04-09<pcap.h> includes <sys/types.h>, and "pcap-int.h" includes <pcap.h>, andguy1-3/+1
2002-04-09<pcap.h> include <sys/time.h>, and "pcap-int.h" includes <pcap.h>, soguy1-3/+1
2002-04-07Include <netdb.h> before <pcap-namedb.h>, as <netdb.h> is included toguy1-4/+4
2001-09-14Revert to catching only bogus ethernet addresses that end in a colon,fenner1-2/+2
2001-08-20The rev 1.79 commit somehow undid the changes from 1.75.fenner1-1/+25
2001-08-20Fix some lexer bugs:fenner1-29/+5
2001-05-30Allow "ip6 proto ___" constructs.fenner1-3/+15
2001-05-10SCTP support from Armando L. Caro Jr. <acaro@mail.eecis.udel.edu>fenner1-1/+2
2001-04-17ARCNet support, from NetBSD.guy1-1/+3
2001-02-24 added english versions of many common fields (from thorpej)mcr1-1/+25
2001-02-21Patch from NetBSD, by Klaus Klein <kleink@netbsd.org>, to support "vrrp"guy1-1/+2
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-1/+2
2000-10-28Tony Li's changes, from FreeBSD, to support filtering for OSI packetsguy1-1/+7
2000-10-28Patch from Monroe Williams <monroe@pobox.com>, submitted with NetBSD PRguy1-1/+2