summaryrefslogtreecommitdiff
path: root/parsenfsfh.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 /parsenfsfh.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 'parsenfsfh.c')
-rw-r--r--parsenfsfh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/parsenfsfh.c b/parsenfsfh.c
index fb79333d..a86a4316 100644
--- a/parsenfsfh.c
+++ b/parsenfsfh.c
@@ -40,6 +40,7 @@
* Western Research Laboratory
*/
+#define NETDISSECT_REWORKED
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif