aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2012-01-20 20:20:40 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2012-01-20 20:20:40 +0000
commitd528b4b0f1db84567fad0dd302f8c794459344fd (patch)
tree1304f49ab1b83a88b0bdb5f2eb872e9bc9bff99d
parent15be6540bda66d8bb0c68be8d71f8c2703ee3a4d (diff)
Fix some duplicate display filter names.
svn path=/trunk/; revision=40614
-rw-r--r--epan/dissectors/packet-lisp.c2
-rw-r--r--epan/dissectors/packet-ltp.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-lisp.c b/epan/dissectors/packet-lisp.c
index c9718f0c32..355a225f8f 100644
--- a/epan/dissectors/packet-lisp.c
+++ b/epan/dissectors/packet-lisp.c
@@ -962,7 +962,7 @@ proto_register_lisp(void)
{ "P bit (Proxy-Map-Reply)", "lisp.mreg.flags.pmr",
FT_BOOLEAN, 24, TFS(&tfs_set_notset), MAP_REG_FLAG_P, NULL, HFILL }},
{ &hf_lisp_mreg_flags_wmn,
- { "M bit (Want-Map-Notify)", "lisp.mreg.flags.pmr",
+ { "M bit (Want-Map-Notify)", "lisp.mreg.flags.wmn",
FT_BOOLEAN, 24, TFS(&tfs_set_notset), MAP_REG_FLAG_M, NULL, HFILL }},
{ &hf_lisp_mreg_res,
{ "Reserved bits", "lisp.mreg.res",
diff --git a/epan/dissectors/packet-ltp.c b/epan/dissectors/packet-ltp.c
index 84bb55a359..f80e145658 100644
--- a/epan/dissectors/packet-ltp.c
+++ b/epan/dissectors/packet-ltp.c
@@ -878,15 +878,15 @@ proto_register_ltp(void)
FT_UINT64,BASE_DEC,NULL, 0x0, NULL, HFILL}
},
{&hf_ltp_trl_extn_tag,
- {"Extension tag","ltp.hdr.extn.tag",
+ {"Extension tag","ltp.trl.extn.tag",
FT_UINT8,BASE_HEX,NULL, 0x0, NULL, HFILL}
},
{&hf_ltp_trl_extn_len,
- {"Length","ltp.hdr.extn.len",
+ {"Length","ltp.trl.extn.len",
FT_UINT64,BASE_DEC,NULL, 0x0, NULL, HFILL}
},
{&hf_ltp_trl_extn_val,
- {"Value","ltp.hdr.extn.val",
+ {"Value","ltp.trl.extn.val",
FT_UINT64,BASE_DEC,NULL, 0x0, NULL, HFILL}
},
{&hf_ltp_fragments,