summaryrefslogtreecommitdiff
path: root/print-ether.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-ether.c')
-rw-r--r--print-ether.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/print-ether.c b/print-ether.c
index 057825dc..64b7f338 100644
--- a/print-ether.c
+++ b/print-ether.c
@@ -376,7 +376,7 @@ ethertype_print(netdissect_options *ndo,
case ETHERTYPE_PPP:
if (length) {
ND_PRINT((ndo, ": "));
- ppp_print(/*ndo,*/p, length);
+ ppp_print(ndo, p, length);
}
return (1);
@@ -394,7 +394,7 @@ ethertype_print(netdissect_options *ndo,
return (1);
case ETHERTYPE_LLDP:
- lldp_print(/*ndo,*/p, length);
+ lldp_print(ndo, p, length);
return (1);
case ETHERTYPE_LOOPBACK: