]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ether.c
From Heinz-Ado Arnolds <[email protected]>: mark IPX packets
[tcpdump] / print-ether.c
index f0b82f92b3a5f80e72d0f678e9d52caa72567095..0bcd82d5f8ae77a1ddf154de3c7337c43bd137dc 100644 (file)
@@ -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);