| Commit message (Expand) | Author | Age | Files | Lines |
* | remove NULL-checks before free() |  mmcc | 2015-12-22 | 5 | -27/+19 |
* | Remove register keyword. |  mmcc | 2015-11-17 | 9 | -74/+74 |
* | memory.h -> string.h |  mmcc | 2015-11-17 | 6 | -12/+10 |
* | update NAME; ok schwarze |  jmc | 2015-11-15 | 1 | -4/+59 |
* | Cast isxdigit()'s argument to unsigned char. |  mmcc | 2015-10-24 | 1 | -2/+2 |
* | Cast ctype function arguments to unsigned char. |  mmcc | 2015-10-24 | 1 | -3/+3 |
* | remove the #if bsdi path from here as well |  jsg | 2015-10-01 | 1 | -22/+1 |
* | lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */ |  guenther | 2015-09-27 | 1 | -2/+1 |
* | fix libpcap for ifmedia64 |  stsp | 2015-09-11 | 1 | -3/+3 |
* | Fix miscellaneous factual, grammar, and markup errors. |  lteo | 2015-04-07 | 1 | -8/+9 |
* | Teach monitor_mode() that the return code for unknown ioctl requests was |  sthen | 2015-02-15 | 1 | -1/+2 |
* | Move to the <limits.h> universe. |  deraadt | 2015-01-16 | 2 | -3/+3 |
* | Complete the list of functions in the paragraph that mentions that |  lteo | 2015-01-16 | 1 | -2/+6 |
* | Rename pcap_create()'s ebuf argument to errbuf to match the rest of the |  lteo | 2015-01-16 | 2 | -6/+6 |
* | Add more missing argument names. |  lteo | 2015-01-16 | 1 | -4/+4 |
* | Remove pointless casts for several malloc/calloc/free calls. No object |  lteo | 2015-01-16 | 4 | -14/+14 |
* | Fix a use after free, where the already freed p->opt.source was used by |  lteo | 2015-01-16 | 1 | -3/+2 |
* | remove .Tn; from Jan Stary <hans at stare dot cz> |  schwarze | 2015-01-15 | 1 | -10/+6 |
* | Add missing argument names, and sync the argument types and names with |  lteo | 2014-12-24 | 1 | -19/+19 |
* | markup fixes, and repair some wrong argument types while here; |  schwarze | 2014-12-12 | 1 | -8/+11 |
* | A few last 'easy' #include dedups. |  krw | 2014-12-06 | 1 | -5/+1 |
* | Yet more #include de-duplication. |  krw | 2014-11-20 | 1 | -2/+1 |
* | use reallocarray(); ok lteo |  deraadt | 2014-10-16 | 1 | -5/+5 |
* | Convert several calloc calls to reallocarray. These calloc calls were |  lteo | 2014-06-26 | 2 | -9/+10 |
* | Zap CVS $Header tags, reduces diff with upstream's repo |  lteo | 2014-04-11 | 9 | -24/+9 |
* | Remove #ifdef lint block, since lint is gone. This #ifdef block was a |  lteo | 2014-03-21 | 1 | -11/+1 |
* | Overflow check the calculation for a malloc size. |  deraadt | 2014-03-16 | 1 | -8/+39 |
* | Remove pointless casts. No binary change. |  lteo | 2014-03-14 | 2 | -4/+4 |
* | Change a few malloc+memset calls to calloc. |  lteo | 2014-03-14 | 4 | -13/+9 |
* | Add tcpdump(8) to the SEE ALSO section, and tweak the formatting in that |  lteo | 2014-02-19 | 1 | -2/+3 |
* | timeb.h has not been used forever |  deraadt | 2013-12-03 | 1 | -2/+1 |
* | Switch time_t, ino_t, clock_t, and struct kevent's ident and data |  guenther | 2013-08-13 | 1 | -1/+1 |
* | zap trailing whitespace; |  jmc | 2013-06-25 | 1 | -2/+2 |
* | bring return value of pcap_breakloop in sync with reality. |  sebastia | 2013-06-25 | 1 | -3/+3 |
* | Do not install pcap-int.h to /usr/include as it is an internal library |  lteo | 2013-06-19 | 1 | -2/+2 |
* | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. |  okan | 2012-08-02 | 1 | -2/+1 |
* | Add a man page describing pcap grammar |  giovanni | 2012-07-16 | 3 | -7/+737 |
* | tweak previous; ok sthen lteo |  jmc | 2012-05-25 | 1 | -5/+7 |
* | Import a number of core functions from libpcap-1.2.0 while preserving |  lteo | 2012-05-25 | 8 | -114/+1050 |
* | Add icmptype and tcpflags support to the grammar |  giovanni | 2011-03-28 | 1 | -1/+25 |
* | Fix typo in pflog header size computation. Fixes filtering with the new |  canacar | 2010-10-09 | 1 | -2/+2 |
* | Make tcpdump of pflog interfaces work with 'net <net>' expression. |  krw | 2010-09-08 | 1 | -3/+3 |
* | Properly handle the size field in pflog link header |  canacar | 2010-07-27 | 1 | -45/+236 |
* | remove support for the old pflog format, replaced in 2003 |  henning | 2010-06-26 | 2 | -36/+2 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 2 | -11/+2 |
* | 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 |