summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump
AgeCommit message (Expand)Author
2009-08-25djm accidentally changed the type of dirfilt in the prototypesJonathan Gray
2009-07-30add missing " when printing an error string. ok henning@Stuart Henderson
2009-07-12don't cast lvalue, no binary change.Jonathan Gray
2009-05-25add a missing check for truncated dport in the returned UDP header forStuart Henderson
2009-04-17correcto in comment; from Amarendra GodboleJason McIntyre
2009-04-06teach tcpdump about match rulesHenning Brauer
2009-03-31do not include space in the end of the from for a hmac. after discussionDavid Gwynne
2009-03-04print alarm condition from leap indicator; ok henning@ otto@Kevin Steves
2009-02-23better detect short frames. always print the version and length of theDavid Gwynne
2009-02-18Print spi in lowercase hex for consistency with print-enc.c and ipsecctl.Ryan Thomas McBride
2009-02-16pfsync v5, mostly written at n2k9, but based on work done at n2k8.David Gwynne
2009-02-14document increased default snaplen; pointed out by dhillStuart Henderson
2009-02-14increase the default snaplen to 116, allows capture of pflog+ipv6+tcpStuart Henderson
2009-01-29In tcpdump some printf() had an additional \n at the end. RemovingAlexander Bluhm
2008-12-29Recognize MPLS packets over loopback interfaces.Michele Marchetto
2008-12-18Instead of directly applying ntoh*() to fields of the capturedHans-Joerg Hoexer
2008-12-05add ethertype and tcpdump support for VLAN stacking (QinQ) withStuart Henderson
2008-11-29revert my last change -Reyk Floeter
2008-11-29fix typo in 'draft-ietf-ipsec-isakmp-xauth-06.txt'Reyk Floeter
2008-10-22fix format of AS number outputJoerg Goltermann
2008-10-16Add support for IEEE "slow protocols" LACP, MARKER as per 802.3ad.Marco Pfatschbacher
2008-10-10Fix -X output of ppp packets. Inspired by PR4624 and especially the patchClaudio Jeker
2008-09-19Merge printb() fix from ifconfig.c -r 1.157:Marco Pfatschbacher
2008-06-27More removal of clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-16use correct struct when checking DF or INET6, ok frantzen@ months agoDavid Krause
2008-05-29Second half of PF state table rearrangement.Ryan Thomas McBride
2008-05-09Don't just ntohl() the hours, but everything of the stateMarco Pfatschbacher
2008-04-21add a short section on checksum offloading, based on a diffJason McIntyre
2008-04-18add filtering on direction; ok mpf@ deraadt@ feedback jmc@Damien Miller
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
2008-03-15Repair the simple cases for msg_controllen where it should just beTheo de Raadt
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toTheo de Raadt
2008-01-17add basic snmpv2 support (snmpv2, trapv2, getbulk)Reyk Floeter
2007-11-27typos; ok jmc@Martynas Venckus
2007-11-26typos; ok jmc@Martynas Venckus
2007-10-30fix printing of enterprise-specific SNMP traps.Reyk Floeter
2007-10-26Fix alignment issues on sparc64. Fixes pr 5608.Moritz Jodeit
2007-10-07trash $Header goo which is just annoying; 5595Theo de Raadt
2007-10-04Handle CARP for IPv6. Reported and tested by todd@Can Erkin Acar
2007-09-21typo: print hexdump of packet, instead of pcap header; ok canacar, henningMarkus Friedl
2007-08-28add -I option for printing the interfaces;Markus Friedl
2007-08-14Fix Segmentation fault for tcpdump when used in combination withMarcus Glocker
2007-08-13No need to #include <netinet/in.h> twice. Noticed by Diego Casati.Kenneth R Westerback
2007-07-21s/ETHERTYPE_EAPOL/ETHERTYPE_PAE/ to be in line with src/sys/net/ethertypes.hDamien Bergamini
2007-07-09Handle IPv6 on PPP printer, from Stuart HendersonCan Erkin Acar
2007-07-02Display payload for DS to DS and NO DS traffic.Can Erkin Acar
2007-06-29make it easy to spot wich nfs version the traffic is.Thordur I. Bjornsson
2007-06-27When aligning buffers correctly handle the case where theCan Erkin Acar
2007-06-21Print leading zeros in MAC addresses. Initial diff from StanislavRay Lai
2007-06-14Print communities in a nicer format and include a missing well-known one.Claudio Jeker