Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-26 | fix PFRES_MAX handling | Theo de Raadt | |
2001-06-26 | array of counters indexed by reason codes | Theo de Raadt | |
2001-06-26 | print reason sub codes. | Niels Provos | |
2001-06-26 | print reason nr and text. | Niels Provos | |
2001-06-26 | print out reason code, unless it is just a match | Niels Provos | |
2001-06-25 | interpret DLT_PFLOG | Niels Provos | |
2001-06-25 | disable smb decoder, as there seems to be fewer bound checks than needed | Jun-ichiro itojun Hagino | |
2001-06-25 | add missing ntohl | Niels Provos | |
2001-06-15 | copyright 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-10 | detailed ICMP_PARAMPROB printing; jakob@ ok | Michael Shalayeff | |
2001-06-04 | Spelling: preffered -> preferred | Peter Valchev | |
2001-05-30 | make it print in normal way w/o billion new lines | Michael Shalayeff | |
2001-05-24 | Correctly handle gif(4) interface passing down AF_LINK family frames | Angelos D. Keromytis | |
(which we treat as ethernet frames). itojun@ ok | |||
2001-04-18 | Correct IKE mode config printouts, ok ho@ | Niklas Hallqvist | |
2001-04-10 | Add 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-09 | Extend 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-08 | add support for printing cdp (Cisco Discovery Protocol), from tcpdump.org | Jakob Schlyter | |
2001-03-28 | improved print-domain. from tcpdump.org. | Jakob Schlyter | |
- better error control - TSIG printing | |||
2001-03-28 | do not core on truncated query-less dns packets; fix pr1746 | Michael Shalayeff | |
2001-03-21 | Fix typo, connnection -> connection | Aaron Campbell | |
2001-03-08 | correct use of a pointer variable. sync with tcpdump.org. | Jun-ichiro itojun Hagino | |
2001-03-06 | add lwres (BINDv9 resolver) printing. from tcpdump.org and modified by ho@ | Jakob Schlyter | |
2001-03-05 | improved DNS support (EDNS, A6). from tcpdump.org. | Jakob Schlyter | |
2001-03-05 | add relts_print, safeputs and safeputchar | Jakob Schlyter | |
2001-02-15 | There has been confusion wrt IP protocols 4, 94 and 98. Make us | Niklas Hallqvist | |
consistent, and make IPSEC tunnelmode tcpdumping work as expected. | |||
2001-02-05 | etherip printing code... handles draft (v2) and current (v3) | Jason Wright | |
2001-01-19 | mark remaining signal races which are difficult to fix | Theo de Raadt | |
2001-01-03 | make smb printing a little closer to what it is supposed | Michael 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-22 | when printing vrrp and verbose set -- print src/dst ip addrs | Michael Shalayeff | |
2000-12-10 | for correctness, do seteuid, too. okay deraadt@ | Niels Provos | |
2000-12-07 | timed printing; from Ben Smithurst <ben@scientia.demon.co.uk>; via tcpdump.org | Michael Shalayeff | |
2000-12-07 | smb printing; from Andrew Tridgell; via tcpdump.org | Michael Shalayeff | |
2000-12-07 | add vrrp printing; from tcpdump.org | Michael Shalayeff | |
2000-12-05 | tcpdump incorrectly print port numbers when parsing NFS (PR#1540) | Jakob Schlyter | |
fix submitted by Grigoriy Orlov <gluk@ptci.ru> | |||
2000-12-05 | fix RIPv0 (RFC 1058) printing; <james@squish.net> | Jakob Schlyter | |
2000-11-23 | fix one more s/sprintf/snprintf/; jeremy@hack.org.il | Jakob Schlyter | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron 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. | |||
2000-10-31 | some buffer care; jakob | Theo de Raadt | |
2000-10-19 | code for printing bridge spanning tree packets | Jason Wright | |
also fix a bug where llc encoded frames are hex dumped twice when -x is used | |||
2000-10-13 | fix build on alpha with -Werror; David Leonard <david.leonard@csee.uq.edu.au> | Jakob Schlyter | |
2000-10-03 | Add $OpenBSD$. (jakob@ ok) | Hakan Olsson | |
2000-10-03 | Add -Wall -Werror to CFLAGS. (niklas@, jakob@ ok) | Hakan Olsson | |
2000-10-03 | Print IKE notifications (with -v). Style. (jakob@ ok) | Hakan Olsson | |
2000-10-03 | Compile with -Wall. Add $OpenBSD$. (jakob@ ok) | Hakan Olsson | |
2000-10-03 | More careful ntohs/ntohl etc. From Gunnar Lindberg <lindberg@cdg.chalmers.se> | Hakan Olsson | |
2000-09-24 | re-apply this fix for big endian systems, this was lost in rev 1.12 | Brad Smith | |
2000-07-31 | pretty | Jason Wright | |
2000-06-20 | more info for pppoe strings | Jason Wright | |
2000-06-18 | Improve RIP support; PR#1266, James Ponder <james@oaktree.co.uk> | Jakob Schlyter | |
* Fixes the way version numbers are handled so that it is compliant with RFC 1058 in the order that you should look at things. * Adds support for the authentication attribute with cleartext passwords. * Improves readability in output. * Handles version 0 of RIP and unknown conditions a lot better |