From Chris Maynard:

Incorrect display filter field naming convention.

svn path=/trunk/; revision=22739
This commit is contained in:
Anders Broman 2007-08-30 04:58:11 +00:00
parent 5849df64d6
commit 3d65e68a15
1 changed files with 2 additions and 2 deletions

View File

@ -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 }},
};