From 38011c53da63ca264956f812c028c3cfa037d9f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Wed, 14 May 2008 08:46:47 +0000 Subject: From cfreeer (bug 2541): Add tlv_tree for PKM_FLOW_CONTROL and MAX_SUPPT_SECURITY_ASSNS. svn path=/trunk/; revision=25297 --- plugins/wimax/wimax_utils.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/wimax/wimax_utils.c b/plugins/wimax/wimax_utils.c index 5d3a0fe07a..5e59b99187 100644 --- a/plugins/wimax/wimax_utils.c +++ b/plugins/wimax/wimax_utils.c @@ -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: -- cgit v1.2.3