summaryrefslogtreecommitdiffstats
path: root/contrib/libpcap/gencode.c
Commit message (Collapse)AuthorAgeFilesLines
* * Modify libpcap to work a bit better with our 802.11 code. This meansgreen2003-11-041-9/+55
| | | | | | | | | | | | 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 multi-DLT support.fenner2003-01-261-0/+7
|
* Merge libpcap 0.7.1fenner2002-06-211-35/+727
| | | | MFC after: 2 weeks
* Merge libpcap 0.6.2fenner2001-04-031-142/+515
|
* Merge updated file for 0.5 release: handle "ip host foo" andfenner2000-03-041-4/+14
| | | | | | | "ip6 host foo" when foo has both IP and IP6 addresses. PR: bin/17083 Approved by: jkh
* Merge libpcap 0.5fenner2000-01-301-17/+892
|
* Merge libpcap version 0.4fenner1998-09-151-4/+50
| | | | PR: bin/7877
* Merge libpcap 0.3fenner1997-05-271-10/+22
| | | | | | Update FREEBSD-upgrade to mention bumping library version number. Suggested-by: Chris Timmons <skynyrd@opus.cts.cwu.edu>
* Update to reflect changes in net/if.h.wollman1997-01-031-1/+1
|
* Fix generated code for DLT_NULL encapsulation.fenner1996-12-181-1/+1
| | | | This fixes PR#bin/2212.
* Add support for ISO CLNP/ES-IS/IS-IS.pst1996-08-211-2/+47
| | | | | | 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/+1886
Obtained from: ftp://ftp.ee.lbl.gov/libpcap.tar.Z on 19-Aug-1996.
OpenPOWER on IntegriCloud