summaryrefslogtreecommitdiffstats
path: root/contrib/libpcap
Commit message (Collapse)AuthorAgeFilesLines
* Merge multi-DLT support.fenner2003-01-264-0/+41
|
* This commit was generated by cvs2svn to compensate for changes in r109839,fenner2003-01-263-1/+72
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Commit tcpdump.org's multi-DLT support to vendor branch.fenner2003-01-267-1/+113
| |
* | Merge libpcap 0.7.1fenner2002-06-219-106/+1270
| | | | | | | | MFC after: 2 weeks
* | This commit was generated by cvs2svn to compensate for changes in r98530,fenner2002-06-2132-840/+3224
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import libpcap 0.7.1, fromfenner2002-06-2142-949/+4511
| | | | | | | | http://www.tcpdump.org/release/libpcap-0.7.1.tar.gz
* | Correct email address for bug reports and patch submissions.obrien2002-02-081-1/+3
| | | | | | | | Submitted by: Marco Molteni <molter@tin.it>
* | Merge libpcap 0.6.2fenner2001-04-0311-277/+982
| |
* | This commit was generated by cvs2svn to compensate for changes in r75107,fenner2001-04-0339-1046/+5096
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of tcpdump.org libpcap v0.6.2fenner2001-04-0351-1317/+6213
| |
* | 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
* | This commit was generated by cvs2svn to compensate for changes in r63696,fenner2000-07-201-2/+3
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import rev 1.26 of tcpdump.org's inet.c -- don't freefenner2000-07-201-2/+3
| | | | | | | | the buffer before it's used.
| * Import of updated file for 0.5 releasefenner2000-03-041-5/+15
| |
* | Fix make world breakage.archie2000-07-191-1/+1
| | | | | | | | Broken by: me
* | 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-3010-53/+1153
| |
* | This commit was generated by cvs2svn to compensate for changes in r56889,fenner2000-01-3032-179/+506
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of tcpdump.org libpcap v0.5fenner2000-01-3042-210/+1629
| |
* | Merge libpcap version 0.4fenner1998-09-155-28/+95
| | | | | | | | PR: bin/7877
* | This commit was generated by cvs2svn to compensate for changes in r39291,fenner1998-09-1519-245/+737
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of LBL libpcap v0.4fenner1998-09-1525-379/+1140
| |
* | None of the header files for the packet capture libraryphk1998-08-073-0/+30
| | | | | | | | | | | | | | | | are suitable to include in a C++ file. PR: 7229 Reviewed by: phk Submitted by: Craig Spannring <cts@internetcds.com>
* | Merge libpcap 0.3fenner1997-05-277-528/+52
| | | | | | | | | | | | Update FREEBSD-upgrade to mention bumping library version number. Suggested-by: Chris Timmons <skynyrd@opus.cts.cwu.edu>
* | This commit was generated by cvs2svn to compensate for changes in r26175,fenner1997-05-2732-449/+1576
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of libpcap 0.3fenner1997-05-2737-469/+1619
| |
| * This commit was manufactured by cvs2svn to create branchcvs2svn1996-08-211-0/+43
| | | | | | | | 'VENDOR-libpcap'.
* | Back out an easy $FreeBSD$ (file already left vendor branch)peter1997-02-221-1/+1
| |
* | Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* | Kill another bogus inclusion of <netinet/if_ether.h>.wollman1997-01-051-1/+1
| |
* | Update to reflect changes in net/if.h.wollman1997-01-032-2/+2
| |
* | Fix generated code for DLT_NULL encapsulation.fenner1996-12-181-1/+1
| | | | | | | | This fixes PR#bin/2212.
* | Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadwollman1996-12-101-0/+1
| | | | | | | | | | | | do it themselves. (Some of these programs actually depended on this beyond compiling the definition of struct ifinfo!) Also fix up some other #include messes while we're at it.
* | delete doubled words, e.g.: "the the" -> "the"wosch1996-10-051-2/+4
| |
* | Fix some typospst1996-10-011-5/+5
| |
* | Add support for ISO CLNP/ES-IS/IS-IS.pst1996-08-215-2/+103
| | | | | | | | | | | | These changes have been also sent back to LBL for inclusion in next release. Submitted by: Tony Li <tli@jnx.com>
* | Add ignore of SUNOS4 subdirectory to commit instructionspst1996-08-191-2/+2
| |
* | Upgrade instructionspst1996-08-191-0/+28
|/
* Virgin import of LBL libpcap version 0.2.1.pst1996-08-1944-0/+15504
Obtained from: ftp://ftp.ee.lbl.gov/libpcap.tar.Z on 19-Aug-1996.
OpenPOWER on IntegriCloud