aboutsummaryrefslogtreecommitdiffstats
path: root/epan/expert.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/expert.h')
-rw-r--r--epan/expert.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/expert.h b/epan/expert.h
index 235104b10c..87c56eb097 100644
--- a/epan/expert.h
+++ b/epan/expert.h
@@ -28,6 +28,7 @@
#define __EXPERT_H__
#include "gnuc_format_check.h"
+#include <epan/proto.h>
/** only for internal and display use */
@@ -37,6 +38,7 @@ typedef struct expert_info_s {
int severity;
gchar * protocol;
gchar * summary;
+ proto_item *pitem;
} expert_info_t;