Added missing PI_DEBUG to expert_group_vals[].

svn path=/trunk/; revision=28636
This commit is contained in:
Stig Bjørlykke 2009-06-04 14:22:16 +00:00
parent 67c1595232
commit 3653b21838
1 changed files with 2 additions and 1 deletions

View File

@ -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 }
};