aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-retix-bpdu.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2012-08-01 01:57:18 +0000
committerMichael Mann <mmann78@netscape.net>2012-08-01 01:57:18 +0000
commitdd6ca38ffff60ed9069ff23b77b0daf1926c2ddd (patch)
tree038d24e6820d6fd3b71172a79619dc366273a8de /epan/dissectors/packet-retix-bpdu.c
parent07503d2af52fc32b88cfd7ab57edee093cacd6e2 (diff)
updated more display filters per checkfiltername.pl
svn path=/trunk/; revision=44178
Diffstat (limited to 'epan/dissectors/packet-retix-bpdu.c')
-rw-r--r--epan/dissectors/packet-retix-bpdu.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-retix-bpdu.c b/epan/dissectors/packet-retix-bpdu.c
index f8caa2b9bc..ae38ce4288 100644
--- a/epan/dissectors/packet-retix-bpdu.c
+++ b/epan/dissectors/packet-retix-bpdu.c
@@ -92,23 +92,23 @@ proto_register_retix_bpdu(void)
{
static hf_register_info hf[] = {
{ &hf_retix_bpdu_root_mac,
- { "Root MAC", "rstp.root.hw", FT_ETHER, BASE_NONE, NULL, 0x0,
+ { "Root MAC", "r-stp.root.hw", FT_ETHER, BASE_NONE, NULL, 0x0,
NULL, HFILL}},
{ &hf_retix_bpdu_bridge_mac,
- { "Bridge MAC", "rstp.bridge.hw", FT_ETHER, BASE_NONE, NULL, 0x0,
+ { "Bridge MAC", "r-stp.bridge.hw", FT_ETHER, BASE_NONE, NULL, 0x0,
NULL, HFILL}},
{ &hf_retix_bpdu_max_age,
- { "Max Age", "rstp.maxage", FT_UINT16, BASE_DEC, NULL, 0x0,
+ { "Max Age", "r-stp.maxage", FT_UINT16, BASE_DEC, NULL, 0x0,
NULL, HFILL}},
{ &hf_retix_bpdu_hello_time,
- { "Hello Time", "rstp.hello", FT_UINT16, BASE_DEC, NULL, 0x0,
+ { "Hello Time", "r-stp.hello", FT_UINT16, BASE_DEC, NULL, 0x0,
NULL, HFILL}},
{ &hf_retix_bpdu_forward_delay,
- { "Forward Delay", "rstp.forward", FT_UINT16, BASE_DEC, NULL, 0x0,
+ { "Forward Delay", "r-stp.forward", FT_UINT16, BASE_DEC, NULL, 0x0,
NULL, HFILL}},
};