| Commit message (Expand) | Author | Age | Files | Lines |
* | Zero out IPv6 mask before using it. This fixes expressions like |  bluhm | 2009-09-18 | 1 | -1/+2 |
* | various MLINK fixes from Alan R. S. Bueno; |  jmc | 2009-08-13 | 1 | -2/+3 |
* | teach libpcap about scrub rules |  henning | 2009-04-06 | 1 | -2/+4 |
* | Swap the code for a calling function and what it calls, so that the called |  deraadt | 2008-06-15 | 1 | -14/+14 |
* | Import vlan support from upstream libpcap. This allows, eg, "tcpdump vla 3" |  dtucker | 2008-06-11 | 6 | -10/+118 |
* | fix format string |  chl | 2007-11-06 | 1 | -2/+2 |
* | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg |  deraadt | 2007-09-02 | 2 | -8/+8 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 1 | -2/+2 |
* | remove extra \n in bpf_error() calls. |  reyk | 2007-01-02 | 1 | -10/+10 |
* | define bpf filters to match address and header fields in IEEE 802.11 |  reyk | 2007-01-02 | 4 | -18/+300 |
* | +MLINK pcap.3 pcap_get_selectable_fd.3 |  jmc | 2006-09-18 | 1 | -3/+3 |
* | document pcap_get_selectable_fd(); MLINK will happen after unlock |  jmc | 2006-09-09 | 1 | -2/+6 |
* | get rid of arc network support. we have no users of it so this is dead |  dlg | 2006-07-18 | 2 | -96/+3 |
* | strnvis illegal tokens as well and remove a spurious "i" that crept in |  otto | 2006-04-18 | 1 | -4/+10 |
* | vis() illegal characters; ok otto |  deraadt | 2006-04-18 | 1 | -3/+9 |
* | malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks |  djm | 2006-04-02 | 1 | -5/+4 |
* | MLINK to new man pages |  deraadt | 2006-03-27 | 1 | -2/+5 |
* | add remaining tcpdump.org libpcap 0.9 APIs, most notably |  djm | 2006-03-26 | 8 | -38/+264 |
* | scrub can log, so it is a valid pf action to filter on |  camield | 2006-03-26 | 1 | -2/+4 |
* | malloc fix for bpf interface array allocation (from freebsd). use |  reyk | 2006-01-16 | 1 | -3/+2 |
* | - check for malloc failure |  jaredy | 2006-01-11 | 3 | -33/+51 |
* | Fix syntax error (missing ')') in #ifdef'ed out code. Spotted by lint. |  krw | 2005-11-25 | 1 | -2/+2 |
* | use WANTLINT= (on all architectures) |  deraadt | 2005-11-24 | 1 | -1/+2 |
* | In count_stmts(), make sure to account for long jump instructions as well, |  aaron | 2005-11-19 | 1 | -2/+2 |
* | - new sentence, new line |  jmc | 2005-11-18 | 1 | -5/+5 |
* | pull in the good bits of libpcap-0.9.4's API without the cross-platform |  djm | 2005-11-18 | 10 | -34/+997 |
* | Add Spanning Tree Protocol support. |  mpf | 2005-10-07 | 7 | -12/+209 |
* | accept hostnames 1 char long; spotted by otto, ok otto |  deraadt | 2005-09-27 | 1 | -2/+3 |
* | Fix description in a comment. |  joel | 2005-06-04 | 1 | -2/+2 |
* | rdr, nat and binat can appear in pflog now, so make them valid arguments |  camield | 2005-05-26 | 1 | -2/+8 |
* | add some const to ether_*. remove bonus prototypes this brought out. |  tedu | 2005-03-28 | 1 | -6/+2 |
* | add DLT_IEEE802_11_RADIO (802.11 + radiotap header) |  reyk | 2005-02-28 | 1 | -1/+6 |
* | errno changes, lib major version bumps, and general flag day |  marc | 2004-07-13 | 1 | -2/+2 |
* | make safe for inclusion in C++ code; ok deraadt@ |  naddy | 2004-06-24 | 1 | -2/+4 |
* | 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 |