aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/wimax_utils.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-07-07 09:00:33 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-07-07 09:00:33 +0000
commit7881d1ccd76e2fcc6f055a9c4f6b740f0cb042e7 (patch)
tree607a80dcb1d3306e646475db83b1f163d832fbc8 /plugins/wimax/wimax_utils.c
parentfd9d18bbe9f7dfadaf815295cbf8b8de953601a0 (diff)
From Kovarththanan Rajaratnam:
More FT_XXX cleanup. svn path=/trunk/; revision=28970
Diffstat (limited to 'plugins/wimax/wimax_utils.c')
-rw-r--r--plugins/wimax/wimax_utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/wimax/wimax_utils.c b/plugins/wimax/wimax_utils.c
index 66676a2826..070e336422 100644
--- a/plugins/wimax/wimax_utils.c
+++ b/plugins/wimax/wimax_utils.c
@@ -1275,7 +1275,7 @@ void proto_register_wimax_utility_decoders(void)
},
{
&hf_cmac_tuple_bsid,
- {"BSID", "wmx.cmac_tuple.bsid", FT_ETHER, BASE_HEX, NULL, 0x0, NULL, HFILL}
+ {"BSID", "wmx.cmac_tuple.bsid", FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL}
},
{
&hf_cmac_tuple_cmac_value,
@@ -1567,7 +1567,7 @@ void proto_register_wimax_utility_decoders(void)
},
{ /* 11.9.26 - type 39 */
&hf_pkm_attr_ms_mac_address,
- {"MS-MAC Address", "wmx.pkm_msg.pkm_attr.ms_mac_address",FT_ETHER, BASE_HEX, NULL, 0x0, NULL, HFILL}
+ {"MS-MAC Address", "wmx.pkm_msg.pkm_attr.ms_mac_address",FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL}
},
{ /* 11.9.27 - type 40 */
&hf_pkm_attr_cmac_digest,