aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xot.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-xot.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-xot.c')
-rw-r--r--epan/dissectors/packet-xot.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-xot.c b/epan/dissectors/packet-xot.c
index b38b3fe52f..6d4eaecf08 100644
--- a/epan/dissectors/packet-xot.c
+++ b/epan/dissectors/packet-xot.c
@@ -357,15 +357,15 @@ proto_register_xot(void)
NULL, 0, "Length of X.25 over TCP packet", HFILL }},
/* These fields are in overlay with packet-x25.c */
{ &hf_x25_gfi,
- { "GFI", "x.25.gfi", FT_UINT16, BASE_DEC,
+ { "GFI", "x25.gfi", FT_UINT16, BASE_DEC,
NULL, 0xF000, "General Format Identifier", HFILL }},
{ &hf_x25_lcn,
- { "Logical Channel", "x.25.lcn", FT_UINT16, BASE_DEC,
+ { "Logical Channel", "x25.lcn", FT_UINT16, BASE_DEC,
NULL, 0x0FFF, "Logical Channel Number", HFILL }},
{ &hf_x25_type,
- { "Packet Type", "x.25.type", FT_UINT8, BASE_HEX,
+ { "Packet Type", "x25.type", FT_UINT8, BASE_HEX,
VALS(vals_x25_type), 0x0, NULL, HFILL }},
{ &hf_xot_pvc_version,