aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-12-15 20:39:01 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-12-15 20:39:01 +0000
commit8259fbb1053908a663b1b7efd2ec79ba71a6dbd6 (patch)
tree4fe0a591f675b010a65834b91613ccd4118a8f3d /epan/packet.h
parent939ae711940495e6fdf77627d63707994a7356c6 (diff)
Preparation to make it possible to dissable heuristic protocols
trough the proto dialouge. svn path=/trunk/; revision=40215
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.