summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/tcpdump.c
AgeCommit message (Collapse)Author
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
- bad format string "\%s" -> "%s" in print-ike.c fixes parsing using CIL, discussed with millert@ niklas@
2004-05-21add DLT_PPP_ETHER support plus some fixes for pppoe_if_print().Brad Smith
ok canacar@ From: Marc Huber <pppoe at pro-bono-publico dot de>
2004-04-28Make tcpdump print carp as carp. Printing vrrp can be forced with -T vrrp.Ryan Thomas McBride
ok markus@ pb@
2004-01-28privilege separated tcpdump, joint work with otto@Can Erkin Acar
tested by avsm@ vincent@ dhartmei@ markus@ hshoexer@ and others go for it deraadt@
2003-09-25- simplify macrosJason McIntyre
- sort options - typos and formatting improvements - sync usage() and SYNOPSIS
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
many manpage fixes from jmc@
2003-05-14libpcap and tcpdump now understand the new pflog datalink type.Can Erkin Acar
old datalink type is still recognized. ok henning@ dhartmei@ frantzen@
2002-11-30pfsync support; deraadt@ okMichael Shalayeff
2002-11-30stop breaking the damn tree mickeyTheo de Raadt
2002-11-29tcpdump support for pfsync; henning@ okMichael Shalayeff
2002-01-23proper handling for DLT_NULL and DLT_LOOP (header byte swapping); pointed ↵Michael Shalayeff
out and tested by Alexander Yurchenko <grange@rt.mipt.ru>
2001-12-07OK, this is horrible. stdio safety in a signal handler, requires that weTheo de Raadt
make the regular data stream non-buffered. This drastically reduces tcpdump performance. Let us commit this, and see how people react. But realistically, without this, we cannot gaurantee that the tail of a file is correct on signal.
2001-11-07avoid buffer overflows. when will people learn to use snprintf correctlyTheo de Raadt
2001-11-07skip the unsafe bit in the signal handlerTheo de Raadt
2001-11-02avoid stdio in signal handler (not complete yet)Theo de Raadt
2001-06-25interpret DLT_PFLOGNiels Provos
2001-01-19mark remaining signal races which are difficult to fixTheo de Raadt
2000-12-10for correctness, do seteuid, too. okay deraadt@Niels Provos
2000-10-03Compile with -Wall. Add $OpenBSD$. (jakob@ ok)Hakan Olsson
2000-04-30be more careful with strcpy/sprintf. From tcpdump.org. millert@ okEric Jackson
2000-04-26INET6Jakob Schlyter
DHCP/BOOTP tcp & udp checksum detection numerous bugfixes
2000-03-26correct usage() return valueEric Jackson
2000-01-16print pcap_version in usage()Jakob Schlyter
1999-09-16bring more inline with tcpdump 3.4Brad Smith
1999-07-28- Merge some changes from tcpdump 3.4Jakob Schlyter
-a flag; attempt to convert network and broadcast addresses to names Improved signal handling Miscellaneous fixes and typos OSPF MD5 authentication support - -X flag; emacs-hexl print (including ascii) - Add ECN bits to TCP and IP headers - IKE & IPsec (ESP & AH) support OK deraadt@
1999-06-29permit attach to address-less interfacesTheo de Raadt
1998-09-22make tcpdump aware of SACK (RFC 2018), loosely based on a patch fromNiels Provos
hari@cs.berkeley.edu.
1998-06-25add cisco netflow proto printing; not tested w/ version 5, but should work ↵Michael Shalayeff
anyways
1998-06-11handle IPSec processed packets (DLT_ENC) in libpcap, display them withNiels Provos
tcpdump + additional info (SPI + which type of transforms where passed).
1998-06-04add DLT_LOOP support; 4-byte header indicates proto; cstone@pobox.comTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-12*** empty log message ***bitblt
1996-11-12initialize:Michael Shalayeff
int thiszone=0;
1996-07-13it is 3.2 now.Michael Shalayeff
1996-06-10sync to latestTheo de Raadt
1996-03-04Updating to the latest LBL release.Michael Shalayeff
Sun's SKIP support added.
1995-10-18initial import of NetBSD treeTheo de Raadt