X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/ae2020e84203389ef8c06a00543304b7414e0018..5663cdab5ec8730ade9938c1ace64a4859d9ef7b:/print-ether.c diff --git a/print-ether.c b/print-ether.c index c1ebcae9..231c0728 100644 --- a/print-ether.c +++ b/print-ether.c @@ -385,7 +385,7 @@ ethertype_print(netdissect_options *ndo, return (1); case ETHERTYPE_SLOW: - slow_print(/*ndo,*/p, length); + slow_print(ndo, p, length); return (1); case ETHERTYPE_CFM: