X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/2cfe2bf4a5bdba199215e4c92129a36271b10a64..0c20532a3e147d6d932b818f83cf0a1ca165c0db:/print-ether.c diff --git a/print-ether.c b/print-ether.c index f0b82f92..0bcd82d5 100644 --- a/print-ether.c +++ b/print-ether.c @@ -20,7 +20,7 @@ */ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-ether.c,v 1.65 2001-07-04 22:03:14 fenner Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-ether.c,v 1.66 2001-11-25 02:01:47 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -194,6 +194,7 @@ ether_encap_print(u_short ethertype, const u_char *p, return (1); case ETHERTYPE_IPX: + printf("(NOV-ETHII) "); ipx_print(p, length); return (1);