aboutsummaryrefslogtreecommitdiffstats
path: root/epan/expert.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-11-25 23:42:52 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-11-25 23:42:52 +0000
commit5d66658184accb4420f770140f64c190a8e2e819 (patch)
treee54b4b47dbbf46961e210bf5e06eb57355341bd9 /epan/expert.h
parent03b4388fe08a3155249f654b058f44e4da698e43 (diff)
from Greg Morris:
Composite Expert statistics, see: http://www.ethereal.com/lists/ethereal-dev/200511/msg00002.html and the following discussions svn path=/trunk/; revision=16593
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;