]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ether.c
IPFC: Update the link-layer dissector to a void function
[tcpdump] / print-ether.c
index 16b0fb7fecd0e2234de71edb9e669fddebdb6147..e67539466bb94693eb87b4e44d70f1824234961b 100644 (file)
@@ -599,7 +599,7 @@ ethertype_print(netdissect_options *ndo,
                return (1);
 
        case ETHERTYPE_EAPOL:
-               eap_print(ndo, p, length);
+               eapol_print(ndo, p);
                return (1);
 
        case ETHERTYPE_RRCP: