aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-erldp.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2011-05-23 00:00:53 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2011-05-23 00:00:53 +0000
commit609c3dd0d46d6565e77dfaf026ee5b17df74c4d7 (patch)
treeb2ec97534007f3baa2125f0782c5e7d5e06c8dd3 /epan/dissectors/packet-erldp.c
parent9851df836c8162fc0f43e11137720ad9bc71c0b4 (diff)
From Micheal Mann via bug 2794: Fix some display filter field names.
svn path=/trunk/; revision=37351
Diffstat (limited to 'epan/dissectors/packet-erldp.c')
-rw-r--r--epan/dissectors/packet-erldp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-erldp.c b/epan/dissectors/packet-erldp.c
index 83e6b11cca..f68986a9db 100644
--- a/epan/dissectors/packet-erldp.c
+++ b/epan/dissectors/packet-erldp.c
@@ -560,7 +560,7 @@ void proto_register_erldp(void) {
"Message Length", HFILL}},
/*--- ETF ---*/
- { &hf_etf_tag, { "Tag", "etf.tag",
+ { &hf_etf_tag, { "Tag", "erldp.etf_tag",
FT_UINT8, BASE_DEC, VALS(etf_tag_vals), 0x0,
NULL, HFILL}},
};