summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump
AgeCommit message (Collapse)Author
1999-09-21print ESP/AH packet length; <ho@openbsd.org>Jakob Schlyter
1999-09-16bring more inline with tcpdump 3.4Brad Smith
1999-09-16delcare esp_print and radius_printBrad Smith
1999-09-16remove unused variablesBrad Smith
1999-09-16change some white space to tabsBrad Smith
1999-09-16add braces to avoid ambiguous elseBrad Smith
1999-09-16remove unused variablesBrad Smith
1999-09-163.3 -> 3.4Brad Smith
1999-09-16add raw supportBrad Smith
1999-09-16- #if __STDC__ --> #ifdef __STDC__Brad Smith
- remove unused variables
1999-09-16#if __STDC__ --> #ifdef __STDC__Brad Smith
1999-08-11HAVE_FDDITheo de Raadt
1999-07-29missing include; goeran@cdg.chalmers.seJakob Schlyter
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-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1999-07-01new mdoc'd bootpef(8), bootptest(8), vttest(1) man pages; kwesterback@home.comAaron Campbell
also repairs to mdoc.samples(7) and tcpdump(8)
1999-06-29permit attach to address-less interfacesTheo de Raadt
1999-06-13new mdoc tcpdump(8) man page, needs a bit more cleanup; kwesterback@home.comAaron Campbell
1999-05-15ethernet -> Ethernet, other repairsAaron Campbell
1999-05-01typo; krw@tcn.netTheo de Raadt
1999-03-10Daylight Saving Time, not savingsPaul Janzen
1999-02-16indentTheo de Raadt
1999-02-12do not go past end of packet; abs@netbsdTheo de Raadt
1999-02-11print ppp; from isdn4bsd package by Hellmuth Michaellis <mh@hcs.de>Michael Shalayeff
1998-09-22make tcpdump aware of SACK (RFC 2018), loosely based on a patch fromNiels Provos
hari@cs.berkeley.edu.
1998-09-13typosAaron Campbell
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
then/than and such. Other miscellaneous problems fixed across these source files.
1998-08-18kill old man page, use tcpdump.8 insteadTodd C. Miller
1998-07-15comment out man pages we do not haveTheo de Raadt
1998-07-14buf oflowTheo de Raadt
1998-07-13snprintf madnessTheo de Raadt
1998-07-08length check bp_file; cgdTheo de Raadt
1998-06-26convert DLT_LOOP header to network-order u_int32_tTheo de Raadt
1998-06-25check the amount of data we've gotMichael Shalayeff
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
1998-06-02fddi byte order for addresses; mattTheo de Raadt
1998-05-14more careful scanfTheo de Raadt
1998-02-26Use YP ethersNiklas Hallqvist
1997-09-21$OpenBSD$Theo de Raadt
1997-09-11fix #includesTheo de Raadt
1997-07-31not usedMichael Shalayeff
1997-07-31Add RADIUS printing support. Blech.tqbf
1997-07-27Ethernet v2 encapsulated Appletalk packets are phase 1, w/ LLAP header.denny
802.3/SNAP encapsulated Appletalk packets are phase 2, w/ no LLAP header.
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-23Better handling for AppleTalk, and netatalk in particular.denny
Handle native Ethertalk phase 1 & 2 as well as the localtalk encapsulation a la Kinetics FastPath previously handled.
1997-07-14HAVE_NET_SLIP_H; PR286, felix@mamba.pond.sub.orgTheo de Raadt