aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/msg_dsc.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-11-28 22:56:27 +0000
committerGerald Combs <gerald@wireshark.org>2007-11-28 22:56:27 +0000
commit70510e21c898c683b0da3fadda547b7403f72d49 (patch)
tree058d5f79642992ebd3633f35794ee98b50e20b0f /plugins/wimax/msg_dsc.c
parentb436aeaf5fa8d5f01d543b8a6a907acba1a93dbe (diff)
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
Diffstat (limited to 'plugins/wimax/msg_dsc.c')
-rw-r--r--plugins/wimax/msg_dsc.c10
1 files changed, 5 insertions, 5 deletions
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
}
}