Unused Value at packet-zbee-zdp-binding.c:555 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_zbee_zdp_req_recover_bind_table (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-zbee-zdp-binding.c)![]() | ||||||
![]() | ||||||
550 | dissect_zbee_zdp_req_recover_bind_table(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) | |||||
551 | { | |||||
552 | guint offset = 0; | |||||
553 | guint16 index; | |||||
554 | ||||||
555 | index = zbee_parse_uint(tree, hf_zbee_zdp_index, tvb, &offset, sizeof(guint16), NULL);
| |||||
556 | ||||||
557 | /* Dump any leftover bytes. */ | |||||
558 | zdp_dump_excess(tvb, offset, pinfo, tree); | |||||
559 | } /* dissect_zbee_zdp_req_recover_bind_table */ | |||||
![]() |