summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/tcpdump.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* print pcap_version in usage()jakob2000-01-161-2/+4
|
* bring more inline with tcpdump 3.4brad1999-09-161-3/+6
|
* - Merge some changes from tcpdump 3.4jakob1999-07-281-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 interfacesderaadt1999-06-291-3/+7
|
* make tcpdump aware of SACK (RFC 2018), loosely based on a patch fromprovos1998-09-221-1/+3
| | | | hari@cs.berkeley.edu.
* add cisco netflow proto printing; not tested w/ version 5, but should work anywaysmickey1998-06-251-1/+3
|
* handle IPSec processed packets (DLT_ENC) in libpcap, display them withprovos1998-06-111-1/+3
| | | | tcpdump + additional info (SPI + which type of transforms where passed).
* add DLT_LOOP support; 4-byte header indicates proto; cstone@pobox.comderaadt1998-06-041-1/+2
|
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-2/+2
|
* *** empty log message ***bitblt1996-12-121-50/+31
|
* initialize:mickey1996-11-121-2/+2
| | | | int thiszone=0;
* it is 3.2 now.mickey1996-07-131-38/+67
|
* sync to latestderaadt1996-06-101-35/+6
|
* Updating to the latest LBL release.mickey1996-03-041-3/+37
| | | | Sun's SKIP support added.
* initial import of NetBSD treederaadt1995-10-181-0/+413