]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-enc.c
Fix a bunch of de-constifications.
[tcpdump] / print-enc.c
index 7bd8631e5207b35fd09c05acefe82c5669ffddda..445bc4a97e8974f43957beaf4f87c51822df1ad4 100644 (file)
@@ -21,7 +21,6 @@
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-#define NETDISSECT_REWORKED
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -98,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): "));