]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ether.c
Fix tpyo.
[tcpdump] / print-ether.c
index 4f8caa971d6b04ee6bee007245eb0deff79a4c32..8899469ba7fafc81327d8648c6fe04690788d18f 100644 (file)
@@ -314,7 +314,7 @@ recurse:
                }
                ether_type_print(ndo, length_type);
                ND_PRINT(", length %u: ", orig_length);
-               int bytesConsumed = arista_print_ethertype(ndo, p, length);
+               int bytesConsumed = arista_ethertype_print(ndo, p, length);
                if (bytesConsumed > 0) {
                        p += bytesConsumed;
                        length -= bytesConsumed;