X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/585ac3db0663f474fd3417ea91953b58022cc9d9..8a3d3809f3d94e4c39a4942184a3c6da1df4fdea:/print-ether.c?ds=inline 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: