]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-enc.c
Add program_name field in the netdissect_options structure
[tcpdump] / print-enc.c
index 84dc01ba4e65854e9a952f977e5a06286d4e5211..7466b3584291413f2d06d8c9b896323eaba1e3c0 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 /* From $OpenBSD: if_enc.h,v 1.8 2001/06/25 05:14:00 angelos Exp $ */
@@ -97,7 +97,7 @@ enc_if_print(netdissect_options *ndo,
                goto out;
        }
 
-       hdr = (struct enchdr *)p;
+       hdr = (const struct enchdr *)p;
        flags = hdr->flags;
        if (flags == 0)
                ND_PRINT((ndo, "(unprotected): "));