aboutsummaryrefslogtreecommitdiffstats
path: root/epan/expert.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-02-27 22:12:43 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-02-27 22:12:43 +0000
commit9417ceec42e91c91391e4450cebf0e8e35b1d2ce (patch)
treeacab411c7fc8989eede886fb364483c6697549b6 /epan/expert.h
parentadde80ad43289e8f6213f41747c00147f8e89db1 (diff)
Clean up implementation.
svn path=/trunk/; revision=32039
Diffstat (limited to 'epan/expert.h')
-rw-r--r--epan/expert.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/expert.h b/epan/expert.h
index 52aeb53e16..9afc9cca5f 100644
--- a/epan/expert.h
+++ b/epan/expert.h
@@ -31,14 +31,14 @@
#include "value_string.h"
-/** only for internal and display use */
+/** only for internal and display use. */
typedef struct expert_info_s {
guint32 packet_num;
int group;
int severity;
- const gchar * protocol;
- gchar * summary;
- proto_item *pitem;
+ const gchar *protocol;
+ gchar *summary;
+ proto_item *pitem;
} expert_info_t;
WS_VAR_IMPORT const value_string expert_severity_vals[];
@@ -54,7 +54,7 @@ extern int
expert_get_highest_severity(void);
/** Add an expert info.
-
+ Add an expert info tree to a protocol item, with classification and message.
@param pinfo packet info of the currently processed packet
@param pi current protocol item (or NULL)
@param group the expert group (like PI_CHECKSUM - see: proto.h)