aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-3com-xns.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-30 04:58:11 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-30 04:58:11 +0000
commit544c9b40aa1b7220701227b8a6085e3c6814ad10 (patch)
tree9e5009fcacb95c71620c2ccd8f42c514b9fee525 /epan/dissectors/packet-3com-xns.c
parent2f8d0f1a39a7316efd4a6f784d907e7ae077be3b (diff)
From Chris Maynard:
Incorrect display filter field naming convention. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22739 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-3com-xns.c')
-rw-r--r--epan/dissectors/packet-3com-xns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-3com-xns.c b/epan/dissectors/packet-3com-xns.c
index 11164395e9..75790e5ed4 100644
--- a/epan/dissectors/packet-3com-xns.c
+++ b/epan/dissectors/packet-3com-xns.c
@@ -96,11 +96,11 @@ proto_register_3com_xns(void)
static hf_register_info hf[] = {
/* registered here but handled in ethertype.c */
{ &hf_3com_xns_type_ethertype,
- { "Type", "xnsllc.type", FT_UINT16, BASE_HEX,
+ { "Type", "3comxns.type", FT_UINT16, BASE_HEX,
VALS(etype_vals), 0x0, "", HFILL }},
{ &hf_3com_xns_type_retix_bpdu,
- { "Type", "xnsllc.type", FT_UINT16, BASE_HEX,
+ { "Type", "3comxns.type", FT_UINT16, BASE_HEX,
VALS(retix_bpdu_type_vals), 0x0, "", HFILL }},
};