Added expert info group PI_PROTOCOL.

svn path=/trunk/; revision=31308
This commit is contained in:
Stig Bjørlykke 2009-12-18 15:13:44 +00:00
parent 3b0a092b18
commit 29a4a0789a
2 changed files with 4 additions and 1 deletions

View File

@ -55,6 +55,7 @@ const value_string expert_group_vals[] = {
{ PI_REASSEMBLE, "Reassemble" },
{ PI_MALFORMED, "Malformed" },
{ PI_DEBUG, "Debug" },
{ PI_PROTOCOL, "Protocol" },
/* { PI_SECURITY, "Security" },*/
{ 0, NULL }
};

View File

@ -322,8 +322,10 @@ typedef proto_node proto_item;
#define PI_MALFORMED 0x00020000
/** A generic debugging message (shouldn't remain in production code!), usually PI_ERROR */
#define PI_DEBUG 0x00040000
/** The protocol field violates a protocol specification, usually PI_WARN */
#define PI_PROTOCOL 0x00080000
/* The protocol field indicates a security probem (e.g. unsecure implementation) */
/*#define PI_SECURITY 0x00080000*/
/*#define PI_SECURITY 0x00100000*/
/* add more, see http://wiki.wireshark.org/Development/ExpertInfo */