aboutsummaryrefslogtreecommitdiffstats
path: root/epan/expert.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-08-31 22:56:38 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-08-31 22:56:38 +0000
commitd4499eb9a7a19865af8ca214f70e605004e21ec7 (patch)
treea22d751bd4fc4161d1ddd6894fc4b6031140000b /epan/expert.h
parentb1719dd68f41de467407706a697ef653715e8430 (diff)
move value_strings from expert_dialogs into expert.c to remove duplicates
keep the highest severity level of the current file (experimental) svn path=/trunk/; revision=19104
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