summaryrefslogtreecommitdiff
path: root/epan/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/packet.h b/epan/packet.h
index 7222994428..f355ce5dba 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -273,6 +273,7 @@ typedef GSList *heur_dissector_list_t;
typedef struct {
heur_dissector_t dissector;
protocol_t *protocol;
+ gboolean enabled;
} heur_dtbl_entry_t;
/** A protocol uses this function to register a heuristic sub-dissector list.