X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/bd00116d80c18b782f4cb15dfc90cd5bf993d4f5..0845bc813c1cc48b18cdefff0b387c110647463c:/print-sll.c diff --git a/print-sll.c b/print-sll.c index 91694693..5003a3dd 100644 --- a/print-sll.c +++ b/print-sll.c @@ -25,7 +25,7 @@ #include -#include "interface.h" +#include "netdissect.h" #include "addrtoname.h" #include "ethertype.h" #include "extract.h" @@ -258,7 +258,7 @@ recurse: /*FALLTHROUGH*/ unknown: - /* ether_type not known, print raw packet */ + /* packet type not known, print raw packet */ if (!ndo->ndo_suppress_default_print) ND_DEFAULTPRINT(p, caplen); break;