summaryrefslogtreecommitdiffstats
path: root/contrib/libpcap/scanner.l
Commit message (Collapse)AuthorAgeFilesLines
* MFV: libpcap 1.4.0.delphij2013-05-301-14/+2
| | | | MFC after: 4 weeks
* Add tcp header flags ECE and CWR defined in RFC 3168.hiren2013-05-161-0/+2
| | | | | | | PR: 140349 Submitted by: Alan Amesbury <amesbury@umn.edu> (earlier version) Reviewed by: delphij Approved by: sbruno (mentor)
* Merge from vendor branch: update libpcap to 1.2.1.delphij2012-05-141-1/+5
|\ | | | | | | MFC after: 2 weeks
* \ Merge libpcap-1.1.1.rpaulo2010-10-291-2/+17
|\ \ | |/
* | Merge libpcap 1.0.0.rpaulo2009-03-211-4/+17
|\ \ | |/
| * Flatten vendor/libpcap and remove keyword expansion.rpaulo2009-03-201-434/+0
| |
| * Import of libpcap v0.9.8mlaier2007-10-161-7/+12
| |
| * Import of libpcap v0.9.4sam2006-09-041-2/+3
| |
| * Virgin import of libpcap v0.9.1 (release) from tcpdump.orgsam2005-07-111-1/+8
| | | | | | | | Approved by: re (scottl)
| * Virgin import of libpcap v0.9.1 (alpha 096) from tcpdump.orgsam2005-05-291-1/+2
| |
| * Import libpcap 0.8.3, from http://www.tcpdump.org/releases/libpcap-0.8.3.tar.gzbms2004-03-311-17/+52
| |
| * Import libpcap 0.7.1, fromfenner2002-06-211-6/+52
| | | | | | | | http://www.tcpdump.org/release/libpcap-0.7.1.tar.gz
| * Virgin import of tcpdump.org libpcap v0.6.2fenner2001-04-031-21/+41
| |
| * Virgin import of tcpdump.org libpcap v0.5fenner2000-01-301-2/+118
| |
| * Virgin import of LBL libpcap v0.4fenner1998-09-151-6/+7
| |
| * Virgin import of libpcap 0.3fenner1997-05-271-2/+3
| |
* | Resolve merge conflictsmlaier2007-10-161-7/+11
| | | | | | | | | | Approved by: re (kensmith) Obtained from: tcpdump.org
* | resolve merge conflictssam2006-09-041-1/+3
| | | | | | | | MFC after: 1 month
* | resolve merge conflictssam2005-07-111-1/+8
| | | | | | | | Approved by: re (scottl)
* | resolve merge conflictssam2005-05-291-1/+2
| | | | | | | | Reviewed by: bms (earlier version)
* | Merge of libpcap 0.8.3 from tcpdump.org.bms2004-03-311-17/+52
| |
* | * Modify libpcap to work a bit better with our 802.11 code. This meansgreen2003-11-041-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | tcpdump -y ieee802_11 will work in the basic senses, including the code compilation for filters (where you may specify "link[]" to refer to parts of the 802.11 header, as well as treat it like a normal Ethernet header). Previously, it was just too far off to do anything useful for us. * While I'm here, fix some compile problems that will result from lex and yacc namespace polution when linking with -lpcap. The namespace is now "pcapyy*" instead of "yy*", and it tests fine with world and some external applications that may or may not use "yy*".
* | Merge libpcap 0.7.1fenner2002-06-211-6/+52
| | | | | | | | MFC after: 2 weeks
* | Merge libpcap 0.6.2fenner2001-04-031-22/+35
| |
* | When pcap_compile() detects an error, it longjmp()'s out of thearchie2001-01-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | scanner/parser. FreeBSD recently made 'flex' its default implementation of 'lex'. One of the incompatibilities of 'flex' vs. 'lex' is that if you longjmp() out of the scanner, you must call yyrestart() before doing another scan (as documented in flex(1)). So add an invocation to yyrestart() in lex_init(). This change should be backwards compatible with the original 'lex'. PR: bin/24116
* | Merge libpcap 0.5fenner2000-01-301-2/+120
| |
* | Merge libpcap version 0.4fenner1998-09-151-6/+7
| | | | | | | | PR: bin/7877
* | Merge libpcap 0.3fenner1997-05-271-2/+3
| | | | | | | | | | | | Update FREEBSD-upgrade to mention bumping library version number. Suggested-by: Chris Timmons <skynyrd@opus.cts.cwu.edu>
* | Add support for ISO CLNP/ES-IS/IS-IS.pst1996-08-211-0/+6
|/ | | | | | These changes have been also sent back to LBL for inclusion in next release. Submitted by: Tony Li <tli@jnx.com>
* Virgin import of LBL libpcap version 0.2.1.pst1996-08-191-0/+201
Obtained from: ftp://ftp.ee.lbl.gov/libpcap.tar.Z on 19-Aug-1996.
OpenPOWER on IntegriCloud