Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2000-05-05 | #include <string.h>; <goeran@cdg.chalmers.se> | Jakob Schlyter | |
2000-05-05 | build without INET6; <goeran@cdg.chalmers.se> | Jakob Schlyter | |
2000-04-30 | be more careful with strcpy/sprintf. From tcpdump.org. millert@ ok | Eric Jackson | |
2000-04-27 | add -T cnfp (code exists, missing from manpage) | Jun-ichiro itojun Hagino | |
2000-04-26 | INET6 | Jakob Schlyter | |
DHCP/BOOTP tcp & udp checksum detection numerous bugfixes | |||
2000-04-18 | Print a parenthesis in front of security flags. | Angelos D. Keromytis | |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-04-03 | add more ntohs(). u_short -> u_int16_t. (in-sync with tcpdump.org tree) | Jun-ichiro itojun Hagino | |
2000-04-03 | byte order fixes; gwes@oat.com | Theo de Raadt | |
2000-03-26 | correct usage() return value | Eric Jackson | |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
2000-03-07 | Use ETHERTYPE_8021Q | Chris Cappuccio | |
2000-03-07 | Add 802.1Q from kuznet@ms2.inr.ac.ru via tcpdump.org | Chris Cappuccio | |
also, make extracted_ethertype not extern | |||
2000-02-19 | Remove bogus 802.1Q code | Chris Cappuccio | |
ok jakob@ | |||
2000-02-18 | Add support for dumping PPPoE Discovery and Session packets | Jason Wright | |
2000-02-07 | fix include file path. | Jun-ichiro itojun Hagino | |
2000-01-16 | print pcap_version in usage() | Jakob Schlyter | |
2000-01-16 | INET6 (from KAME) | Jakob Schlyter | |
2000-01-16 | VLAN 802.1q support | Jakob Schlyter | |
2000-01-16 | enable INET6 | Jakob Schlyter | |
2000-01-16 | INET6 address resolution (from KAME) | Jakob Schlyter | |
2000-01-16 | BGP support (from KAME/WIDE). INET6 parts not done yet. | Jakob Schlyter | |
2000-01-16 | Mobile IP support (from KAME/NetBSD) | Jakob Schlyter | |
2000-01-16 | L2TP support (from KAME) | Jakob Schlyter | |
1999-12-08 | Just comment out the M_TUNNEL case... | Angelos D. Keromytis | |
1999-12-08 | avoid build breakage. (mbuf flag M_TUNNEL passed to userland???) | Jun-ichiro itojun Hagino | |