summaryrefslogtreecommitdiff
path: root/plugins/wimax/msg_reg_rsp.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-06-22 18:23:58 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-06-22 18:23:58 +0000
commit7f77783e209b6af576c27f6c71ed17489279f5b1 (patch)
treee4e19fda561bf002f41164d5d29fdd3819f9e591 /plugins/wimax/msg_reg_rsp.c
parent485fc6805bb3f5349b322c2b293bfb7392e490c4 (diff)
downloadwireshark-7f77783e209b6af576c27f6c71ed17489279f5b1.tar.gz
From Kovarththanan Rajaratnam:
More header field info cleanup in plugins/* and epan/dissectors/* svn path=/trunk/; revision=28811
Diffstat (limited to 'plugins/wimax/msg_reg_rsp.c')
-rw-r--r--plugins/wimax/msg_reg_rsp.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/plugins/wimax/msg_reg_rsp.c b/plugins/wimax/msg_reg_rsp.c
index 8c79db6429..cf9b0148f1 100644
--- a/plugins/wimax/msg_reg_rsp.c
+++ b/plugins/wimax/msg_reg_rsp.c
@@ -100,70 +100,70 @@ void proto_register_mac_mgmt_msg_reg_rsp(void)
&hf_reg_rsp_message_type,
{
"MAC Management Message Type", "wmx.macmgtmsgtype.reg_rsp",
- FT_UINT8, BASE_DEC, NULL, 0x0, "", HFILL
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL
}
},
{
&hf_reg_invalid_tlv,
{
"Invalid TLV", "wmx.reg_rsp.invalid_tlv",
- FT_BYTES, BASE_HEX, NULL, 0, "", HFILL
+ FT_BYTES, BASE_NONE, NULL, 0, NULL, HFILL
}
},
{
&hf_reg_rsp_new_cid_after_ho,
{
"New CID after handover to new BS", "wmx.reg_rsp.new_cid_after_ho",
- FT_UINT16, BASE_DEC, NULL, 0x0, "", HFILL
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL
}
},
{
&hf_reg_rsp_status,
{
"Response", "wmx.reg_rsp.response",
- FT_UINT8, BASE_HEX, VALS(vals_reg_rsp_status), 0x0, "", HFILL
+ FT_UINT8, BASE_HEX, VALS(vals_reg_rsp_status), 0x0, NULL, HFILL
}
},
{
&hf_reg_rsp_secondary_mgmt_cid,
{
"Secondary Management CID", "wmx.reg_rsp.secondary_mgmt_cid",
- FT_UINT16, BASE_DEC, NULL, 0x0, "", HFILL
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL
}
},
{
&hf_reg_total_provisioned_sf,
{
"Total Number of Provisional Service Flow", "wmx.reg_rsp.total_provisional_sf",
- FT_UINT8, BASE_DEC, NULL, 0x0, "", HFILL
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL
}
},
{
&hf_reg_rsp_service_flow_id,
{
"Service flow ID", "wmx.reg_rsp.service_flow_id",
- FT_UINT32, BASE_DEC, NULL, 0x0, "", HFILL
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL
}
},
{
&hf_reg_rsp_system_resource_retain_time,
{
"System Resource Retain Time", "wmx.reg_rsp.system_resource_retain_time",
- FT_UINT16, BASE_DEC, NULL, 0x0, "", HFILL
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL
}
},
{
&hf_tlv_type,
{
"Unknown TLV Type", "wmx.reg_rsp.unknown_tlv_type",
- FT_BYTES, BASE_NONE, NULL, 0x00, "", HFILL
+ FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL
}
},
{
&hf_tlv_value,
{
"Value", "wmx.reg_rsp.tlv_value",
- FT_BYTES, BASE_NONE, NULL, 0x00, "", HFILL
+ FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL
}
}
};