summaryrefslogtreecommitdiffstats
path: root/src/packet-isi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/packet-isi.h')
-rw-r--r--src/packet-isi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/packet-isi.h b/src/packet-isi.h
index 9cdfb34..fba7569 100644
--- a/src/packet-isi.h
+++ b/src/packet-isi.h
@@ -1,6 +1,8 @@
#ifndef _PACKET_ISI_H
#define _PACKET_ISI_H
+#include <epan/expert.h>
+
/* Wireshark ID of the protocol */
extern int proto_isi;
@@ -14,4 +16,6 @@ extern gint32 hf_isi_res;
void dissect_isi_common(const char *resource, tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
void dissect_isi_subpacket(gint32 hf_sub_type, guint8 offset, tvbuff_t *tvb, packet_info *pinfo, proto_item *item, proto_tree *tree, void (*detail_cb)(guint8, tvbuff_t*, packet_info*, proto_item*, proto_tree*));
+extern expert_field ei_isi_unknown_packet;
+
#endif