aboutsummaryrefslogtreecommitdiffstats
path: root/epan/expert.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-11-25 23:42:52 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-11-25 23:42:52 +0000
commit81bb91ee009bc2a15a33d38cf2a564992276a6d4 (patch)
treee54b4b47dbbf46961e210bf5e06eb57355341bd9 /epan/expert.h
parent92e17f4c74ef9bef636dfd99727cf8a1356052aa (diff)
from Greg Morris:
Composite Expert statistics, see: http://www.ethereal.com/lists/ethereal-dev/200511/msg00002.html and the following discussions git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16593 f5534014-38df-0310-8fa8-9805f1628bb7
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;