| Commit message (Expand) | Author | Age | Files | Lines |
* | add DLT_PPP_ETHER support |  brad | 2004-05-21 | 1 | -1/+11 |
* | use the kernel default for buf size. no behavior change by default. |  tedu | 2004-02-06 | 1 | -1/+4 |
* | remove $Header, it was messing up cvs for me. ok deraadt@ |  tedu | 2004-01-27 | 9 | -50/+9 |
* | add DLT_IEEE802_11 support; from NetBSD. bump minor. |  fgsch | 2004-01-26 | 2 | -3/+8 |
* | Replace some strncpy() calls with strlcpy() |  jfb | 2004-01-21 | 2 | -12/+11 |
* | prevent double-free; from aldo@nullcube.com; dhartmei@ ok |  mickey | 2003-11-24 | 1 | -7/+16 |
* | add missing includes |  david | 2003-07-18 | 1 | -2/+3 |
* | libpcap and tcpdump now understand the new pflog datalink type. |  canacar | 2003-05-14 | 4 | -26/+113 |
* | .Xr typos; |  jmc | 2003-03-06 | 1 | -2/+2 |
* | fix a variety of missing or wrong MLINKS |  deraadt | 2003-02-20 | 1 | -2/+3 |
* | Crank all library major numbers. Needed due to the fact that we |  millert | 2002-12-03 | 1 | -2/+2 |
* | tcpdump support for pfsync; henning@ ok |  mickey | 2002-11-29 | 1 | -2/+7 |
* | must yyrestart after longjmp; moritz@jodeit.org |  deraadt | 2002-08-26 | 1 | -2/+3 |
* | Swap args to calloc(3) so they are in the correct order; art@ ok. |  aaron | 2002-08-12 | 1 | -3/+3 |
* | more error checking of memory allocation, from clodder@acm.org. okay deraadt@ |  provos | 2002-07-09 | 2 | -4/+22 |
* | under lying -> underlying |  millert | 2002-05-01 | 1 | -2/+2 |
* | o) start new sentence on a new line; |  mpech | 2002-05-01 | 1 | -10/+17 |
* | language extensions for PF logs. can specify direction, interface, rule |  frantzen | 2002-03-23 | 5 | -18/+152 |
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. |  millert | 2002-02-19 | 5 | -34/+10 |
* | add pcap_inject back into the header file |  ericj | 2002-01-17 | 1 | -2/+3 |
* | fix memory leak associated with compiled BPF program, sync'd from tcpdump.org. ok itojun@ |  dugsong | 2001-12-17 | 4 | -10/+34 |
* | A FILE * is not a file name, dammit. |  millert | 2001-12-06 | 1 | -2/+2 |
* | Broken use of .IMPSRC in non-inference rule context |  espie | 2001-11-22 | 1 | -3/+3 |
* | change timeval to bpf_timeval; 32 bit in size, permitting much greater portability |  deraadt | 2001-10-02 | 2 | -17/+6 |
* | #include string.h to get memset() prototype |  millert | 2001-07-06 | 1 | -2/+3 |
* | DLT_PFLOG |  provos | 2001-06-25 | 1 | -2/+8 |
* | use __x__ formats for __attribute__ arguments; guenther@gac.edu |  deraadt | 2000-12-06 | 1 | -3/+3 |
* | remove legacy over-general :{B} match for MAC addresses, fixing filters like 'arp[6:2] = 2'. ok angelos@ |  dugsong | 2000-06-29 | 2 | -9/+5 |
* | s/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (sync with reality) |  itojun | 2000-04-27 | 1 | -2/+2 |
* | crank minor |  deraadt | 2000-04-27 | 1 | -1/+1 |
* | sync with libpcap v0.5 |  jakob | 2000-04-26 | 19 | -107/+1405 |
* | use getifaddrs, to avoid copmlicated align constraint in SIOCGIFCONF. |  itojun | 2000-04-13 | 2 | -4/+55 |
* | Suffix "i.e." and "e.g." with a comma. Just another really picky man page |  aaron | 2000-03-14 | 1 | -1/+1 |
* | Repair duplicate word occurences; (as found by a Perl script sent to us from |  aaron | 2000-01-18 | 1 | -1/+1 |
* | add MLINKs |  millert | 1999-11-17 | 1 | -1/+11 |
* | someone went overboard with Fn. Also Pa the email address. ok aaron@ |  d | 1999-08-30 | 1 | -8/+7 |
* | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. |  millert | 1999-08-17 | 1 | -3/+3 |
* | changes brought in from v0.4; started by brad, more by me, being tested by mts |  deraadt | 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 |  deraadt | 1999-07-19 | 1 | -1/+7 |
* | - remove all trailing whitespace |  aaron | 1999-07-09 | 1 | -1/+1 |
* | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. |  aaron | 1999-07-07 | 1 | -1/+1 |
* | consistent .Dd usage; proper format is: .Dd Month DD, YYYY |  aaron | 1999-07-02 | 1 | -1/+1 |
* | new mandoc-style pcap(3) man page; kwesterback@home.com |  aaron | 1999-06-18 | 1 | -236/+228 |
* | fix RCS tags |  brad | 1999-06-17 | 3 | -3/+3 |
* | more man page repairs; aaron@ug.cs.dal.ca |  deraadt | 1998-09-05 | 1 | -5/+5 |
* | DLT_LOOP has network byte order header |  deraadt | 1998-08-31 | 1 | -2/+8 |
* | fix premature free() calling |  mickey | 1998-08-27 | 1 | -2/+3 |
* | realloc repair |  deraadt | 1998-08-14 | 1 | -4/+7 |
* | remove references to tcpslice as it is not shipped with the system.. this is questionable |  deraadt | 1998-07-22 | 1 | -4/+5 |
* | buf oflows |  deraadt | 1998-07-14 | 6 | -40/+60 |