X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/02330c55786a2e58998eb4f81c6eecfd0af7a8e1..f9b3c51da6c9454af79601666b5afe705901c126:/print-ether.c diff --git a/print-ether.c b/print-ether.c index b2ca0d13..a092c47e 100644 --- a/print-ether.c +++ b/print-ether.c @@ -383,7 +383,7 @@ ethertype_print(netdissect_options *ndo, return (1); case ETHERTYPE_MPCP: - mpcp_print(/*ndo,*/p, length); + mpcp_print(ndo, p, length); return (1); case ETHERTYPE_SLOW: