aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hdfs.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2012-01-19 21:57:24 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2012-01-19 21:57:24 +0000
commit436b44b99ec4d71df8ae83fa38a41c9b8e3fd34f (patch)
tree0a55c6ee33e77e85537c938fbd0e734cca3ce4e4 /epan/dissectors/packet-hdfs.c
parentdea0a5d277b260fafa2157b7233661099a582753 (diff)
Fix some duplicate display filter names.
svn path=/trunk/; revision=40592
Diffstat (limited to 'epan/dissectors/packet-hdfs.c')
-rw-r--r--epan/dissectors/packet-hdfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-hdfs.c b/epan/dissectors/packet-hdfs.c
index 35fd7f2677..39a9635102 100644
--- a/epan/dissectors/packet-hdfs.c
+++ b/epan/dissectors/packet-hdfs.c
@@ -705,7 +705,7 @@ proto_register_hdfs(void)
NULL, HFILL }
},
{ &hf_hdfs_flags,
- { "HDFS authentication type", "hdfs.auth",
+ { "HDFS authentication type", "hdfs.auth_type",
FT_UINT8, BASE_DEC,
NULL, 0x0,
NULL, HFILL }