aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isakmp.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-isakmp.c
parentdea0a5d277b260fafa2157b7233661099a582753 (diff)
Fix some duplicate display filter names.
svn path=/trunk/; revision=40592
Diffstat (limited to 'epan/dissectors/packet-isakmp.c')
-rw-r--r--epan/dissectors/packet-isakmp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-isakmp.c b/epan/dissectors/packet-isakmp.c
index 78138b62f7..5c98cd0c59 100644
--- a/epan/dissectors/packet-isakmp.c
+++ b/epan/dissectors/packet-isakmp.c
@@ -5250,7 +5250,7 @@ proto_register_isakmp(void)
FT_UINT16, BASE_DEC, NULL, 0x0,
NULL, HFILL }},
{ &hf_isakmp_notify_data_ipcomp_transform_id,
- { "IPCOMP CPI", "isakmp.notify.data.ipcomp.cpi",
+ { "IPCOMP Transform ID", "isakmp.notify.data.ipcomp.transform_id",
FT_UINT8, BASE_DEC, VALS(transform_id_ipcomp), 0x0,
NULL, HFILL }},
{ &hf_isakmp_notify_data_redirect_gw_ident_type,
@@ -5388,11 +5388,11 @@ proto_register_isakmp(void)
FT_BYTES, BASE_NONE, NULL, 0x0,
"Identifies the specific security association(s) to delete", HFILL }},
{ &hf_isakmp_vid_bytes,
- { "Vendor ID", "isakmp.vid",
+ { "Vendor ID", "isakmp.vid_bytes",
FT_BYTES, BASE_NONE, NULL, 0x0,
NULL, HFILL }},
{ &hf_isakmp_vid_string,
- { "Vendor ID", "isakmp.vid",
+ { "Vendor ID", "isakmp.vid_string",
FT_STRING, BASE_NONE, NULL, 0x0,
NULL, HFILL }},
{ &hf_isakmp_vid_cp_product,
@@ -5526,7 +5526,7 @@ proto_register_isakmp(void)
FT_UINT16, BASE_HEX, NULL, 0x0,
"ISAKMP fragment packet-id", HFILL }},
{ &hf_isakmp_cisco_frag_seq,
- { "Frag seq", "isakmp.frag.packetid",
+ { "Frag seq", "isakmp.frag.seq",
FT_UINT8, BASE_DEC, NULL, 0x0,
"ISAKMP fragment number", HFILL }},
{ &hf_isakmp_cisco_frag_last,