summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-gre.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add support for printing RfC 2332 NBMA Next Hop Resolution Protocol (NHRP)remi2020-04-151-1/+7
* - (void)printf() -> printf(); the cast adds clutter for little value.procter2020-01-241-3/+3
* add support for printing RFC 8300 Network Service Header (NSH)dlg2019-12-031-2/+8
* add support for VXLAN-GPE as per draft-ietf-nvo3-vxlan-gpe-08.dlg2019-12-021-32/+79
* support -T erspan so arbitrary gre protocols can be seen as erspandlg2019-05-261-1/+9
* handle ERSPAN type Idlg2019-05-171-4/+10
* print the gre protocol number as hex when vflag is enableddlg2019-04-051-1/+4
* support printing cdp over gre and pppdlg2019-04-051-1/+4
* print MPLS_MCAST as mpls, rather than unknowndlg2019-04-021-1/+2
* handle Cisco's Encapsulated Remote Switch Port Analyzer (ERSPAN) protocoldlg2019-02-051-1/+104
* add support for vxlan packets.dlg2018-07-061-1/+62
* recognise MikroTik's Ethernet over IP (eoip) protocoldlg2018-05-281-19/+97
* make the gre flowid output always 2 chars so payloads stay lined up.dlg2018-02-241-2/+2
* use ether_tryprint, which looks inside the ether packet.dlg2018-02-091-2/+2
* it turns out the wccp header is optionaldlg2018-02-091-14/+21
* have a go at decoding cisco wccp gre packets, and let them fall into IP.dlg2018-02-081-1/+34
* recognise gre proto 0 as a "keep alive" packetdlg2018-02-081-1/+4
* shorten the output for gre keys.dlg2018-02-071-3/+3
* rework ppp, pptp, and gre parsing.dlg2018-02-061-100/+127
* teach tcpdump some more things about gre.dlg2016-12-131-29/+62
* Cap the GRE packet len to tcpdump's snap len, fixes a segfault.jca2015-11-051-1/+4
* When fetching the GRE version, use GRE_VERS and not a naked "7" as mask.jca2015-11-051-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.mpi2014-08-141-2/+1
* last bit of clause 3 & 4 nuking for me.jason2003-06-031-6/+1
* o for gre version 1, correctly check if kp (key present) is unset.fgsch2002-10-301-13/+13
* Handle RFC2637 (PPTP defines an enhanced GRE... *sigh*)jason2002-09-181-9/+118
* Fully decode source routing elements defined in rfc1702jason2002-09-181-1/+102
* Rewrite from scratch: same basic functionality, but better license andjason2002-09-181-102/+115
* Add $OpenBSD$. (jakob@ ok)ho2000-10-031-1/+3
* *** empty log message ***bitblt1996-12-121-0/+141