| Commit message (Expand) | Author | Age | Files | Lines |
* | add initial support for handling geneve packets. |  dlg | 2020-08-17 | 1 | -1/+7 |
* | wire the wireguard packet printer into tcpdump. |  dlg | 2020-06-21 | 1 | -1/+6 |
* | - (void)printf() -> printf(); the cast adds clutter for little value. |  procter | 2020-01-24 | 1 | -19/+14 |
* | add support for VXLAN-GPE as per draft-ietf-nvo3-vxlan-gpe-08. |  dlg | 2019-12-02 | 1 | -2/+3 |
* | rewrite dhcpv6 parsing so it follows the rfc, not an incompat draft. |  dlg | 2019-12-02 | 1 | -4/+3 |
* | Remove #ifdef INET6 |  kn | 2018-10-22 | 1 | -11/+2 |
* | move the verbose checksum info back after the colon. |  dlg | 2018-07-10 | 1 | -7/+7 |
* | add support for vxlan packets. |  dlg | 2018-07-06 | 1 | -1/+7 |
* | pass the payload to parsers via cp, which is a pointer to the payload. |  dlg | 2018-07-06 | 1 | -38/+35 |
* | add "tftp" as a type to use with -T |  dlg | 2018-07-06 | 1 | -1/+4 |
* | Add "mpls" as a type to use with -T |  dlg | 2018-07-06 | 1 | -1/+4 |
* | According to RFC7510, IANA allocated port 6635 for MPLS over UDP |  dlg | 2018-07-06 | 1 | -1/+4 |
* | Add "gre" as a type to use with -T |  dlg | 2018-07-06 | 1 | -1/+4 |
* | Rework UDP parsing, particularly around IP addresses. |  dlg | 2018-07-06 | 1 | -199/+107 |
* | some style fixes, no functional change. |  dlg | 2018-07-03 | 1 | -6/+5 |
* | handle gre-in-udp traffic |  dlg | 2018-07-03 | 1 | -1/+6 |
* | assign pointers to NULL rather than 0 |  mmcc | 2015-12-22 | 1 | -2/+2 |
* | Remove remaining instances of the register keyword. |  mmcc | 2015-11-16 | 1 | -11/+11 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -2/+1 |
* | No use for <netinet/in_systm.h> nor <netinet/tcpip.h>. |  mpi | 2014-08-14 | 1 | -2/+1 |
* | Instead of showing the difference between a bad checksum and a good |  lteo | 2014-06-20 | 1 | -9/+12 |
* | show that zero checksums are invalid for UDP over IPv6; input & ok bluhm@ |  naddy | 2014-01-26 | 1 | -2/+4 |
* | Add TCP/UDP checksum display for v6 and clean up the checksum |  naddy | 2010-01-12 | 1 | -20/+47 |
* | Add support to tcpdump for decoding the GPRS Tunnelling Protocol (GTP), |  jsing | 2009-11-04 | 1 | -1/+8 |
* | Sort port numbers and fix indentation. |  jsing | 2009-11-04 | 1 | -26/+26 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -6/+1 |
* | trash $Header goo which is just annoying; 5595 |  deraadt | 2007-10-07 | 1 | -2/+2 |
* | try udpencap before ike; ok hshoexer |  markus | 2006-11-21 | 1 | -4/+4 |
* | remove extra space in output; ok markus@ moritz@ |  stevesk | 2006-05-31 | 1 | -5/+5 |
* | add VLAN Query Protocol (VQP) dissector; ok canacar@ markus@ |  stevesk | 2006-05-23 | 1 | -2/+5 |
* | print IAPP messages for the old IAPP port 2313. |  reyk | 2006-03-10 | 1 | -3/+3 |
* | add printer for IAPP and hostapd(8) messages |  reyk | 2005-11-22 | 1 | -2/+7 |
* | privilege separated tcpdump, joint work with otto@ |  canacar | 2004-01-28 | 1 | -2/+2 |
* | Sync print-domain with tcpdump.org; avoids tcpdump barfing on bogus |  otto | 2004-01-18 | 1 | -3/+6 |
* | support for NAT-T (draft-ietf-ipsec-udp-encaps-06.txt); ok deraadt@ |  markus | 2003-06-11 | 1 | -2/+5 |
* | HSRP dissector, from Julian Cowley <julian@lava.net> via tcpdump.org |  mickey | 2002-01-22 | 1 | -2/+5 |
* | disable smb decoder, as there seems to be fewer bound checks than needed |  itojun | 2001-06-25 | 1 | -2/+4 |
* | Extend IKE knowledge so we can parse the rest (normally encrypted parts) |  ho | 2001-04-09 | 1 | -3/+3 |
* | add lwres (BINDv9 resolver) printing. from tcpdump.org and modified by ho@ |  jakob | 2001-03-06 | 1 | -2/+5 |
* | timed printing; from Ben Smithurst <ben@scientia.demon.co.uk>; via tcpdump.org |  mickey | 2000-12-07 | 1 | -2/+5 |
* | smb printing; from Andrew Tridgell; via tcpdump.org |  mickey | 2000-12-07 | 1 | -2/+6 |
* | tcpdump incorrectly print port numbers when parsing NFS (PR#1540) |  jakob | 2000-12-05 | 1 | -2/+22 |
* | Compile with -Wall. Add $OpenBSD$. (jakob@ ok) |  ho | 2000-10-03 | 1 | -2/+4 |
* | #include <string.h>; <goeran@cdg.chalmers.se> |  jakob | 2000-05-05 | 1 | -1/+2 |
* | INET6 |  jakob | 2000-04-26 | 1 | -8/+119 |
* | L2TP support (from KAME) |  jakob | 2000-01-16 | 1 | -1/+4 |
* | bring more inline with tcpdump 3.4 |  brad | 1999-09-16 | 1 | -1/+8 |
* | - Merge some changes from tcpdump 3.4 |  jakob | 1999-07-28 | 1 | -1/+10 |
* | add cisco netflow proto printing; not tested w/ version 5, but should work anyways |  mickey | 1998-06-25 | 1 | -1/+4 |
* | Add RADIUS printing support. Blech. |  tqbf | 1997-07-31 | 1 | -1/+11 |