aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/wimax_cdma_code_decoder.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2007-11-28 22:56:27 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2007-11-28 22:56:27 +0000
commitd6a4aefac9d16623f1fde58c7126ab10b670a9ee (patch)
tree058d5f79642992ebd3633f35794ee98b50e20b0f /plugins/wimax/wimax_cdma_code_decoder.c
parent03f5e5f40c03dfe0d99c10642eee068c59c7c074 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23660 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/wimax/wimax_cdma_code_decoder.c')
-rw-r--r--plugins/wimax/wimax_cdma_code_decoder.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/wimax/wimax_cdma_code_decoder.c b/plugins/wimax/wimax_cdma_code_decoder.c
index 51c10bf59f..1fe3d7f533 100644
--- a/plugins/wimax/wimax_cdma_code_decoder.c
+++ b/plugins/wimax/wimax_cdma_code_decoder.c
@@ -55,7 +55,7 @@ static hf_register_info hf[] =
{
&hf_wimax_ranging_code,
{
- "Ranging Code", "wimax.cdma.ranging_code",
+ "Ranging Code", "wmx.cdma.ranging_code",
FT_UINT8, BASE_HEX, NULL, 0x0,
"", HFILL
}
@@ -63,7 +63,7 @@ static hf_register_info hf[] =
{
&hf_wimax_ranging_symbol_offset,
{
- "Ranging Symbol Offset", "wimax.cdma.ranging_symbol_offset",
+ "Ranging Symbol Offset", "wmx.cdma.ranging_symbol_offset",
FT_UINT8, BASE_HEX, NULL, 0x0,
"", HFILL
}
@@ -71,7 +71,7 @@ static hf_register_info hf[] =
{
&hf_wimax_ranging_subchannel_offset,
{
- "Ranging Sub-Channel Offset", "wimax.cdma.ranging_subchannel_offset",
+ "Ranging Sub-Channel Offset", "wmx.cdma.ranging_subchannel_offset",
FT_UINT8, BASE_HEX, NULL, 0x0,
"", HFILL
}