Unused Value at packet-zbee-zdp-binding.c:621 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_zbee_zdp_req_recover_source_bind (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-zbee-zdp-binding.c)![]() | ||||||
![]() | ||||||
616 | dissect_zbee_zdp_req_recover_source_bind(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) | |||||
617 | { | |||||
618 | guint offset = 0; | |||||
619 | guint16 index; | |||||
620 | ||||||
621 | index = zbee_parse_uint(tree, hf_zbee_zdp_index, tvb, &offset, sizeof(guint16), NULL);
| |||||
622 | ||||||
623 | /* Dump any leftover bytes. */ | |||||
624 | zdp_dump_excess(tvb, offset, pinfo, tree); | |||||
625 | } /* dissect_zbee_zdp_req_recover_source_bind */ | |||||
![]() |