aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248_annex_c.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-05-08 20:35:57 +0000
committerBill Meier <wmeier@newsguy.com>2009-05-08 20:35:57 +0000
commit79a1441582cca7565891d7b2d8a133049350ae0b (patch)
tree2d0296ba3718791c267604d1ec87026fed0d13b5 /epan/dissectors/packet-h248_annex_c.c
parent10bb70f09d0f21ff3e8f2e3f3558e7a3645069e6 (diff)
FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).
svn path=/trunk/; revision=28317
Diffstat (limited to 'epan/dissectors/packet-h248_annex_c.c')
-rw-r--r--epan/dissectors/packet-h248_annex_c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h248_annex_c.c b/epan/dissectors/packet-h248_annex_c.c
index 05019564ae..fbbc03506e 100644
--- a/epan/dissectors/packet-h248_annex_c.c
+++ b/epan/dissectors/packet-h248_annex_c.c
@@ -1203,7 +1203,7 @@ void proto_register_h248_annex_c(void) {
"Served User Transport", HFILL }},
{ &hf_h248_pkg_annexc_tci,
{ "TCI", "h248.pkg.annexc.tci",
- FT_BOOLEAN, BASE_DEC, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0,
"Test Connection Indicator", HFILL }},
{ &hf_h248_pkg_annexc_timer_cu,
{ "Timer CU", "h248.pkg.annexc.timer_cu",