Unused Value at packet-bssgp.c:4109 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_iei_ran_container_unit (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-bssgp.c)![]() | ||||||
![]() | ||||||
4099 | decode_iei_ran_container_unit(bssgp_ie_t *ie, build_info_t *bi, int ie_start_offset) { | |||||
4100 | proto_item *ti; | |||||
4101 | proto_tree *tf; | |||||
4102 | ||||||
4103 | if (!bi->bssgp_tree) { | |||||
4104 | bi->offset += 8; | |||||
4105 | return; | |||||
4106 | } | |||||
4107 | ||||||
4108 | ti = bssgp_proto_tree_add_ie(ie, bi, ie_start_offset); | |||||
4109 | tf = proto_item_add_subtree(ti, ett_bssgp_ran_information_request_container_unit);
| |||||
4110 | } | |||||
![]() |