summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump
AgeCommit message (Expand)Author
2010-01-13revert previous and allow reading the last element of the array; ok deraadt@Christian Weisgerber
2010-01-12Add TCP/UDP checksum display for v6 and clean up the checksumChristian Weisgerber
2010-01-03blank lines not allowed outside literal context;Ingo Schwarze
2009-12-03Adjust pflog BPF descriptions, problem pointed out by jmc@Stuart Henderson
2009-11-27Print outer ipv6 addresses for encapsulated packets only if tcpdumpAlexander Bluhm
2009-11-12for packets with unknown payloads (outside the range of our knowledge) simplyTheo de Raadt
2009-11-12fix read-one-beyond-of-array errors; ok sthen jsgTheo de Raadt
2009-11-11Don't leak memory in error case.Jonathan Gray
2009-11-09the new protocol moved insert and update.David Gwynne
2009-11-04Add support to tcpdump for decoding the GPRS Tunnelling Protocol (GTP),Joel Sing
2009-11-04Sort port numbers and fix indentation.Joel Sing
2009-11-03rtables are stacked on rdomains (it is possible to have multiple routingClaudio Jeker
2009-10-28a few leftovers from yesterday's SCCS/RCS-ID removal;Ingo Schwarze
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-09-08Make the BGP OPEN capability parser RFC 5492 compliant. While there addClaudio Jeker
2009-09-07Teach the printer about capabilities, new cease codes, end-of-rib marker,Stuart Henderson
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