From 7f77783e209b6af576c27f6c71ed17489279f5b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Mon, 22 Jun 2009 18:23:58 +0000 Subject: From Kovarththanan Rajaratnam: More header field info cleanup in plugins/* and epan/dissectors/* svn path=/trunk/; revision=28811 --- plugins/wimax/msg_dsc.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'plugins/wimax/msg_dsc.c') diff --git a/plugins/wimax/msg_dsc.c b/plugins/wimax/msg_dsc.c index 5e46f82b32..287e19aeab 100644 --- a/plugins/wimax/msg_dsc.c +++ b/plugins/wimax/msg_dsc.c @@ -87,35 +87,35 @@ void proto_register_mac_mgmt_msg_dsc(void) &hf_dsc_ack_message_type, { "MAC Management Message Type", "wmx.macmgtmsgtype.dsc_ack", - FT_UINT8, BASE_DEC, NULL, 0x0, "", HFILL + FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL } }, { &hf_dsc_req_message_type, { "MAC Management Message Type", "wmx.macmgtmsgtype.dsc_req", - FT_UINT8, BASE_DEC, NULL, 0x0, "", HFILL + FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL } }, { &hf_dsc_rsp_message_type, { "MAC Management Message Type", "wmx.macmgtmsgtype.dsc_rsp", - FT_UINT8, BASE_DEC, NULL, 0x0, "", HFILL + FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL } }, { &hf_dsc_confirmation_code, { "Confirmation code", "wmx.dsc.confirmation_code", - FT_UINT8, BASE_DEC, NULL, 0x0, "", HFILL + FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL } }, { &hf_dsc_transaction_id, { "Transaction ID", "wmx.dsc.transaction_id", - FT_UINT16, BASE_DEC, NULL, 0x0, "", HFILL + FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL } } }; -- cgit v1.2.3