aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2011-02-01 00:46:59 +0000
committerStephen Fisher <steve@stephen-fisher.com>2011-02-01 00:46:59 +0000
commit1980a286ac7c9c3961e9f1d4ffab6ec5e665420f (patch)
treeb8c10054feab029d3fbcaaee121542ff5fe83313
parentdaf631cce8c781426febee6cad86d999efce66e2 (diff)
Fix compilation error: gsm_a_dir_of_ver_speed_vals is a VALS not a TFS.
svn path=/trunk/; revision=35739
-rw-r--r--epan/dissectors/packet-gsm_a_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_a_common.c b/epan/dissectors/packet-gsm_a_common.c
index b7ab196d98..4254f36334 100644
--- a/epan/dissectors/packet-gsm_a_common.c
+++ b/epan/dissectors/packet-gsm_a_common.c
@@ -4037,7 +4037,7 @@ proto_register_gsm_a_common(void)
},
{ &hf_gsm_a_d,
{ "Direction of Vertical Speed", "gsm_a.gad.d",
- FT_BOOLEAN, 8, TFS(&gsm_a_dir_of_ver_speed_vals), 0x08,
+ FT_BOOLEAN, 8, VALS(gsm_a_dir_of_ver_speed_vals), 0x08,
NULL, HFILL}
},
{ &hf_gsm_a_geo_loc_D,