aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ifcp.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2012-07-22 03:06:37 +0000
committerMichael Mann <mmann78@netscape.net>2012-07-22 03:06:37 +0000
commit0d4eafb04d7f80c23a7db68c27f2b7add1f69f94 (patch)
tree19466eeacef1fa7e97ae25020a5d0ca1892cbf8c /epan/dissectors/packet-ifcp.c
parent45f9935f046886a9b7c6dfb11b8d78f6ea40ee28 (diff)
Update display filter names per Bug 2794. Part 1 of many.
svn path=/trunk/; revision=43907
Diffstat (limited to 'epan/dissectors/packet-ifcp.c')
-rw-r--r--epan/dissectors/packet-ifcp.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/epan/dissectors/packet-ifcp.c b/epan/dissectors/packet-ifcp.c
index b222ae8387..0844bf8901 100644
--- a/epan/dissectors/packet-ifcp.c
+++ b/epan/dissectors/packet-ifcp.c
@@ -559,34 +559,34 @@ proto_register_ifcp (void)
/* Setup list of header fields See Section 1.6.1 for details*/
static hf_register_info hf[] = {
{ &hf_ifcp_protocol,
- { "Protocol", "fcencap.proto", FT_UINT8, BASE_DEC,
+ { "Protocol", "ifcp.encap.proto", FT_UINT8, BASE_DEC,
VALS(fcencap_proto_vals), 0, NULL, HFILL }},
{ &hf_ifcp_protocol_c,
- {"Protocol (1's Complement)", "fcencap.protoc", FT_UINT8, BASE_DEC, NULL,
+ {"Protocol (1's Complement)", "ifcp.encap.protoc", FT_UINT8, BASE_DEC, NULL,
0, NULL, HFILL}},
{ &hf_ifcp_version,
- {"Version", "fcencap.version", FT_UINT8, BASE_DEC, NULL, 0, NULL,
+ {"Version", "ifcp.encap.version", FT_UINT8, BASE_DEC, NULL, 0, NULL,
HFILL}},
{ &hf_ifcp_version_c,
- {"Version (1's Complement)", "fcencap.versionc", FT_UINT8, BASE_DEC,
+ {"Version (1's Complement)", "ifcp.encap.versionc", FT_UINT8, BASE_DEC,
NULL, 0, NULL, HFILL}},
{ &hf_ifcp_encap_flags_c,
{"iFCP Encapsulation Flags (1's Complement)", "ifcp.encap_flagsc", FT_UINT8, BASE_HEX,
NULL, 0xFC, NULL, HFILL}},
{ &hf_ifcp_framelen,
- {"Frame Length (in Words)", "fcencap.framelen", FT_UINT16, BASE_DEC,
+ {"Frame Length (in Words)", "ifcp.encap.framelen", FT_UINT16, BASE_DEC,
NULL, 0x03FF, NULL, HFILL}},
{ &hf_ifcp_framelen_c,
- {"Frame Length (1's Complement)", "fcencap.framelenc", FT_UINT16,
+ {"Frame Length (1's Complement)", "ifcp.encap.framelenc", FT_UINT16,
BASE_DEC, NULL, 0x03FF, NULL, HFILL}},
{ &hf_ifcp_tsec,
- {"Time (secs)", "fcencap.tsec", FT_UINT32, BASE_DEC, NULL, 0, NULL,
+ {"Time (secs)", "ifcp.encap.tsec", FT_UINT32, BASE_DEC, NULL, 0, NULL,
HFILL}},
{ &hf_ifcp_tusec,
- {"Time (fraction)", "fcencap.tusec", FT_UINT32, BASE_DEC, NULL, 0,
+ {"Time (fraction)", "ifcp.encap.tusec", FT_UINT32, BASE_DEC, NULL, 0,
NULL, HFILL}},
{ &hf_ifcp_encap_crc,
- {"CRC", "fcencap.crc", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL}},
+ {"CRC", "ifcp.encap.crc", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL}},
{ &hf_ifcp_sof,
{"SOF", "ifcp.sof", FT_UINT8, BASE_HEX, VALS (&ifcp_sof_vals), 0,
NULL, HFILL}},