summaryrefslogtreecommitdiff
path: root/scanner.l
Commit message (Expand)AuthorAgeFilesLines
* As per a suggestion by Alex Medvedev, boost %a to 16000 to let AIX 5.2'sguy2003-07-031-2/+2
* Add support for OpenBSD DLT_PFLOG.guy2003-03-111-1/+6
* Boost some table sizes even more, as the HP-UX lex requires it.guy2003-03-081-2/+2
* From Gisle Vanem <giva@bgnett.no>: treat CR as white space inguy2003-02-081-2/+2
* add BPF_ filters for misc. IS-IS PDU Typeshannes2002-12-061-1/+9
* Add support for operations that test 802.11 SA or DA fields, and forguy2002-08-081-2/+2
* Use <pcap-stdinc.h> only on Windows; on UNIX, selectively include, inguy2002-08-021-1/+6
* Added support for Win32, based on WinPcap.risso2002-08-011-4/+8
* Set the correct member of a YYSTYPE for an IPv6 address - it's returnedguy2002-07-271-2/+2
* Add SunATM support, based on code from Yen Yen Lim at North Dakota Stateguy2002-07-111-1/+16
* Boost some table sizes to make it possible for the HP-UX 11i lex (andguy2002-06-291-3/+3
* <pcap.h> includes <sys/types.h>, and "pcap-int.h" includes <pcap.h>, andguy2002-04-091-3/+1
* <pcap.h> include <sys/time.h>, and "pcap-int.h" includes <pcap.h>, soguy2002-04-091-3/+1
* Include <netdb.h> before <pcap-namedb.h>, as <netdb.h> is included toguy2002-04-071-4/+4
* Revert to catching only bogus ethernet addresses that end in a colon,fenner2001-09-141-2/+2
* The rev 1.79 commit somehow undid the changes from 1.75.fenner2001-08-201-1/+25
* Fix some lexer bugs:fenner2001-08-201-29/+5
* Allow "ip6 proto ___" constructs.fenner2001-05-301-3/+15
* SCTP support from Armando L. Caro Jr. <acaro@mail.eecis.udel.edu>fenner2001-05-101-1/+2
* ARCNet support, from NetBSD.guy2001-04-171-1/+3
* added english versions of many common fields (from thorpej)mcr2001-02-241-1/+25
* Patch from NetBSD, by Klaus Klein <kleink@netbsd.org>, to support "vrrp"guy2001-02-211-1/+2
* 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-1/+2
* Tony Li's changes, from FreeBSD, to support filtering for OSI packetsguy2000-10-281-1/+7
* Patch from Monroe Williams <monroe@pobox.com>, submitted with NetBSD PRguy2000-10-281-1/+2
* Improved VLAN support, from Peter Jeremy - "vlan" filtering keyword,guy2000-10-221-1/+3
* Token Ring support, from various patches. Also add "tr" as an alias forguy2000-07-251-2/+2
* Older versions of Flex (e.g., 2.5.2, which at least one user had) dumpguy2000-07-131-24/+19
* add config.h, remove gnuc.h. remove __deadassar2000-07-111-2/+5
* (lex_init): call YY_FLUSH_BUFFER when using flex. From Guy Harrisassar2000-06-101-1/+8
* add %n 2000 to make it acceptable to lex. From Rick Jones <raj@cup.hp.com>assar2000-03-311-1/+2
* patch to compile on AIXmcr2000-01-251-1/+5
* add some parameters to help old lexes in handling this fileassar1999-11-171-3/+7
* * libpcap/scanner.l: make IPv6 parsing more strict.itojun1999-11-091-2/+80
* add configure option --disable-protochain, to make Arne happier.itojun1999-11-011-2/+8
* IPv6 packet filtering code.itojun1999-10-191-1/+29
* Initial revisionmcr1999-10-071-0/+203