aboutsummaryrefslogtreecommitdiffstats
path: root/epan/expert.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-31 22:56:38 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-31 22:56:38 +0000
commit52e90c0d8fde97c0cf41f34d91d8c8f1066f4465 (patch)
treea22d751bd4fc4161d1ddd6894fc4b6031140000b /epan/expert.h
parent59bbeb2972ce89d8767dab7f916a56e4487df35e (diff)
move value_strings from expert_dialogs into expert.c to remove duplicates
keep the highest severity level of the current file (experimental) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19104 f5534014-38df-0310-8fa8-9805f1628bb7
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