X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/fc80a87e4c7e921dca5edcf53373f60a76123a41..258fb362b92f0a61ab0fd5d8bc69fa798e7e1c8b:/print-ether.c diff --git a/print-ether.c b/print-ether.c index c8fb45d3..cb048862 100644 --- a/print-ether.c +++ b/print-ether.c @@ -20,7 +20,7 @@ */ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-ether.c,v 1.92 2004-04-30 16:42:15 mcr Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-ether.c,v 1.93 2004-06-12 16:32:56 hannes Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -71,6 +71,7 @@ const struct tok ethertype_values[] = { { ETHERTYPE_JUMBO, "Jumbo" }, { ETHERTYPE_LOOPBACK, "Loopback" }, { ETHERTYPE_ISO, "OSI" }, + { ETHERTYPE_GRE_ISO, "GRE-OSI" }, { 0, NULL} };