]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ether.c
NDOize EAP, IEEE CFM, lwres, SIP & Syslog decoders
[tcpdump] / print-ether.c
index 4702e883a443359b56eaf4d32a928e1566446c34..2bae5742f7e36d8fc74d46b3046c056a14b06a5f 100644 (file)
@@ -390,7 +390,7 @@ ethertype_print(netdissect_options *ndo,
 
        case ETHERTYPE_CFM:
        case ETHERTYPE_CFM_OLD:
-               cfm_print(/*ndo,*/p, length);
+               cfm_print(ndo, p, length);
                return (1);
 
        case ETHERTYPE_LLDP: