aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xot.c
diff options
context:
space:
mode:
authormmann <mmann@f5534014-38df-0310-8fa8-9805f1628bb7>2012-07-22 03:06:37 +0000
committermmann <mmann@f5534014-38df-0310-8fa8-9805f1628bb7>2012-07-22 03:06:37 +0000
commit5e27d891949e04da2bb426d71c310b819eaad9b9 (patch)
tree19466eeacef1fa7e97ae25020a5d0ca1892cbf8c /epan/dissectors/packet-xot.c
parent284d58e9a3820d41cdcc91f40cd647d162122bf9 (diff)
Update display filter names per Bug 2794. Part 1 of many.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43907 f5534014-38df-0310-8fa8-9805f1628bb7
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,