]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-sll.c
Avoiding conditional directives that break statements
[tcpdump] / print-sll.c
index 916946938fddf734f1ccf46ddcae07df3dc4540c..1d1a3d1055539534a90e073bf1fd1d328e749c88 100644 (file)
@@ -23,9 +23,9 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
-#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;