aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-07-29 15:00:56 +0100
committerJoão Valverde <j@v6e.pt>2016-08-05 13:59:25 +0000
commit917d34c4dee4556df348944d250814b7c3ab5db3 (patch)
tree24be748838e1f09119d4607d1833197014eefc88 /epan/proto.h
parentbe16ff5f12eab61f753e6b9e2463691b7c0e97c7 (diff)
Add PI_DEPRECATED expert info group
Change-Id: Ibc43b1976d5827e8c40252a5200852fbcd00b70c Reviewed-on: https://code.wireshark.org/review/16763 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/proto.h b/epan/proto.h
index de96b7cec7..30aaf71728 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -763,6 +763,8 @@ typedef proto_node proto_item;
#define PI_DECRYPTION 0x0c000000
/** The protocol field has incomplete data, decode based on assumed value */
#define PI_ASSUMPTION 0x0d000000
+/** The protocol field has been deprecated, usually PI_NOTE severity */
+#define PI_DEPRECATED 0x0e000000
/* add more, see https://wiki.wireshark.org/Development/ExpertInfo */