]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-sll.c
Add program_name field in the netdissect_options structure
[tcpdump] / print-sll.c
index 916946938fddf734f1ccf46ddcae07df3dc4540c..5003a3ddb67cf23f3e6762aa2745584d4c960e2e 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <tcpdump-stdinc.h>
 
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "ethertype.h"
 #include "extract.h"
 #include "addrtoname.h"
 #include "ethertype.h"
 #include "extract.h"
@@ -258,7 +258,7 @@ recurse:
                        /*FALLTHROUGH*/
 
                unknown:
                        /*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;
                        if (!ndo->ndo_suppress_default_print)
                                ND_DEFAULTPRINT(p, caplen);
                        break;