summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/tcpdump.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cleanup offset argument in default_print_* functions, pointed out by Mike Smallsthen2012-07-111-9/+8
* support -A to print the ascii text of captured packets. ok deraadt@sthen2012-07-101-3/+29
* remove support for the old pflog format, replaced in 2003henning2010-06-261-2/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* increase the default snaplen to 116, allows capture of pflog+ipv6+tcpsthen2009-02-141-3/+7
* add filtering on direction; ok mpf@ deraadt@ feedback jmc@djm2008-04-181-8/+18
* trash $Header goo which is just annoying; 5595deraadt2007-10-071-2/+2
* add -I option for printing the interfaces;markus2007-08-281-5/+11
* No need to #include <netinet/in.h> twice. Noticed by Diego Casati.krw2007-08-131-3/+2
* Move a useless warning to the only case that uses it (-f) from canacar@todd2007-06-011-3/+4
* printing these version numbers in usage is ugly and uselessderaadt2006-06-161-9/+4
* Set signal handlers directly after the fork(2), so that we avoidmoritz2006-04-221-10/+15
* Remove remaining stuff from state QUIT, adjust some commentsmoritz2006-04-221-3/+3
* Add comments to please lint. No code changes. OK deraadtcloder2006-04-211-2/+4
* initialize program_name before we privsep, otherwise the child does notderaadt2006-04-171-14/+8
* Simplify error() and warning() a bit. From Alexey Dobriyan.moritz2006-03-131-3/+3
* Initialize snaplen also when reading a dump file. Fixes problemsotto2006-02-151-8/+7
* use new libpcap-provided datalink_x_to_y functions instead of local copiesdjm2005-11-181-61/+4
* KNFmpf2005-10-071-3/+3
* support decapsulation of 802.11 data framesreyk2005-05-281-3/+6
* fix signal race in statistics output. ok cloder@ henning@moritz2005-05-221-6/+32
* output final summary to stderr instead of stdout,moritz2005-03-301-5/+5
* whitespacemoritz2005-03-251-3/+3
* add a printer for 802.11 and for additional radiotap headers,reyk2005-03-071-3/+18
* uppercase takes precedence over lower when sorting options;jmc2005-03-061-3/+3
* add support for multiple DLTs using the -L and -y options.reyk2005-03-061-27/+145
* add -T tcp to enforce interpretation as TCPmarkus2004-09-161-2/+4
* - do not use __attribute__((volatile)) as its a synonym for __dead nowadaysavsm2004-06-201-3/+3
* add DLT_PPP_ETHER support plus some fixes for pppoe_if_print().brad2004-05-211-2/+3
* Make tcpdump print carp as carp. Printing vrrp can be forced with -T vrrp.mcbride2004-04-281-2/+4
* privilege separated tcpdump, joint work with otto@canacar2004-01-281-40/+46
* - simplify macrosjmc2003-09-251-4/+4
* print the operating system of TCP SYN packets with the -o optionfrantzen2003-08-211-3/+18
* add support for ESP decryption; ok deraadt@; feedback mickey@;markus2003-07-171-6/+13
* libpcap and tcpdump now understand the new pflog datalink type.canacar2003-05-141-2/+3
* pfsync support; deraadt@ okmickey2002-11-301-2/+3
* stop breaking the damn tree mickeyderaadt2002-11-301-5/+4
* tcpdump support for pfsync; henning@ okmickey2002-11-291-4/+5
* proper handling for DLT_NULL and DLT_LOOP (header byte swapping); pointed out and tested by Alexander Yurchenko <grange@rt.mipt.ru>mickey2002-01-231-3/+3
* OK, this is horrible. stdio safety in a signal handler, requires that wederaadt2001-12-071-3/+10
* avoid buffer overflows. when will people learn to use snprintf correctlyderaadt2001-11-071-22/+17
* skip the unsafe bit in the signal handlerderaadt2001-11-071-2/+4
* avoid stdio in signal handler (not complete yet)deraadt2001-11-021-14/+17
* interpret DLT_PFLOGprovos2001-06-251-2/+3
* mark remaining signal races which are difficult to fixderaadt2001-01-191-2/+3
* for correctness, do seteuid, too. okay deraadt@provos2000-12-101-2/+4
* Compile with -Wall. Add $OpenBSD$. (jakob@ ok)ho2000-10-031-1/+4
* be more careful with strcpy/sprintf. From tcpdump.org. millert@ okericj2000-04-301-2/+2
* INET6jakob2000-04-261-1/+4
* correct usage() return valueericj2000-03-261-2/+2