From Chris Maynard:

Incorrect display filter field naming convention.

svn path=/trunk/; revision=22743
This commit is contained in:
Anders Broman 2007-08-30 05:30:28 +00:00
parent e600941645
commit 039c84485d
1 changed files with 2 additions and 2 deletions

View File

@ -103,10 +103,10 @@ proto_register_aim_bos(void)
/* Setup list of header fields */
static hf_register_info hf[] = {
{ &hf_aim_bos_data,
{ "Data", "aim.data", FT_BYTES, BASE_HEX, NULL, 0x0, "", HFILL }
{ "Data", "aim_bos.data", FT_BYTES, BASE_HEX, NULL, 0x0, "", HFILL }
},
{ &hf_aim_bos_class,
{ "User class", "aim.bos.userclass", FT_UINT32, BASE_HEX, NULL, 0x0, "", HFILL },
{ "User class", "aim_bos.userclass", FT_UINT32, BASE_HEX, NULL, 0x0, "", HFILL },
},
};