summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump
AgeCommit message (Collapse)Author
2001-09-18handle ipv6; mcbride@countersiege.comJakob Schlyter
2001-09-03only print pf rules when using -e flag; <canacar@eee.metu.edu.tr>Jakob Schlyter
2001-09-03print day and month using -ttt flag; <canacar@eee.metu.edu.tr>Jakob Schlyter
2001-09-02bad typecastJakob Schlyter
2001-09-02to much copy and paste; cleanupJakob Schlyter
2001-09-02add support for printing id and seq with icmp echo/echoreply; based on patch ↵Jakob Schlyter
from cyxob@thief.dyndns.org
2001-08-21BSD license; Thomas H. PtacekJakob Schlyter
2001-08-11update license. ok from author (John LoVerso).Jakob Schlyter
2001-07-20we don't like:Mike Pechkin
o) .Pp before/after .Sh; o) .Pp before/after .Sh; o) .Nm without argument in SYNOPSIS;
2001-07-17make it compileNiels Provos
2001-07-11remove mips leftovers; ok bradPeter Valchev
2001-06-27"IPSec" -> "IPsec" (jsyn@nthought.com)Angelos D. Keromytis
2001-06-26fix PFRES_MAX handlingTheo de Raadt
2001-06-26array of counters indexed by reason codesTheo de Raadt
2001-06-26print reason sub codes.Niels Provos
2001-06-26print reason nr and text.Niels Provos
2001-06-26print out reason code, unless it is just a matchNiels Provos
2001-06-25interpret DLT_PFLOGNiels Provos
2001-06-25disable smb decoder, as there seems to be fewer bound checks than neededJun-ichiro itojun Hagino
2001-06-25add missing ntohlNiels Provos
2001-06-15copyright clarification. sync with tcpdump.org.Jun-ichiro itojun Hagino
based on communiation with the author, Jeffrey Mogul <mogul@pa.dec.com>. by Jakob Schlyter <jakob@openbsd.org>
2001-06-10detailed ICMP_PARAMPROB printing; jakob@ okMichael Shalayeff
2001-06-04Spelling: preffered -> preferredPeter Valchev
2001-05-30make it print in normal way w/o billion new linesMichael Shalayeff
2001-05-24Correctly handle gif(4) interface passing down AF_LINK family framesAngelos D. Keromytis
(which we treat as ethernet frames). itojun@ ok
2001-04-18Correct IKE mode config printouts, ok ho@Niklas Hallqvist
2001-04-10Add IKE mode-config (as described in draft-dukes-ike-mode-cfg-01.txt)Hakan Olsson
decoding. Also some cleanup of attribute handling plus length checks.
2001-04-09Extend IKE knowledge so we can parse the rest (normally encrypted parts)Hakan Olsson
of the IKE negotiation. Useful for isakmpd's new -L and -l options. Also some cleanup. (angelos@, niklas@ ok)
2001-04-08add support for printing cdp (Cisco Discovery Protocol), from tcpdump.orgJakob Schlyter
2001-03-28improved print-domain. from tcpdump.org.Jakob Schlyter
- better error control - TSIG printing
2001-03-28do not core on truncated query-less dns packets; fix pr1746Michael Shalayeff
2001-03-21Fix typo, connnection -> connectionAaron Campbell
2001-03-08correct use of a pointer variable. sync with tcpdump.org.Jun-ichiro itojun Hagino
2001-03-06add lwres (BINDv9 resolver) printing. from tcpdump.org and modified by ho@Jakob Schlyter
2001-03-05improved DNS support (EDNS, A6). from tcpdump.org.Jakob Schlyter
2001-03-05add relts_print, safeputs and safeputcharJakob Schlyter
2001-02-15There has been confusion wrt IP protocols 4, 94 and 98. Make usNiklas Hallqvist
consistent, and make IPSEC tunnelmode tcpdumping work as expected.
2001-02-05etherip printing code... handles draft (v2) and current (v3)Jason Wright
2001-01-19mark remaining signal races which are difficult to fixTheo de Raadt
2001-01-03make smb printing a little closer to what it is supposedMichael Shalayeff
to look like in tcpdump world. main part from: Erik Fichtner <emf@marymount.edu>. help and testing from Jakob Schlyter <jakob@crt.se>.
2000-12-22when printing vrrp and verbose set -- print src/dst ip addrsMichael Shalayeff
2000-12-10for correctness, do seteuid, too. okay deraadt@Niels Provos
2000-12-07timed printing; from Ben Smithurst <ben@scientia.demon.co.uk>; via tcpdump.orgMichael Shalayeff
2000-12-07smb printing; from Andrew Tridgell; via tcpdump.orgMichael Shalayeff
2000-12-07add vrrp printing; from tcpdump.orgMichael Shalayeff
2000-12-05tcpdump incorrectly print port numbers when parsing NFS (PR#1540)Jakob Schlyter
fix submitted by Grigoriy Orlov <gluk@ptci.ru>
2000-12-05fix RIPv0 (RFC 1058) printing; <james@squish.net>Jakob Schlyter
2000-11-23fix one more s/sprintf/snprintf/; jeremy@hack.org.ilJakob Schlyter
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-11-08- Get rid of ".Sh OPTIONS" and always use the standard options list intro.Aaron Campbell
- Move some BUGS/CAVEATS to the end of the man pages where they should go. - Correct some .Nm usage.