Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add missing includes | 2003-07-18 | 1 | -2/+3 | ||
| | | | | ok tedu@ | |||||
* | libpcap and tcpdump now understand the new pflog datalink type. | 2003-05-14 | 4 | -26/+113 | ||
| | | | | | | old datalink type is still recognized. ok henning@ dhartmei@ frantzen@ | |||||
* | .Xr typos; | 2003-03-06 | 1 | -2/+2 | ||
| | | | | ok deraadt@ | |||||
* | fix a variety of missing or wrong MLINKS | 2003-02-20 | 1 | -2/+3 | ||
| | ||||||
* | Crank all library major numbers. Needed due to the fact that we | 2002-12-03 | 1 | -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@ ok | 2002-11-29 | 1 | -2/+7 | ||
| | ||||||
* | must yyrestart after longjmp; moritz@jodeit.org | 2002-08-26 | 1 | -2/+3 | ||
| | ||||||
* | Swap args to calloc(3) so they are in the correct order; art@ ok. | 2002-08-12 | 1 | -3/+3 | ||
| | ||||||
* | more error checking of memory allocation, from clodder@acm.org. okay deraadt@ | 2002-07-09 | 2 | -4/+22 | ||
| | ||||||
* | under lying -> underlying | 2002-05-01 | 1 | -2/+2 | ||
| | ||||||
* | o) start new sentence on a new line; | 2002-05-01 | 1 | -10/+17 | ||
| | | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | |||||
* | language extensions for PF logs. can specify direction, interface, rule | 2002-03-23 | 5 | -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. | 2002-02-19 | 5 | -34/+10 | ||
| | ||||||
* | add pcap_inject back into the header file | 2002-01-17 | 1 | -2/+3 | ||
| | ||||||
* | fix memory leak associated with compiled BPF program, sync'd from tcpdump.org. ok itojun@ | 2001-12-17 | 4 | -10/+34 | ||
| | ||||||
* | A FILE * is not a file name, dammit. | 2001-12-06 | 1 | -2/+2 | ||
| | ||||||
* | Broken use of .IMPSRC in non-inference rule context | 2001-11-22 | 1 | -3/+3 | ||
| | ||||||
* | change timeval to bpf_timeval; 32 bit in size, permitting much greater portability | 2001-10-02 | 2 | -17/+6 | ||
| | ||||||
* | #include string.h to get memset() prototype | 2001-07-06 | 1 | -2/+3 | ||
| | ||||||
* | DLT_PFLOG | 2001-06-25 | 1 | -2/+8 | ||
| | ||||||
* | use __x__ formats for __attribute__ arguments; guenther@gac.edu | 2000-12-06 | 1 | -3/+3 | ||
| | ||||||
* | remove legacy over-general :{B} match for MAC addresses, fixing filters like 'arp[6:2] = 2'. ok angelos@ | 2000-06-29 | 2 | -9/+5 | ||
| | ||||||
* | s/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (sync with reality) | 2000-04-27 | 1 | -2/+2 | ||
| | ||||||
* | crank minor | 2000-04-27 | 1 | -1/+1 | ||
| | ||||||
* | sync with libpcap v0.5 | 2000-04-26 | 19 | -107/+1405 | ||
| | | | | add support for INET6 (kame) | |||||
* | use getifaddrs, to avoid copmlicated align constraint in SIOCGIFCONF. | 2000-04-13 | 2 | -4/+55 | ||
| | ||||||
* | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | 2000-03-14 | 1 | -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 from | 2000-01-18 | 1 | -1/+1 | ||
| | | | | Tom Christiansen <tchrist@perl.com>). | |||||
* | add MLINKs | 1999-11-17 | 1 | -1/+11 | ||
| | ||||||
* | someone went overboard with Fn. Also Pa the email address. ok aaron@ | 1999-08-30 | 1 | -8/+7 | ||
| | ||||||
* | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | 1999-08-17 | 1 | -3/+3 | ||
| | ||||||
* | changes brought in from v0.4; started by brad, more by me, being tested by mts | 1999-07-20 | 23 | -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.net | 1999-07-19 | 1 | -1/+7 | ||
| | ||||||
* | - remove all trailing whitespace | 1999-07-09 | 1 | -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. | 1999-07-07 | 1 | -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, YYYY | 1999-07-02 | 1 | -1/+1 | ||
| | ||||||
* | new mandoc-style pcap(3) man page; kwesterback@home.com | 1999-06-18 | 1 | -236/+228 | ||
| | ||||||
* | fix RCS tags | 1999-06-17 | 3 | -3/+3 | ||
| | ||||||
* | more man page repairs; aaron@ug.cs.dal.ca | 1998-09-05 | 1 | -5/+5 | ||
| | ||||||
* | DLT_LOOP has network byte order header | 1998-08-31 | 1 | -2/+8 | ||
| | ||||||
* | fix premature free() calling | 1998-08-27 | 1 | -2/+3 | ||
| | ||||||
* | realloc repair | 1998-08-14 | 1 | -4/+7 | ||
| | ||||||
* | remove references to tcpslice as it is not shipped with the system.. this is questionable | 1998-07-22 | 1 | -4/+5 | ||
| | ||||||
* | buf oflows | 1998-07-14 | 6 | -40/+60 | ||
| | ||||||
* | handle single char hostnames; jch@honig.net | 1998-06-26 | 1 | -3/+3 | ||
| | ||||||
* | typo; deberg@mit.edu | 1998-06-24 | 1 | -1/+1 | ||
| | ||||||
* | handle IPSec processed packets (DLT_ENC) in libpcap, display them with | 1998-06-11 | 1 | -1/+7 | ||
| | | | | tcpdump + additional info (SPI + which type of transforms where passed). | |||||
* | add DLT_LOOP support; 4-byte header indicates proto; cstone@pobox.com | 1998-06-04 | 1 | -2/+8 | ||
| | ||||||
* | Enable YP ethers lookup | 1998-02-26 | 1 | -2/+2 | ||
| | ||||||
* | Fix PR #299 (pcap_inject busted). | 1997-08-13 | 1 | -2/+4 | ||
| |