aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_map.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-11 06:27:40 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-11 06:27:40 +0000
commitb4f6c021579b68b92d6c328f18a59173774023d3 (patch)
tree5b26a5d147ca279f5d307b40911864bff9d09bee /epan/dissectors/packet-ansi_map.c
parent4048ee57e33168bac930b2d2451cfad0c866ea8e (diff)
From Michael Lum:
More dissection of IOS parameters in ANSI MAP IOS Invoke/Response Data https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3323 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27695 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ansi_map.c')
-rw-r--r--epan/dissectors/packet-ansi_map.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ansi_map.c b/epan/dissectors/packet-ansi_map.c
index ef6d345a96..a9366fec34 100644
--- a/epan/dissectors/packet-ansi_map.c
+++ b/epan/dissectors/packet-ansi_map.c
@@ -17045,7 +17045,7 @@ void proto_register_ansi_map(void) {
"ansi_map.AlertCode", HFILL }},
{ &hf_ansi_map_cdma2000HandoffInvokeIOSData,
{ "cdma2000HandoffInvokeIOSData", "ansi_map.cdma2000HandoffInvokeIOSData",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_NONE, BASE_DEC, NULL, 0,
"ansi_map.CDMA2000HandoffInvokeIOSData", HFILL }},
{ &hf_ansi_map_cdmaBandClassList,
{ "cdmaBandClassList", "ansi_map.cdmaBandClassList",
@@ -17165,7 +17165,7 @@ void proto_register_ansi_map(void) {
"ansi_map.BSMCStatus", HFILL }},
{ &hf_ansi_map_cdma2000HandoffResponseIOSData,
{ "cdma2000HandoffResponseIOSData", "ansi_map.cdma2000HandoffResponseIOSData",
- FT_BYTES, BASE_HEX, NULL, 0,
+ FT_NONE, BASE_DEC, NULL, 0,
"ansi_map.CDMA2000HandoffResponseIOSData", HFILL }},
{ &hf_ansi_map_cdmaCodeChannelList,
{ "cdmaCodeChannelList", "ansi_map.cdmaCodeChannelList",