summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/tcpdump.c
AgeCommit message (Expand)Author
2015-12-22assign pointers to NULL rather than 0mmcc
2015-11-16Remove remaining instances of the register keyword.mmcc
2015-10-28pcap_stat fields are unsigned, print them as suchJeremie Courreges-Anglas
2015-10-14Remove conditional compilation and #defines around signal handlingPhilip Guenther
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-03tcpdump is two-process privsep.Theo de Raadt
2015-07-14Move the BIOCGSTATS ioctl operation done by the tcpdump processTheo de Raadt
2015-07-12For ASCII dumps, tighten printable characters. \v and \f aren't.Christian Weisgerber
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-04-15opt{ind,err,arg} are already knownTheo de Raadt
2015-02-09clean up flags++ instances around getopt()Theo de Raadt
2014-11-26Prefer setvbuf() to setlinebuf() for portability; ok deraadt@Todd C. Miller
2014-06-30remove backwards compat layer for alpha osf1. back then compilers andTheo de Raadt
2012-07-11cleanup offset argument in default_print_* functions, pointed out by Mike SmallStuart Henderson
2012-07-10support -A to print the ascii text of captured packets. ok deraadt@Stuart Henderson
2010-06-26remove support for the old pflog format, replaced in 2003Henning Brauer
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-02-14increase the default snaplen to 116, allows capture of pflog+ipv6+tcpStuart Henderson
2008-04-18add filtering on direction; ok mpf@ deraadt@ feedback jmc@Damien Miller
2007-10-07trash $Header goo which is just annoying; 5595Theo de Raadt
2007-08-28add -I option for printing the interfaces;Markus Friedl
2007-08-13No need to #include <netinet/in.h> twice. Noticed by Diego Casati.Kenneth R Westerback
2007-06-01Move a useless warning to the only case that uses it (-f) from canacar@Todd T. Fries
2006-06-16printing these version numbers in usage is ugly and uselessTheo de Raadt
2006-04-22Set signal handlers directly after the fork(2), so that we avoidMoritz Jodeit
2006-04-22Remove remaining stuff from state QUIT, adjust some commentsMoritz Jodeit
2006-04-21Add comments to please lint. No code changes. OK deraadtChad Loder
2006-04-17initialize program_name before we privsep, otherwise the child does notTheo de Raadt
2006-03-13Simplify error() and warning() a bit. From Alexey Dobriyan.Moritz Jodeit
2006-02-15Initialize snaplen also when reading a dump file. Fixes problemsOtto Moerbeek
2005-11-18use new libpcap-provided datalink_x_to_y functions instead of local copiesDamien Miller
2005-10-07KNFMarco Pfatschbacher
2005-05-28support decapsulation of 802.11 data framesReyk Floeter
2005-05-22fix signal race in statistics output. ok cloder@ henning@Moritz Jodeit
2005-03-30output final summary to stderr instead of stdout,Moritz Jodeit
2005-03-25whitespaceMoritz Jodeit
2005-03-07add a printer for 802.11 and for additional radiotap headers,Reyk Floeter
2005-03-06uppercase takes precedence over lower when sorting options;Jason McIntyre
2005-03-06add support for multiple DLTs using the -L and -y options.Reyk Floeter
2004-09-16add -T tcp to enforce interpretation as TCPMarkus Friedl
2004-06-20- do not use __attribute__((volatile)) as its a synonym for __dead nowadaysAnil Madhavapeddy
2004-05-21add DLT_PPP_ETHER support plus some fixes for pppoe_if_print().Brad Smith
2004-04-28Make tcpdump print carp as carp. Printing vrrp can be forced with -T vrrp.Ryan Thomas McBride
2004-01-28privilege separated tcpdump, joint work with otto@Can Erkin Acar
2003-09-25- simplify macrosJason McIntyre
2003-08-21print the operating system of TCP SYN packets with the -o optionMike Frantzen
2003-07-17add support for ESP decryption; ok deraadt@; feedback mickey@;Markus Friedl
2003-05-14libpcap and tcpdump now understand the new pflog datalink type.Can Erkin Acar
2002-11-30pfsync support; deraadt@ okMichael Shalayeff
2002-11-30stop breaking the damn tree mickeyTheo de Raadt