| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't link tcpdump(8) with libl and remove reference to `yydebug'. |  mvs | 2020-12-04 | 1 | -11/+3 |
* | add initial support for handling geneve packets. |  dlg | 2020-08-17 | 1 | -1/+3 |
* | wire the wireguard packet printer into tcpdump. |  dlg | 2020-06-21 | 1 | -1/+3 |
* | - (void)printf() -> printf(); the cast adds clutter for little value. |  procter | 2020-01-24 | 1 | -9/+9 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -2/+2 |
* | support -T erspan so arbitrary gre protocols can be seen as erspan |  dlg | 2019-05-26 | 1 | -1/+3 |
* | support configuring BIOCSFILDROP with tcpdump. |  dlg | 2019-03-18 | 1 | -4/+18 |
* | Hoist opening pf.os(5) fingerprints '-o' earlier so that it doesn't |  brynet | 2018-11-08 | 1 | -3/+3 |
* | add support for vxlan packets. |  dlg | 2018-07-06 | 1 | -1/+3 |
* | add "tftp" as a type to use with -T |  dlg | 2018-07-06 | 1 | -1/+3 |
* | Add "mpls" as a type to use with -T |  dlg | 2018-07-06 | 1 | -1/+3 |
* | Add "gre" as a type to use with -T |  dlg | 2018-07-06 | 1 | -1/+3 |
* | rework ppp, pptp, and gre parsing. |  dlg | 2018-02-06 | 1 | -1/+2 |
* | Simple USBPcap parser for tcpdump(8). Raw dumps can be nicely analysed |  mpi | 2018-02-03 | 1 | -1/+2 |
* | Convert snprintf+write into dprintf. It is simply easier to read, and |  deraadt | 2017-12-08 | 1 | -9/+5 |
* | fork+exec model for tcpdump(8); re-exec the privileged child after fork |  brynet | 2017-09-08 | 1 | -1/+5 |
* | Add new DLT_OPENFLOW link-type to allow using tcpdump to debug switch(4), |  reyk | 2016-11-16 | 1 | -1/+2 |
* | assign pointers to NULL rather than 0 |  mmcc | 2015-12-22 | 1 | -2/+2 |
* | Remove remaining instances of the register keyword. |  mmcc | 2015-11-16 | 1 | -8/+8 |
* | pcap_stat fields are unsigned, print them as such |  jca | 2015-10-28 | 1 | -3/+3 |
* | Remove conditional compilation and #defines around signal handling |  guenther | 2015-10-14 | 1 | -12/+6 |
* | Change all tame callers to namechange to pledge(2). |  deraadt | 2015-10-09 | 1 | -3/+3 |
* | tcpdump is two-process privsep. |  deraadt | 2015-10-03 | 1 | -1/+3 |
* | Move the BIOCGSTATS ioctl operation done by the tcpdump process |  deraadt | 2015-07-14 | 1 | -2/+2 |
* | For ASCII dumps, tighten printable characters. \v and \f aren't. |  naddy | 2015-07-12 | 1 | -3/+5 |
* | Convert many atoi() calls to strtonum(), adding range checks and failure |  deraadt | 2015-04-18 | 1 | -7/+10 |
* | opt{ind,err,arg} are already known |  deraadt | 2015-04-15 | 1 | -5/+1 |
* | clean up flags++ instances around getopt() |  deraadt | 2015-02-09 | 1 | -16/+16 |
* | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ |  millert | 2014-11-26 | 1 | -5/+1 |
* | remove backwards compat layer for alpha osf1. back then compilers and |  deraadt | 2014-06-30 | 1 | -4/+1 |
* | cleanup offset argument in default_print_* functions, pointed out by Mike Small |  sthen | 2012-07-11 | 1 | -9/+8 |
* | support -A to print the ascii text of captured packets. ok deraadt@ |  sthen | 2012-07-10 | 1 | -3/+29 |
* | remove support for the old pflog format, replaced in 2003 |  henning | 2010-06-26 | 1 | -2/+1 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -9/+1 |
* | increase the default snaplen to 116, allows capture of pflog+ipv6+tcp |  sthen | 2009-02-14 | 1 | -3/+7 |
* | add filtering on direction; ok mpf@ deraadt@ feedback jmc@ |  djm | 2008-04-18 | 1 | -8/+18 |
* | trash $Header goo which is just annoying; 5595 |  deraadt | 2007-10-07 | 1 | -2/+2 |
* | add -I option for printing the interfaces; |  markus | 2007-08-28 | 1 | -5/+11 |
* | No need to #include <netinet/in.h> twice. Noticed by Diego Casati. |  krw | 2007-08-13 | 1 | -3/+2 |
* | Move a useless warning to the only case that uses it (-f) from canacar@ |  todd | 2007-06-01 | 1 | -3/+4 |
* | printing these version numbers in usage is ugly and useless |  deraadt | 2006-06-16 | 1 | -9/+4 |
* | Set signal handlers directly after the fork(2), so that we avoid |  moritz | 2006-04-22 | 1 | -10/+15 |
* | Remove remaining stuff from state QUIT, adjust some comments |  moritz | 2006-04-22 | 1 | -3/+3 |
* | Add comments to please lint. No code changes. OK deraadt |  cloder | 2006-04-21 | 1 | -2/+4 |
* | initialize program_name before we privsep, otherwise the child does not |  deraadt | 2006-04-17 | 1 | -14/+8 |
* | Simplify error() and warning() a bit. From Alexey Dobriyan. |  moritz | 2006-03-13 | 1 | -3/+3 |
* | Initialize snaplen also when reading a dump file. Fixes problems |  otto | 2006-02-15 | 1 | -8/+7 |
* | use new libpcap-provided datalink_x_to_y functions instead of local copies |  djm | 2005-11-18 | 1 | -61/+4 |
* | KNF |  mpf | 2005-10-07 | 1 | -3/+3 |
* | support decapsulation of 802.11 data frames |  reyk | 2005-05-28 | 1 | -3/+6 |