aboutsummaryrefslogtreecommitdiffstats
path: root/epan/expert.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/expert.c')
-rw-r--r--epan/expert.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/expert.c b/epan/expert.c
index c549e86f39..67442e567a 100644
--- a/epan/expert.c
+++ b/epan/expert.c
@@ -60,6 +60,7 @@ const value_string expert_group_vals[] = {
{ PI_DEBUG, "Debug" },
{ PI_PROTOCOL, "Protocol" },
{ PI_SECURITY, "Security" },
+ { PI_COMMENTS_GROUP, "Comment" },
{ 0, NULL }
};
@@ -68,6 +69,7 @@ const value_string expert_severity_vals[] = {
{ PI_WARN, "Warn" },
{ PI_NOTE, "Note" },
{ PI_CHAT, "Chat" },
+ { PI_COMMENT, "Comment" },
{ 0, "Ok" },
{ 0, NULL }
};