X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/700a556c5f7dde12afb06eba7986f4e30b6c0da2..2210a967cb4e8cfca405543d5d98f3734690bd71:/print-ether.c diff --git a/print-ether.c b/print-ether.c index efbb8cfd..624d0c54 100644 --- a/print-ether.c +++ b/print-ether.c @@ -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: