aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tshark.c b/tshark.c
index 053a06fb53..b874e970fa 100644
--- a/tshark.c
+++ b/tshark.c
@@ -105,6 +105,11 @@
#include <epan/conversation_table.h>
#include <epan/ex-opt.h>
+#if defined(HAVE_HEIMDAL_KERBEROS) || defined(HAVE_MIT_KERBEROS)
+#include <epan/asn1.h>
+#include <epan/dissectors/packet-kerberos.h>
+#endif
+
#include "capture_opts.h"
#include "caputils/capture-pcap-util.h"