summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump
AgeCommit message (Expand)Author
2011-10-13Teach some userland tools about NAT64. I think this is mostly from mikeb@Claudio Jeker
2011-09-22Let tcpdump use the same format for printing IPv6 fragments as forAlexander Bluhm
2011-09-22Revert r1.29. Now that the "C" locale is ASCII-only, this workaroundStefan Sperling
2011-09-18extract 8 octets (as per RFC 2661) rather than a long; with jsing@Christian Weisgerber
2011-09-18Fix whitespace.Joel Sing
2011-09-18Avoid potential 64-bit unaligned access on strict alignment architectures.Joel Sing
2011-09-17Make tcpdump -v print the id and seq of icmp6 echo packets.Alexander Bluhm
2011-09-17update pointer variable after copying misaligned packet; ok claudio@Christian Weisgerber
2011-09-17access a 32-bit field as u_int32_t, not as u_long; ok bluhm@Christian Weisgerber
2011-07-25Be more careful when looking at l2tp traffic. Do more length checks andClaudio Jeker
2011-06-27fix an off by one which resulted in 'no next header' packets not beingDavid Hill
2011-04-03Call setlocale() to avoid display glitches in UTF-8 locales.Stefan Sperling
2011-03-28tweak previous;Jason McIntyre
2011-03-28Add a couple of examples on tcpflags and icmptype filtersgiovanni
2011-03-22Don't be to strict when checking the length of an ospf packet.Claudio Jeker
2011-02-07Between groff-1.15 and groff-1.20.1, the .Ns macro was changed to noIngo Schwarze
2010-11-12The ioctl to show states returns a pfsync_state which is in network byteClaudio Jeker
2010-11-04Sync with tcpdump.org to fix multicast DNS support, and get someCan Erkin Acar
2010-10-18Revert non-compatible and undocumented bullshit commited by 3 developersTheo de Raadt
2010-10-17Add quirks support to operating system fingerprinting. tcpdump partJoel Sing
2010-10-09Do not use BPF_WORDALIGN when computing pflog header length as it alignsCan Erkin Acar
2010-09-21when a packet has had addresses and/or ports rewritten, show the originalHenning Brauer
2010-09-21temporary hack to raise snaplen for pflog so that pflog header, ip headerHenning Brauer
2010-09-07fix a formatting issue for -E;Jason McIntyre
2010-08-19Correctly decode and print access point names.Joel Sing
2010-08-04Print the MTU in OSPF dd packets. Borrowed from the ospf6 printer.Stuart Henderson
2010-08-03Fix a usage of logical and where binary and was intended.Jonathan Gray
2010-06-30Print MPLS label as decimal and not hex. All other places we print MPLSClaudio Jeker
2010-06-26remove support for the old pflog format, replaced in 2003Henning Brauer
2010-06-07minimal decode support for IKEv2 exchange types and payloads.Jonathan Gray
2010-04-06Add support for decoding MLDv2 initially from tcpdump.org via FreeBSD,Jonathan Gray
2010-01-20Print RFC3947 NAT Original Address (NAT-OA) payloads, they're a subsetStuart Henderson
2010-01-17add a printer for IPV6CP (IPv6 Control Protocol); ok sthen@Christian Weisgerber
2010-01-17* remove a nonsensical print statement left over since antiquityChristian Weisgerber
2010-01-14Include the link-level header in the hex output if both the -x and -eJoel Sing
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