summaryrefslogtreecommitdiff
path: root/plugins/wimax/msg_dreg.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_dreg.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_dreg.c')
-rw-r--r--plugins/wimax/msg_dreg.c50
1 files changed, 25 insertions, 25 deletions
diff --git a/plugins/wimax/msg_dreg.c b/plugins/wimax/msg_dreg.c
index 7ef549946b..1fc268b4bc 100644
--- a/plugins/wimax/msg_dreg.c
+++ b/plugins/wimax/msg_dreg.c
@@ -198,175 +198,175 @@ void proto_register_mac_mgmt_msg_dreg_req(void)
&hf_dreg_consider_paging_pref,
{
"Consider Paging Preference of each Service Flow in resource retention", "wmx.dreg.consider_paging_preference",
- FT_UINT8, BASE_DEC, NULL, 0x80, "", HFILL
+ FT_UINT8, BASE_DEC, NULL, 0x80, NULL, HFILL
}
},
{
&hf_dreg_invalid_tlv,
{
"Invalid TLV", "wmx.dreg.invalid_tlv",
- FT_BYTES, BASE_HEX, NULL, 0, "", HFILL
+ FT_BYTES, BASE_NONE, NULL, 0, NULL, HFILL
}
},
{
&hf_mac_hash_skip_threshold,
{
"MAC Hash Skip Threshold", "wmx.dreg.mac_hash_skip_threshold",
- FT_UINT16, BASE_DEC, NULL, 0x0, "", HFILL
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL
}
},
{
&hf_paging_controller_id,
{
"Paging Controller ID", "wmx.dreg.paging_controller_id",
- FT_ETHER, BASE_DEC, NULL, 0x0, "", HFILL
+ FT_ETHER, BASE_DEC, NULL, 0x0, NULL, HFILL
}
},
{
&hf_dreg_paging_cycle,
{
"PAGING CYCLE", "wmx.dreg.paging_cycle",
- FT_UINT16, BASE_DEC, NULL, 0x0, "", HFILL
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL
}
},
{
&hf_dreg_paging_cycle_request,
{
"Paging Cycle Request", "wmx.dreg.paging_cycle_request",
- FT_UINT16, BASE_DEC, NULL, 0x0, "", HFILL
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL
}
},
{
&hf_dreg_paging_group_id,
{
"Paging-group-ID", "wmx.dreg.paging_group_id",
- FT_UINT16, BASE_DEC, NULL, 0x0, "", HFILL
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL
}
},
{
&hf_dreg_paging_offset,
{
"PAGING OFFSET", "wmx.dreg.paging_offset",
- FT_UINT8, BASE_DEC, NULL, 0x0, "", HFILL
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL
}
},
{
&hf_dreg_req_duration,
{
"REQ-duration (Waiting value for the DREG-REQ message re-transmission in frames)", "wmx.dreg.req_duration",
- FT_UINT8, BASE_DEC, NULL, 0x0, "", HFILL
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL
}
},
{
&hf_dreg_retain_ms_service_full_service,
{
"Retain MS service and operation information associated with Full service", "wmx.dreg.retain_ms_full_service",
- FT_UINT8, BASE_DEC, NULL, 0x40, "", HFILL
+ FT_UINT8, BASE_DEC, NULL, 0x40, NULL, HFILL
}
},
{
&hf_dreg_retain_ms_service_network_address,
{
"Retain MS service and operational information associated with Network Address", "wmx.dreg.retain_ms_service_network_address",
- FT_UINT8, BASE_DEC, NULL, 0x08, "", HFILL
+ FT_UINT8, BASE_DEC, NULL, 0x08, NULL, HFILL
}
},
{
&hf_dreg_retain_ms_service_pkm,
{
"Retain MS service and operational information associated with PKM-REQ/RSP", "wmx.dreg.retain_ms_service_pkm",
- FT_UINT8, BASE_DEC, NULL, 0x02, "", HFILL
+ FT_UINT8, BASE_DEC, NULL, 0x02, NULL, HFILL
}
},
{
&hf_dreg_retain_ms_service_reg,
{
"Retain MS service and operational information associated with REG-REQ/RSP", "wmx.dreg.retain_ms_service_reg",
- FT_UINT8, BASE_DEC, NULL, 0x04, "", HFILL
+ FT_UINT8, BASE_DEC, NULL, 0x04, NULL, HFILL
}
},
{
&hf_dreg_retain_ms_service_sbc,
{
"Retain MS service and operational information associated with SBC-REQ/RSP", "wmx.dreg.retain_ms_service_sbc",
- FT_UINT8, BASE_DEC, NULL, 0x01, "", HFILL
+ FT_UINT8, BASE_DEC, NULL, 0x01, NULL, HFILL
}
},
{
&hf_dreg_retain_ms_service_tftp,
{
"Retain MS service and operational information associated with TFTP messages", "wmx.dreg.retain_ms_service_tftp",
- FT_UINT8, BASE_DEC, NULL, 0x20, "", HFILL
+ FT_UINT8, BASE_DEC, NULL, 0x20, NULL, HFILL
}
},
{
&hf_dreg_retain_ms_service_tod,
{
"Retain MS service and operational information associated with Time of Day", "wmx.dreg.retain_ms_service_tod",
- FT_UINT8, BASE_DEC, NULL, 0x10, "", HFILL
+ FT_UINT8, BASE_DEC, NULL, 0x10, NULL, HFILL
}
},
{
&hf_dreg_cmd_message_type,
{
"MAC Management Message Type", "wmx.macmgtmsgtype.dreg_cmd",
- FT_UINT8, BASE_DEC, NULL, 0x0, "", HFILL
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL
}
},
{
&hf_dreg_cmd_action,
{
"DREG-CMD Action code", "wmx.dreg_cmd.action",
- FT_UINT8, BASE_DEC, VALS(vals_dreg_cmd_action), 0x07, "", HFILL
+ FT_UINT8, BASE_DEC, VALS(vals_dreg_cmd_action), 0x07, NULL, HFILL
}
},
{
&hf_dreg_cmd_action_cor2,
{
"DREG-CMD Action code", "wmx.dreg_cmd.action",
- FT_UINT8, BASE_DEC, VALS(vals_dreg_cmd_action_cor2), 0x07, "", HFILL
+ FT_UINT8, BASE_DEC, VALS(vals_dreg_cmd_action_cor2), 0x07, NULL, HFILL
}
},
{
&hf_dreg_cmd_reserved,
{
"Reserved", "wmx.dreg_cmd.action_reserved",
- FT_UINT8, BASE_DEC, NULL, 0xF8, "", HFILL
+ FT_UINT8, BASE_DEC, NULL, 0xF8, NULL, HFILL
}
},
{
&hf_dreg_req_message_type,
{
"MAC Management Message Type", "wmx.macmgtmsgtype.dreg_req",
- FT_UINT8, BASE_DEC, NULL, 0x0, "", HFILL
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL
}
},
{
&hf_dreg_req_action,
{
"DREG-REQ Action code", "wmx.dreg_req.action",
- FT_UINT8, BASE_DEC, VALS(vals_dreg_req_code), 0x03, "", HFILL
+ FT_UINT8, BASE_DEC, VALS(vals_dreg_req_code), 0x03, NULL, HFILL
}
},
{
&hf_dreg_req_reserved,
{
"Reserved", "wmx.dreg_req.action_reserved",
- FT_UINT8, BASE_DEC, NULL, 0xFC, "", HFILL
+ FT_UINT8, BASE_DEC, NULL, 0xFC, NULL, HFILL
}
},
{
&hf_tlv_value,
{
"Value", "wmx.dreg.unknown_tlv_value",
- FT_BYTES, BASE_NONE, NULL, 0x00, "", HFILL
+ FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL
}
},
{
&hf_ack_type_reserved,
{
"Reserved", "wmx.ack_type_reserved",
- FT_UINT8, BASE_DEC, NULL, 0x03, "", HFILL
+ FT_UINT8, BASE_DEC, NULL, 0x03, NULL, HFILL
}
}
};