aboutsummaryrefslogtreecommitdiffstats
path: root/epan/expert.c
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/expert.c
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/expert.c')
-rw-r--r--epan/expert.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/expert.c b/epan/expert.c
index 75e5981978..430fa115bb 100644
--- a/epan/expert.c
+++ b/epan/expert.c
@@ -87,6 +87,7 @@ const value_string expert_group_vals[] = {
{ PI_COMMENTS_GROUP, "Comment" },
{ PI_DECRYPTION, "Decryption" },
{ PI_ASSUMPTION, "Assumption" },
+ { PI_DEPRECATED, "Deprecated" },
{ 0, NULL }
};