CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/05/27 18:06:45
Modified files:
usr.sbin/tcpdump: print-gre.c
Log message:
recognise MikroTik's Ethernet over IP (eoip) protocol
eoip is a twisted gre based protocol using version 1 like pptp, but
a different protocol id. this splits the gre 1 protocol handling
up so it doesn't assume that all packets are pptp, but decides
between eoip and pptp based on the protocol field. unknown protocols
are unknown rather that assumed to be pptp.
ok sthen@