Yet another case of bug #7316 (r42989) and bug #7668 (r44688)

Use correct field type for ccp.opt.oui

svn path=/trunk/; revision=44689
This commit is contained in:
Jakub Zawadzki 2012-08-28 09:10:34 +00:00
parent d35ef03b15
commit 0e382b6668
1 changed files with 1 additions and 1 deletions

View File

@ -6121,7 +6121,7 @@ proto_register_ccp(void)
{ "Length", "ccp.opt.length", FT_UINT8, BASE_DEC,
NULL, 0x0, NULL, HFILL }},
{ &hf_ccp_opt_oui,
{ "OUI", "ccp.opt.oui", FT_BYTES, BASE_NONE,
{ "OUI", "ccp.opt.oui", FT_UINT24, BASE_HEX,
NULL, 0x0, NULL, HFILL }},
{ &hf_ccp_opt_subtype,
{ "Subtype", "ccp.opt.subtype", FT_UINT8, BASE_DEC_HEX,