aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-slowprotocols.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2005-03-28 02:03:45 +0000
committerGerald Combs <gerald@wireshark.org>2005-03-28 02:03:45 +0000
commit62aa500e155e59df6c1ee03c6d63a7dc7281b406 (patch)
treeb7fb666b9221f29bf155d5c101c4e4ee63f62186 /epan/dissectors/packet-slowprotocols.c
parent7e78ef354ebd4f0dba19230f9095f146dcbf2978 (diff)
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
Diffstat (limited to 'epan/dissectors/packet-slowprotocols.c')
-rw-r--r--epan/dissectors/packet-slowprotocols.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-slowprotocols.c b/epan/dissectors/packet-slowprotocols.c
index 233ca406ba..ba3ca3f131 100644
--- a/epan/dissectors/packet-slowprotocols.c
+++ b/epan/dissectors/packet-slowprotocols.c
@@ -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,