summaryrefslogtreecommitdiff
path: root/epan/expert.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-06-04 14:22:16 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-06-04 14:22:16 +0000
commit3653b21838c569e9f7501f9cdbece3a5df3f9be8 (patch)
treea605a8e5fd60fc19daff703f3edf10581039b28d /epan/expert.c
parent67c1595232ad45406324310ca1b75fa0f4a30517 (diff)
downloadwireshark-3653b21838c569e9f7501f9cdbece3a5df3f9be8.tar.gz
Added missing PI_DEBUG to expert_group_vals[].
svn path=/trunk/; revision=28636
Diffstat (limited to 'epan/expert.c')
-rw-r--r--epan/expert.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/expert.c b/epan/expert.c
index ab7d9d845d..240bed7f9e 100644
--- a/epan/expert.c
+++ b/epan/expert.c
@@ -52,8 +52,9 @@ const value_string expert_group_vals[] = {
{ PI_RESPONSE_CODE, "Response" },
{ PI_REQUEST_CODE, "Request" },
{ PI_UNDECODED, "Undecoded" },
- { PI_MALFORMED, "Malformed" },
{ PI_REASSEMBLE, "Reassemble" },
+ { PI_MALFORMED, "Malformed" },
+ { PI_DEBUG, "Debug" },
/* { PI_SECURITY, "Security" },*/
{ 0, NULL }
};