X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/bd00116d80c18b782f4cb15dfc90cd5bf993d4f5..refs/pull/494/head:/print-sll.c diff --git a/print-sll.c b/print-sll.c index 91694693..1d1a3d10 100644 --- a/print-sll.c +++ b/print-sll.c @@ -23,9 +23,9 @@ #include "config.h" #endif -#include +#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;