From 70510e21c898c683b0da3fadda547b7403f72d49 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 28 Nov 2007 22:56:27 +0000 Subject: Change each filter prefix to match the protocol name ("wmx"). Add a "wmx" prefix to each sub-protocol. "wmx"-ize the preferences and dissector registration. svn path=/trunk/; revision=23660 --- 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 0723030609..2bd8255347 100644 --- a/plugins/wimax/msg_dsc.c +++ b/plugins/wimax/msg_dsc.c @@ -83,35 +83,35 @@ static hf_register_info hf[] = { &hf_dsc_ack_message_type, { - "MAC Management Message Type", "wimax.macmgtmsgtype.dsc_ack", + "MAC Management Message Type", "wmx.macmgtmsgtype.dsc_ack", FT_UINT8, BASE_DEC, NULL, 0x0, "", HFILL } }, { &hf_dsc_req_message_type, { - "MAC Management Message Type", "wimax.macmgtmsgtype.dsc_req", + "MAC Management Message Type", "wmx.macmgtmsgtype.dsc_req", FT_UINT8, BASE_DEC, NULL, 0x0, "", HFILL } }, { &hf_dsc_rsp_message_type, { - "MAC Management Message Type", "wimax.macmgtmsgtype.dsc_rsp", + "MAC Management Message Type", "wmx.macmgtmsgtype.dsc_rsp", FT_UINT8, BASE_DEC, NULL, 0x0, "", HFILL } }, { &hf_dsc_confirmation_code, { - "Confirmation code", "wimax.dsc.confirmation_code", + "Confirmation code", "wmx.dsc.confirmation_code", FT_UINT8, BASE_DEC, NULL, 0x0, "", HFILL } }, { &hf_dsc_transaction_id, { - "Transaction ID", "wimax.dsc.transaction_id", + "Transaction ID", "wmx.dsc.transaction_id", FT_UINT16, BASE_DEC, NULL, 0x0, "", HFILL } } -- cgit v1.2.3