summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/print-gre.c
AgeCommit message (Expand)Author
2020-08-17add geneve option printing.David Gwynne
2020-08-17don't need to shift the vxlan vni twice.David Gwynne
2020-08-17add initial support for handling geneve packets.David Gwynne
2020-04-15add support for printing RfC 2332 NBMA Next Hop Resolution Protocol (NHRP)remi
2020-01-24- (void)printf() -> printf(); the cast adds clutter for little value.Richard Procter
2019-12-03add support for printing RFC 8300 Network Service Header (NSH)David Gwynne
2019-12-02add support for VXLAN-GPE as per draft-ietf-nvo3-vxlan-gpe-08.David Gwynne
2019-05-26support -T erspan so arbitrary gre protocols can be seen as erspanDavid Gwynne
2019-05-17handle ERSPAN type IDavid Gwynne
2019-04-05print the gre protocol number as hex when vflag is enabledDavid Gwynne
2019-04-05support printing cdp over gre and pppDavid Gwynne
2019-04-02print MPLS_MCAST as mpls, rather than unknownDavid Gwynne
2019-02-05handle Cisco's Encapsulated Remote Switch Port Analyzer (ERSPAN) protocolDavid Gwynne
2018-07-06add support for vxlan packets.David Gwynne
2018-05-28recognise MikroTik's Ethernet over IP (eoip) protocolDavid Gwynne
2018-02-24make the gre flowid output always 2 chars so payloads stay lined up.David Gwynne
2018-02-09use ether_tryprint, which looks inside the ether packet.David Gwynne
2018-02-09it turns out the wccp header is optionalDavid Gwynne
2018-02-08have a go at decoding cisco wccp gre packets, and let them fall into IP.David Gwynne
2018-02-08recognise gre proto 0 as a "keep alive" packetDavid Gwynne
2018-02-07shorten the output for gre keys.David Gwynne
2018-02-06rework ppp, pptp, and gre parsing.David Gwynne
2016-12-13teach tcpdump some more things about gre.David Gwynne
2015-11-05Cap the GRE packet len to tcpdump's snap len, fixes a segfault.Jeremie Courreges-Anglas
2015-11-05When fetching the GRE version, use GRE_VERS and not a naked "7" as mask.Jeremie Courreges-Anglas
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-08-14No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.Martin Pieuchot
2003-06-03last bit of clause 3 & 4 nuking for me.Jason Wright
2002-10-30o for gre version 1, correctly check if kp (key present) is unset.Federico G. Schwindt
2002-09-18Handle RFC2637 (PPTP defines an enhanced GRE... *sigh*)Jason Wright
2002-09-18Fully decode source routing elements defined in rfc1702Jason Wright
2002-09-18Rewrite from scratch: same basic functionality, but better license andJason Wright
2000-10-03Add $OpenBSD$. (jakob@ ok)Hakan Olsson
1996-12-12*** empty log message ***bitblt