summaryrefslogtreecommitdiff
path: root/print-pktap.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 /print-pktap.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 'print-pktap.c')
-rw-r--r--print-pktap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/print-pktap.c b/print-pktap.c
index 55425330..46a187de 100644
--- a/print-pktap.c
+++ b/print-pktap.c
@@ -19,6 +19,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
+#define NETDISSECT_REWORKED
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif