aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-12-18 15:13:44 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-12-18 15:13:44 +0000
commit29a4a0789acf6d1df801c8b19b19292b1ba7b3aa (patch)
treeff97cac34242f4fb84726fe295e711bc5e1d2ab8 /epan/proto.h
parent3b0a092b189279624e2781ff5bd161727e5dd73e (diff)
Added expert info group PI_PROTOCOL.
svn path=/trunk/; revision=31308
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/proto.h b/epan/proto.h
index c0e146157d..2aedbab599 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -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 */