From 5cdf53e257a7e947e1e72b590eea8c1471b9be6c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 4 Apr 2014 00:53:03 -0700 Subject: Define NETDISSECT_REWORKED in a bunch of files, and fix the issues it finds. The only one it found was that routines in sigsecret.c needed to refer to ndo->ndo_sigsecret, not just sigsecret. --- ipproto.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ipproto.c') diff --git a/ipproto.c b/ipproto.c index 8143eda8..e44b7481 100644 --- a/ipproto.c +++ b/ipproto.c @@ -13,6 +13,7 @@ * Original code by Hannes Gredler (hannes@juniper.net) */ +#define NETDISSECT_REWORKED #ifdef HAVE_CONFIG_H #include "config.h" #endif -- cgit v1.2.1