wccp_version_val is not an extended value string; don't use BASE_EXT_STRING. Fixes a crash I got during fuzz testing.

svn path=/trunk/; revision=49783
This commit is contained in:
Jeff Morriss 2013-06-05 13:55:22 +00:00
parent a58b141062
commit 2a3013fbe1
1 changed files with 1 additions and 1 deletions

View File

@ -2942,7 +2942,7 @@ proto_register_wccp(void)
"The WCCP message that was sent", HFILL }
},
{ &hf_wccp_version,
{ "WCCP Version", "wccp.version", FT_UINT32, BASE_HEX|BASE_EXT_STRING, VALS(wccp_version_val), 0x0,
{ "WCCP Version", "wccp.version", FT_UINT32, BASE_HEX, VALS(wccp_version_val), 0x0,
"The WCCP version", HFILL }
},
{ &hf_message_header_version,