From cfreeer (bug 2541):
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 14 May 2008 08:46:47 +0000 (08:46 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 14 May 2008 08:46:47 +0000 (08:46 +0000)
Add tlv_tree for PKM_FLOW_CONTROL and MAX_SUPPT_SECURITY_ASSNS.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25297 f5534014-38df-0310-8fa8-9805f1628bb7

plugins/wimax/wimax_utils.c

index 5d3a0fe07a4af48c3c60f75efd4c9828f55c8dbc..5e59b99187a8ba1d9dd92d1bb6dc205683661a62 100644 (file)
@@ -2712,9 +2712,11 @@ void wimax_security_negotiation_parameters_decoder(tvbuff_t *tvb, packet_info *p
                        proto_tree_add_item(tlv_tree, hf_snp_pn_window_size, tvb, offset, tlv_len, FALSE);
                break;
                case PKM_ATTR_SECURITY_NEGOTIATION_PARAMETER_SUB_PKM_FLOW_CONTROL:
+                       tlv_tree = add_tlv_subtree(&tlv_info, ett_security_negotiation_parameters, tree, hf_snp_max_conc_transactions, tvb, offset, tlv_len, FALSE);
                        proto_tree_add_item(tlv_tree, hf_snp_max_conc_transactions, tvb, offset, 1, FALSE);
                break;
                case PKM_ATTR_SECURITY_NEGOTIATION_PARAMETER_SUB_MAX_SUPPT_SECURITY_ASSNS:
+                       tlv_tree = add_tlv_subtree(&tlv_info, ett_security_negotiation_parameters, tree, hf_snp_max_suppt_sec_assns, tvb, offset, tlv_len, FALSE);
                        proto_tree_add_item(tlv_tree, hf_snp_max_suppt_sec_assns, tvb, offset, 1, FALSE);
                break;
                default: