summaryrefslogtreecommitdiff
path: root/epan/expert.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/expert.h')
-rw-r--r--epan/expert.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/epan/expert.h b/epan/expert.h
index e1f3ea80f2..75d4333690 100644
--- a/epan/expert.h
+++ b/epan/expert.h
@@ -29,6 +29,7 @@
#include "gnuc_format_check.h"
#include <epan/proto.h>
+#include "value_string.h"
/** only for internal and display use */
@@ -41,6 +42,8 @@ typedef struct expert_info_s {
proto_item *pitem;
} expert_info_t;
+WS_VAR_IMPORT const value_string expert_severity_vals[];
+WS_VAR_IMPORT const value_string expert_group_vals[];
extern void
expert_init(void);
@@ -48,6 +51,9 @@ expert_init(void);
extern void
expert_cleanup(void);
+extern int
+expert_get_highest_severity(void);
+
/** Add an expert info.
@param pinfo packet info of the currently processed packet