aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2014-10-07 07:51:52 -0400
committerMichael Mann <mmann78@netscape.net>2014-10-07 21:14:28 +0000
commita9e6c2c917559c5083d9f5ff256233792566d3dc (patch)
tree5cb8cc9a54cd53afc746182d7755046738583050 /epan/tfs.c
parent12800157d6b813768cd5adfef4ce3c5c2eec81c5 (diff)
Overhaul the filterability of packet-ansi_683.c
It's (ab)use of proto_tree_add_text was "hidden" behind a single FT_NONE hf item, that effectively had the same behavior of proto_tree_add_text, but wouldn't show up in checkAPIs.pl. Replaced the (over 200+) proto_tree_add_none_format calls with proto_tree_add_text and then ran convert_proto_tree_add_text.pl on the dissector. That started the cleanup, and I did more while in the neighborhood. Change-Id: I89e09cf23e8998bcc9197f9a4043e1fc2850fc8c Reviewed-on: https://code.wireshark.org/review/4521 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/tfs.c')
-rw-r--r--epan/tfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/tfs.c b/epan/tfs.c
index bd495bcfa0..6a6beeec4d 100644
--- a/epan/tfs.c
+++ b/epan/tfs.c
@@ -79,4 +79,5 @@ const true_false_string tfs_possible_not_possible = { "Possible", "Not possible"
const true_false_string tfs_required_not_required = { "Required", "Not required" };
const true_false_string tfs_registered_not_registered = { "Registered", "Not registered" };
const true_false_string tfs_provisioned_not_provisioned = { "Provisioned", "Not provisioned" };
+const true_false_string tfs_included_not_included = { "Included", "Not included" };