summaryrefslogtreecommitdiff
path: root/plugins/wimax
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
parentfd9d18bbe9f7dfadaf815295cbf8b8de953601a0 (diff)
downloadwireshark-7881d1ccd76e2fcc6f055a9c4f6b740f0cb042e7.tar.gz
From Kovarththanan Rajaratnam:
More FT_XXX cleanup. svn path=/trunk/; revision=28970
Diffstat (limited to 'plugins/wimax')
-rw-r--r--plugins/wimax/msg_dcd.c6
-rw-r--r--plugins/wimax/msg_dreg.c2
-rw-r--r--plugins/wimax/msg_fpc.c2
-rw-r--r--plugins/wimax/msg_pmc.c4
-rw-r--r--plugins/wimax/msg_reg_req.c2
-rw-r--r--plugins/wimax/msg_rng_req.c4
-rw-r--r--plugins/wimax/msg_rng_rsp.c6
-rw-r--r--plugins/wimax/wimax_utils.c4
8 files changed, 15 insertions, 15 deletions
diff --git a/plugins/wimax/msg_dcd.c b/plugins/wimax/msg_dcd.c
index 9e5b675024..856bc569fa 100644
--- a/plugins/wimax/msg_dcd.c
+++ b/plugins/wimax/msg_dcd.c
@@ -386,7 +386,7 @@ void proto_register_mac_mgmt_msg_dcd(void)
&hf_dcd_bs_id,
{
"Base Station ID", "wmx.dcd.bs_id",
- FT_ETHER, BASE_HEX, NULL, 0x00, NULL, HFILL
+ FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL
}
},
{
@@ -407,14 +407,14 @@ void proto_register_mac_mgmt_msg_dcd(void)
&hf_dcd_burst_diuc_entry_threshold,
{
"DIUC Minimum Entry Threshold (in 0.25 dB units)", "wmx.dcd.burst.diuc_entry_threshold",
- FT_FLOAT, BASE_DEC, NULL, 0x00, NULL, HFILL
+ FT_FLOAT, BASE_NONE, NULL, 0x00, NULL, HFILL
}
},
{
&hf_dcd_burst_diuc_exit_threshold,
{
"DIUC Mandatory Exit Threshold (in 0.25 dB units)", "wmx.dcd.burst.diuc_exit_threshold",
- FT_FLOAT, BASE_DEC, NULL, 0x00, NULL, HFILL
+ FT_FLOAT, BASE_NONE, NULL, 0x00, NULL, HFILL
}
},
{
diff --git a/plugins/wimax/msg_dreg.c b/plugins/wimax/msg_dreg.c
index 1fc268b4bc..178b2b0c57 100644
--- a/plugins/wimax/msg_dreg.c
+++ b/plugins/wimax/msg_dreg.c
@@ -219,7 +219,7 @@ void proto_register_mac_mgmt_msg_dreg_req(void)
&hf_paging_controller_id,
{
"Paging Controller ID", "wmx.dreg.paging_controller_id",
- FT_ETHER, BASE_DEC, NULL, 0x0, NULL, HFILL
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL
}
},
{
diff --git a/plugins/wimax/msg_fpc.c b/plugins/wimax/msg_fpc.c
index fe7e0db9c9..4a91046b4e 100644
--- a/plugins/wimax/msg_fpc.c
+++ b/plugins/wimax/msg_fpc.c
@@ -102,7 +102,7 @@ void proto_register_mac_mgmt_msg_fpc(void)
&hf_fpc_power_adjust,
{
"Power Adjust. Signed change in power level (incr of 0.25dB) that the SS shall apply to its current power setting", "wmx.fpc.power_adjust",
- FT_FLOAT, BASE_DEC, NULL, 0x0, NULL, HFILL
+ FT_FLOAT, BASE_NONE, NULL, 0x0, NULL, HFILL
}
},
{
diff --git a/plugins/wimax/msg_pmc.c b/plugins/wimax/msg_pmc.c
index b58ddda48c..64a6435f1f 100644
--- a/plugins/wimax/msg_pmc.c
+++ b/plugins/wimax/msg_pmc.c
@@ -153,14 +153,14 @@ void proto_register_mac_mgmt_msg_pmc_req(void)
&hf_pmc_rsp_offset_BS_per_MS,
{
"Offset_BS per MS. Signed change in power level (incr of 0.25 dB) that the MS shall apply to the open loop power control formula in 8.4.10.3.2", "wmx.pmc_rsp.offset_BS_per_MS",
- FT_FLOAT, BASE_DEC, NULL, 0x0, NULL, HFILL
+ FT_FLOAT, BASE_NONE, NULL, 0x0, NULL, HFILL
}
},
{
&hf_pmc_rsp_power_adjust,
{
"Power adjust. Signed change in power level (incr of 0.25 dB) the MS shall apply to its current transmission power. When subchannelization is employed, the SS shall interpret as a required change to the Tx power density", "wmx.pmc_rsp.power_adjust",
- FT_FLOAT, BASE_DEC, NULL, 0x0, NULL, HFILL
+ FT_FLOAT, BASE_NONE, NULL, 0x0, NULL, HFILL
}
},
{
diff --git a/plugins/wimax/msg_reg_req.c b/plugins/wimax/msg_reg_req.c
index b226b4d041..c5425dd03e 100644
--- a/plugins/wimax/msg_reg_req.c
+++ b/plugins/wimax/msg_reg_req.c
@@ -943,7 +943,7 @@ void proto_register_mac_mgmt_msg_reg_req(void)
&hf_reg_mac_address,
{
"MAC Address of the SS", "wmx.reg.mac_address",
- FT_ETHER, BASE_DEC, NULL, 0x0, NULL, HFILL
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL
}
},
{
diff --git a/plugins/wimax/msg_rng_req.c b/plugins/wimax/msg_rng_req.c
index cf8c858a23..0b8d9c1b0b 100644
--- a/plugins/wimax/msg_rng_req.c
+++ b/plugins/wimax/msg_rng_req.c
@@ -465,14 +465,14 @@ void proto_register_mac_mgmt_msg_rng_req(void)
&hf_rng_req_serving_bs_id,
{
"Former serving BS ID", "wmx.rng_req.serving_bs_id",
- FT_ETHER, BASE_HEX, NULL, 0x00, NULL, HFILL
+ FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL
}
},
{
&hf_rng_req_ss_mac_address,
{
"SS MAC Address", "wmx.rng_req.ss_mac_address",
- FT_ETHER, BASE_HEX, NULL, 0x00, NULL, HFILL
+ FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL
}
}
};
diff --git a/plugins/wimax/msg_rng_rsp.c b/plugins/wimax/msg_rng_rsp.c
index 9a1802dd49..acf47f0aef 100644
--- a/plugins/wimax/msg_rng_rsp.c
+++ b/plugins/wimax/msg_rng_rsp.c
@@ -564,7 +564,7 @@ void proto_register_mac_mgmt_msg_rng_rsp(void)
&hf_rng_rsp_power_level_adjust,
{
"Power Level Adjust", "wmx.rng_rsp.power_level_adjust",
- FT_FLOAT, BASE_DEC, NULL, 0x00, NULL, HFILL
+ FT_FLOAT, BASE_NONE, NULL, 0x00, NULL, HFILL
}
},
{
@@ -627,7 +627,7 @@ void proto_register_mac_mgmt_msg_rng_rsp(void)
&hf_rng_rsp_ss_mac_address,
{
"SS MAC Address", "wmx.rng_rsp.ss_mac_address",
- FT_ETHER, BASE_HEX, NULL, 0x00, NULL, HFILL
+ FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL
}
},
{
@@ -648,7 +648,7 @@ void proto_register_mac_mgmt_msg_rng_rsp(void)
&hf_rng_rsp_timing_adjust,
{
"Timing Adjust", "wmx.rng_rsp.timing_adjust",
- FT_FLOAT, BASE_DEC, NULL, 0x00, NULL, HFILL
+ FT_FLOAT, BASE_NONE, NULL, 0x00, NULL, HFILL
}
},
{
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,