summaryrefslogtreecommitdiffstats
path: root/lib/libpcap (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add DLT_PPP_ETHER supportbrad2004-05-211-1/+11
| | | | | | ok canacar@ From: Marc Huber <pppoe at pro-bono-publico dot de>
* use the kernel default for buf size. no behavior change by default.tedu2004-02-061-1/+4
| | | | ok canacar@ mcbride@
* remove $Header, it was messing up cvs for me. ok deraadt@tedu2004-01-279-50/+9
|
* add DLT_IEEE802_11 support; from NetBSD. bump minor.fgsch2004-01-262-3/+8
| | | | deraadt@ ok.
* Replace some strncpy() calls with strlcpy()jfb2004-01-212-12/+11
| | | | tested by jose@, ok canacar@ and otto@
* prevent double-free; from aldo@nullcube.com; dhartmei@ okmickey2003-11-241-7/+16
|
* add missing includesdavid2003-07-181-2/+3
| | | | ok tedu@
* libpcap and tcpdump now understand the new pflog datalink type.canacar2003-05-144-26/+113
| | | | | | old datalink type is still recognized. ok henning@ dhartmei@ frantzen@
* .Xr typos;jmc2003-03-061-2/+2
| | | | ok deraadt@
* fix a variety of missing or wrong MLINKSderaadt2003-02-201-2/+3
|
* Crank all library major numbers. Needed due to the fact that wemillert2002-12-031-2/+2
| | | | | | | | now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@
* tcpdump support for pfsync; henning@ okmickey2002-11-291-2/+7
|
* must yyrestart after longjmp; moritz@jodeit.orgderaadt2002-08-261-2/+3
|
* Swap args to calloc(3) so they are in the correct order; art@ ok.aaron2002-08-121-3/+3
|
* more error checking of memory allocation, from clodder@acm.org. okay deraadt@provos2002-07-092-4/+22
|
* under lying -> underlyingmillert2002-05-011-2/+2
|
* o) start new sentence on a new line;mpech2002-05-011-10/+17
| | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
* language extensions for PF logs. can specify direction, interface, rulefrantzen2002-03-235-18/+152
| | | | number, reason and action. fix the ipv4/ipv6 distinction while I'm here.
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-195-34/+10
|
* add pcap_inject back into the header fileericj2002-01-171-2/+3
|
* fix memory leak associated with compiled BPF program, sync'd from tcpdump.org. ok itojun@dugsong2001-12-174-10/+34
|
* A FILE * is not a file name, dammit.millert2001-12-061-2/+2
|
* Broken use of .IMPSRC in non-inference rule contextespie2001-11-221-3/+3
|
* change timeval to bpf_timeval; 32 bit in size, permitting much greater portabilityderaadt2001-10-022-17/+6
|
* #include string.h to get memset() prototypemillert2001-07-061-2/+3
|
* DLT_PFLOGprovos2001-06-251-2/+8
|
* use __x__ formats for __attribute__ arguments; guenther@gac.eduderaadt2000-12-061-3/+3
|
* remove legacy over-general :{B} match for MAC addresses, fixing filters like 'arp[6:2] = 2'. ok angelos@dugsong2000-06-292-9/+5
|
* s/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (sync with reality)itojun2000-04-271-2/+2
|
* crank minorderaadt2000-04-271-1/+1
|
* sync with libpcap v0.5jakob2000-04-2619-107/+1405
| | | | add support for INET6 (kame)
* use getifaddrs, to avoid copmlicated align constraint in SIOCGIFCONF.itojun2000-04-132-4/+55
|
* Suffix "i.e." and "e.g." with a comma. Just another really picky man pageaaron2000-03-141-1/+1
| | | | | commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
* Repair duplicate word occurences; (as found by a Perl script sent to us fromaaron2000-01-181-1/+1
| | | | Tom Christiansen <tchrist@perl.com>).
* add MLINKsmillert1999-11-171-1/+11
|
* someone went overboard with Fn. Also Pa the email address. ok aaron@d1999-08-301-8/+7
|
* More <sys/file.h> vs. <fcntl.h> and open() flags fixes.millert1999-08-171-3/+3
|
* changes brought in from v0.4; started by brad, more by me, being tested by mtsderaadt1999-07-2023-300/+722
|
* if pcap_dump_open() specified a snaplen of -1, make sure pcap_open_offline() does not malloc -1, but uses max snaplen; pointed out by mts@nfr.netderaadt1999-07-191-1/+7
|
* - remove all trailing whitespaceaaron1999-07-091-1/+1
| | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
* The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.aaron1999-07-071-1/+1
| | | | | | | Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
* consistent .Dd usage; proper format is: .Dd Month DD, YYYYaaron1999-07-021-1/+1
|
* new mandoc-style pcap(3) man page; kwesterback@home.comaaron1999-06-181-236/+228
|
* fix RCS tagsbrad1999-06-173-3/+3
|
* more man page repairs; aaron@ug.cs.dal.caderaadt1998-09-051-5/+5
|
* DLT_LOOP has network byte order headerderaadt1998-08-311-2/+8
|
* fix premature free() callingmickey1998-08-271-2/+3
|
* realloc repairderaadt1998-08-141-4/+7
|
* remove references to tcpslice as it is not shipped with the system.. this is questionablederaadt1998-07-221-4/+5
|
* buf oflowsderaadt1998-07-146-40/+60
|