]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ether.c
NDOize ISO CLNS decoder
[tcpdump] / print-ether.c
index efbb8cfdbb591aac5eab40135eb734b90ae561ef..624d0c54425dd1890dfbfd2d9b5cb2e53c3a7eaf 100644 (file)
@@ -354,9 +354,9 @@ ethertype_print(netdissect_options *ndo,
                ipx_print(ndo, p, length);
                return (1);
 
-        case ETHERTYPE_ISO:
-                isoclns_print(/*ndo,*/p+1, length-1, length-1);
-                return(1);
+       case ETHERTYPE_ISO:
+               isoclns_print(ndo, p + 1, length - 1, length - 1);
+               return(1);
 
        case ETHERTYPE_PPPOED:
        case ETHERTYPE_PPPOES: