aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-3g-a11.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/dissectors/packet-3g-a11.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/dissectors/packet-3g-a11.c')
-rw-r--r--epan/dissectors/packet-3g-a11.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-3g-a11.c b/epan/dissectors/packet-3g-a11.c
index 8617372ff8..bc4d8f6945 100644
--- a/epan/dissectors/packet-3g-a11.c
+++ b/epan/dissectors/packet-3g-a11.c
@@ -482,8 +482,6 @@ static const value_string a11_airlink_types[]= {
};
#endif
-static const true_false_string tfs_included_not_included = { "Included", "Not Included" };
-
static const value_string a11_bcmcs_stype_vals[] = {
{1, "BCMCS Flow and Registration Information"},
{2, "Session Information"},