X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/fe3253b9b8fad9e75f863157eba0780418182f17..88e479b75ea97730bf265a2371c0658a401eae92:/print-ether.c diff --git a/print-ether.c b/print-ether.c index d90a2f16..84ad77d8 100644 --- a/print-ether.c +++ b/print-ether.c @@ -27,7 +27,6 @@ #include #include -#include #include "interface.h" #include "extract.h" @@ -401,6 +400,7 @@ ethertype_print(netdissect_options *ndo, return (1); case ETHERTYPE_LOOPBACK: + loopback_print(ndo, p, length); return (1); case ETHERTYPE_MPLS: