Make hf_oampdu_info_state_parser "BASE_HEX" instead of "8", so that we don't

throw an assertion in hfinfo_uint_vals_format().

svn path=/trunk/; revision=13950
This commit is contained in:
Gerald Combs 2005-03-28 02:03:45 +00:00
parent 7e78ef354e
commit 62aa500e15
1 changed files with 1 additions and 1 deletions

View File

@ -2699,7 +2699,7 @@ proto_register_slow_protocols(void)
{ &hf_oampdu_info_state_parser,
{ "Parser Action", "oam.info.state.parser",
FT_UINT8, 8, VALS(&parser_vals), 0x03,
FT_UINT8, BASE_HEX, VALS(&parser_vals), 0x03,
"Parser Action", HFILL }},
{ &hf_oampdu_info_state_mux,