aboutsummaryrefslogtreecommitdiffstats
path: root/epan/expert.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/expert.h')
-rw-r--r--epan/expert.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/expert.h b/epan/expert.h
index bbaa07c715..dc994ba4fc 100644
--- a/epan/expert.h
+++ b/epan/expert.h
@@ -39,6 +39,7 @@ typedef struct expert_info_s {
guint32 packet_num;
int group;
int severity;
+ int hf_index; /* hf_index of the expert item. Might be -1. */
const gchar *protocol;
gchar *summary;
proto_item *pitem;