summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/tcpdump.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* 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
* 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
* 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
* initial import of NetBSD treederaadt1995-10-181-0/+413