Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge from vendor branch: update libpcap to 1.2.1. | delphij | 2012-05-14 | 1 | -203/+318 |
|\ | | | | | | | MFC after: 2 weeks | ||||
* \ | Merge libpcap-1.1.1. | rpaulo | 2010-10-29 | 1 | -18/+189 |
|\ \ | |/ | |||||
* | | Merge libpcap 1.0.0. | rpaulo | 2009-03-21 | 1 | -724/+1687 |
|\ \ | |/ | |||||
| * | Flatten vendor/libpcap and remove keyword expansion. | rpaulo | 2009-03-20 | 1 | -7252/+0 |
| | | |||||
| * | Import of libpcap v0.9.8 | mlaier | 2007-10-16 | 1 | -363/+800 |
| | | |||||
| * | Import of libpcap v0.9.4 | sam | 2006-09-04 | 1 | -57/+214 |
| | | |||||
| * | Virgin import of libpcap v0.9.1 (release) from tcpdump.org | sam | 2005-07-11 | 1 | -414/+1370 |
| | | | | | | | | Approved by: re (scottl) | ||||
| * | Virgin import of libpcap v0.9.1 (alpha 096) from tcpdump.org | sam | 2005-05-29 | 1 | -222/+404 |
| | | |||||
| * | Import libpcap 0.8.3, from http://www.tcpdump.org/releases/libpcap-0.8.3.tar.gz | bms | 2004-03-31 | 1 | -315/+1892 |
| | | |||||
| * | Commit tcpdump.org's multi-DLT support to vendor branch. | fenner | 2003-01-26 | 1 | -0/+7 |
| | | |||||
| * | Import libpcap 0.7.1, from | fenner | 2002-06-21 | 1 | -35/+727 |
| | | | | | | | | http://www.tcpdump.org/release/libpcap-0.7.1.tar.gz | ||||
| * | Virgin import of tcpdump.org libpcap v0.6.2 | fenner | 2001-04-03 | 1 | -120/+538 |
| | | |||||
| * | Import of updated file for 0.5 release | fenner | 2000-03-04 | 1 | -5/+15 |
| | | |||||
| * | Virgin import of tcpdump.org libpcap v0.5 | fenner | 2000-01-30 | 1 | -15/+887 |
| | | |||||
| * | Virgin import of LBL libpcap v0.4 | fenner | 1998-09-15 | 1 | -5/+51 |
| | | |||||
| * | Virgin import of libpcap 0.3 | fenner | 1997-05-27 | 1 | -10/+22 |
| | | |||||
* | | Resolve merge conflicts | mlaier | 2007-10-16 | 1 | -363/+800 |
| | | | | | | | | | | Approved by: re (kensmith) Obtained from: tcpdump.org | ||||
* | | resolve merge conflicts | sam | 2006-09-04 | 1 | -58/+214 |
| | | | | | | | | MFC after: 1 month | ||||
* | | resolve merge conflicts | sam | 2005-07-11 | 1 | -414/+1370 |
| | | | | | | | | Approved by: re (scottl) | ||||
* | | resolve merge conflicts | sam | 2005-05-29 | 1 | -222/+404 |
| | | | | | | | | Reviewed by: bms (earlier version) | ||||
* | | Merge of libpcap 0.8.3 from tcpdump.org. | bms | 2004-03-31 | 1 | -323/+1854 |
| | | |||||
* | | * Modify libpcap to work a bit better with our 802.11 code. This means | green | 2003-11-04 | 1 | -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. | fenner | 2003-01-26 | 1 | -0/+7 |
| | | |||||
* | | Merge libpcap 0.7.1 | fenner | 2002-06-21 | 1 | -35/+727 |
| | | | | | | | | MFC after: 2 weeks | ||||
* | | Merge libpcap 0.6.2 | fenner | 2001-04-03 | 1 | -142/+515 |
| | | |||||
* | | Merge updated file for 0.5 release: handle "ip host foo" and | fenner | 2000-03-04 | 1 | -4/+14 |
| | | | | | | | | | | | | | | "ip6 host foo" when foo has both IP and IP6 addresses. PR: bin/17083 Approved by: jkh | ||||
* | | Merge libpcap 0.5 | fenner | 2000-01-30 | 1 | -17/+892 |
| | | |||||
* | | Merge libpcap version 0.4 | fenner | 1998-09-15 | 1 | -4/+50 |
| | | | | | | | | PR: bin/7877 | ||||
* | | Merge libpcap 0.3 | fenner | 1997-05-27 | 1 | -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. | wollman | 1997-01-03 | 1 | -1/+1 |
| | | |||||
* | | Fix generated code for DLT_NULL encapsulation. | fenner | 1996-12-18 | 1 | -1/+1 |
| | | | | | | | | This fixes PR#bin/2212. | ||||
* | | Add support for ISO CLNP/ES-IS/IS-IS. | pst | 1996-08-21 | 1 | -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. | pst | 1996-08-19 | 1 | -0/+1886 |
Obtained from: ftp://ftp.ee.lbl.gov/libpcap.tar.Z on 19-Aug-1996. |