summaryrefslogtreecommitdiff
path: root/plugins/wimax/mac_mgmt_msg_decoder.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/mac_mgmt_msg_decoder.c
parentb436aeaf5fa8d5f01d543b8a6a907acba1a93dbe (diff)
downloadwireshark-70510e21c898c683b0da3fadda547b7403f72d49.tar.gz
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/mac_mgmt_msg_decoder.c')
-rw-r--r--plugins/wimax/mac_mgmt_msg_decoder.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/wimax/mac_mgmt_msg_decoder.c b/plugins/wimax/mac_mgmt_msg_decoder.c
index bd9a761b1d..602d0e7d7e 100644
--- a/plugins/wimax/mac_mgmt_msg_decoder.c
+++ b/plugins/wimax/mac_mgmt_msg_decoder.c
@@ -204,7 +204,7 @@ static hf_register_info hf[] =
{
&hf_mac_mgmt_msg_values,
{
- "Values", "wimax.values",
+ "Values", "wmx.values",
FT_BYTES, BASE_HEX, NULL, 0x0,
"", HFILL
}
@@ -212,7 +212,7 @@ static hf_register_info hf[] =
{
&hf_mac_mgmt_msg_unknown_type,
{
- "Unknown MAC Message Type", "wimax.unknown_type",
+ "Unknown MAC Message Type", "wmx.unknown_type",
FT_BYTES, BASE_HEX, NULL, 0x0,
"", HFILL
}
@@ -229,7 +229,7 @@ void proto_register_mac_mgmt_msg(void)
proto_mac_mgmt_msg_decoder = proto_register_protocol (
"WiMax MAC Management Message", /* name */
"MGMT MSG", /* short name */
- "mgmtmsg" /* abbrev */
+ "wmx.mgmtmsg" /* abbrev */
);
#endif