Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix signal race in statistics output. ok cloder@ henning@ | 2005-05-22 | 1 | -6/+32 | ||
| | ||||||
* | output final summary to stderr instead of stdout, | 2005-03-30 | 1 | -5/+5 | ||
| | | | | | so it won't get mixed when tcpdump -w - is used. ok henning@ deraadt@ | |||||
* | whitespace | 2005-03-25 | 1 | -3/+3 | ||
| | ||||||
* | add a printer for 802.11 and for additional radiotap headers, | 2005-03-07 | 1 | -3/+18 | ||
| | | | | | | use -y IEEE802_11 or IEEE802_11_RADIO if supported by the driver. ok canacar@ | |||||
* | uppercase takes precedence over lower when sorting options; | 2005-03-06 | 1 | -3/+3 | ||
| | ||||||
* | add support for multiple DLTs using the -L and -y options. | 2005-03-06 | 1 | -27/+145 | ||
| | | | | ok canacar@ | |||||
* | add -T tcp to enforce interpretation as TCP | 2004-09-16 | 1 | -2/+4 | ||
| | ||||||
* | - do not use __attribute__((volatile)) as its a synonym for __dead nowadays | 2004-06-20 | 1 | -3/+3 | ||
| | | | | | - bad format string "\%s" -> "%s" in print-ike.c fixes parsing using CIL, discussed with millert@ niklas@ | |||||
* | add DLT_PPP_ETHER support plus some fixes for pppoe_if_print(). | 2004-05-21 | 1 | -2/+3 | ||
| | | | | | | ok canacar@ From: Marc Huber <pppoe at pro-bono-publico dot de> | |||||
* | Make tcpdump print carp as carp. Printing vrrp can be forced with -T vrrp. | 2004-04-28 | 1 | -2/+4 | ||
| | | | | ok markus@ pb@ | |||||
* | privilege separated tcpdump, joint work with otto@ | 2004-01-28 | 1 | -40/+46 | ||
| | | | | | tested by avsm@ vincent@ dhartmei@ markus@ hshoexer@ and others go for it deraadt@ | |||||
* | - simplify macros | 2003-09-25 | 1 | -4/+4 | ||
| | | | | | | - sort options - typos and formatting improvements - sync usage() and SYNOPSIS | |||||
* | print the operating system of TCP SYN packets with the -o option | 2003-08-21 | 1 | -3/+18 | ||
| | ||||||
* | add support for ESP decryption; ok deraadt@; feedback mickey@; | 2003-07-17 | 1 | -6/+13 | ||
| | | | | many manpage fixes from jmc@ | |||||
* | libpcap and tcpdump now understand the new pflog datalink type. | 2003-05-14 | 1 | -2/+3 | ||
| | | | | | | old datalink type is still recognized. ok henning@ dhartmei@ frantzen@ | |||||
* | pfsync support; deraadt@ ok | 2002-11-30 | 1 | -2/+3 | ||
| | ||||||
* | stop breaking the damn tree mickey | 2002-11-30 | 1 | -5/+4 | ||
| | ||||||
* | tcpdump support for pfsync; henning@ ok | 2002-11-29 | 1 | -4/+5 | ||
| | ||||||
* | proper handling for DLT_NULL and DLT_LOOP (header byte swapping); pointed out and tested by Alexander Yurchenko <grange@rt.mipt.ru> | 2002-01-23 | 1 | -3/+3 | ||
| | ||||||
* | OK, this is horrible. stdio safety in a signal handler, requires that we | 2001-12-07 | 1 | -3/+10 | ||
| | | | | | | | 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. | |||||
* | avoid buffer overflows. when will people learn to use snprintf correctly | 2001-11-07 | 1 | -22/+17 | ||
| | ||||||
* | skip the unsafe bit in the signal handler | 2001-11-07 | 1 | -2/+4 | ||
| | ||||||
* | avoid stdio in signal handler (not complete yet) | 2001-11-02 | 1 | -14/+17 | ||
| | ||||||
* | interpret DLT_PFLOG | 2001-06-25 | 1 | -2/+3 | ||
| | ||||||
* | mark remaining signal races which are difficult to fix | 2001-01-19 | 1 | -2/+3 | ||
| | ||||||
* | for correctness, do seteuid, too. okay deraadt@ | 2000-12-10 | 1 | -2/+4 | ||
| | ||||||
* | Compile with -Wall. Add $OpenBSD$. (jakob@ ok) | 2000-10-03 | 1 | -1/+4 | ||
| | ||||||
* | be more careful with strcpy/sprintf. From tcpdump.org. millert@ ok | 2000-04-30 | 1 | -2/+2 | ||
| | ||||||
* | INET6 | 2000-04-26 | 1 | -1/+4 | ||
| | | | | | | DHCP/BOOTP tcp & udp checksum detection numerous bugfixes | |||||
* | correct usage() return value | 2000-03-26 | 1 | -2/+2 | ||
| | ||||||
* | print pcap_version in usage() | 2000-01-16 | 1 | -2/+4 | ||
| | ||||||
* | bring more inline with tcpdump 3.4 | 1999-09-16 | 1 | -3/+6 | ||
| | ||||||
* | - Merge some changes from tcpdump 3.4 | 1999-07-28 | 1 | -43/+120 | ||
| | | | | | | | | | | | | | | | -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@ | |||||
* | permit attach to address-less interfaces | 1999-06-29 | 1 | -3/+7 | ||
| | ||||||
* | make tcpdump aware of SACK (RFC 2018), loosely based on a patch from | 1998-09-22 | 1 | -1/+3 | ||
| | | | | hari@cs.berkeley.edu. | |||||
* | add cisco netflow proto printing; not tested w/ version 5, but should work anyways | 1998-06-25 | 1 | -1/+3 | ||
| | ||||||
* | handle IPSec processed packets (DLT_ENC) in libpcap, display them with | 1998-06-11 | 1 | -1/+3 | ||
| | | | | tcpdump + additional info (SPI + which type of transforms where passed). | |||||
* | add DLT_LOOP support; 4-byte header indicates proto; cstone@pobox.com | 1998-06-04 | 1 | -1/+2 | ||
| | ||||||
* | getopt(3) returns -1 when out of args, not EOF, whee! | 1997-01-15 | 1 | -2/+2 | ||
| | ||||||
* | *** empty log message *** | 1996-12-12 | 1 | -50/+31 | ||
| | ||||||
* | initialize: | 1996-11-12 | 1 | -2/+2 | ||
| | | | | int thiszone=0; | |||||
* | it is 3.2 now. | 1996-07-13 | 1 | -38/+67 | ||
| | ||||||
* | sync to latest | 1996-06-10 | 1 | -35/+6 | ||
| | ||||||
* | Updating to the latest LBL release. | 1996-03-04 | 1 | -3/+37 | ||
| | | | | Sun's SKIP support added. | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+413 | ||