wireshark: correct dissect table stats replies

Table stats replies were not dissected correctly. Problem was introduced
when the number of wildcard fields was increased by one -- the list of
wildcards wasn't updated correctly for the table stats reply.
This commit is contained in:
Glen Gibb
2010-07-08 13:41:24 -07:00
parent fe01e64cf2
commit 1982369e8e
@@ -1141,6 +1141,9 @@ void proto_register_openflow()
{ &ofp_table_stats_wildcards[10],
{ " VLAN priority", "of.wildcard_dl_vlan_pcp" , FT_UINT32, BASE_DEC, VALS(ts_wildcard_choice), OFPFW_DL_VLAN_PCP, "VLAN priority", HFILL }},
{ &ofp_table_stats_wildcards[11],
{ " IPv4 DSCP", "of.wildcard_nw_tos" , FT_UINT32, BASE_DEC, VALS(ts_wildcard_choice), OFPFW_NW_TOS, "IPv4 DSCP", HFILL }},
{ &ofp_match_in_port,
{ "Input Port", "of.match_in_port", FT_STRING, BASE_NONE, NO_STRINGS, NO_MASK, "Input Port", HFILL }},