aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aoe.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2012-01-18 21:07:53 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2012-01-18 21:07:53 +0000
commite799efeed98633d20d0254af577f9a0956be5264 (patch)
tree4ed348cc9ab3cd048334aaf0066556e96a04e16b /epan/dissectors/packet-aoe.c
parentfe2d4368d90f8742187dd3002cd632be02124404 (diff)
Fix some duplicate display filter names.
svn path=/trunk/; revision=40568
Diffstat (limited to 'epan/dissectors/packet-aoe.c')
-rw-r--r--epan/dissectors/packet-aoe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-aoe.c b/epan/dissectors/packet-aoe.c
index c82c6047f6..71b67dfcf2 100644
--- a/epan/dissectors/packet-aoe.c
+++ b/epan/dissectors/packet-aoe.c
@@ -439,7 +439,7 @@ proto_register_aoe(void)
{ &hf_aoe_flags_response,
{ "Response flag", "aoe.response", FT_BOOLEAN, 8, TFS(&tfs_response), AOE_FLAGS_RESPONSE, "Whether this is a response PDU or not", HFILL}},
{ &hf_aoe_flags_error,
- { "Error flag", "aoe.error", FT_BOOLEAN, 8, TFS(&tfs_error), AOE_FLAGS_ERROR, "Whether this is an error PDU or not", HFILL}},
+ { "Error flag", "aoe.flags_error", FT_BOOLEAN, 8, TFS(&tfs_error), AOE_FLAGS_ERROR, "Whether this is an error PDU or not", HFILL}},
{ &hf_aoe_major,
{ "Major", "aoe.major", FT_UINT16, BASE_HEX, NULL, 0x0,
"Major address", HFILL}},