summaryrefslogtreecommitdiff
path: root/nlpid.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-04-04 00:53:03 -0700
committerGuy Harris <guy@alum.mit.edu>2014-04-04 00:53:03 -0700
commit5cdf53e257a7e947e1e72b590eea8c1471b9be6c (patch)
tree9f8f60beae27f8ed2936faced17d2e6c036671bc /nlpid.c
parent32938f947fe3ac8d2f7fff6242abbcfcff7cc007 (diff)
downloadtcpdump-5cdf53e257a7e947e1e72b590eea8c1471b9be6c.tar.gz
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.
Diffstat (limited to 'nlpid.c')
-rw-r--r--nlpid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nlpid.c b/nlpid.c
index b9d59c4c..919e87dd 100644
--- a/nlpid.c
+++ b/nlpid.c
@@ -13,6 +13,7 @@
* Original code by Hannes Gredler (hannes@juniper.net)
*/
+#define NETDISSECT_REWORKED
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif