Unused Value at packet-zbee-zdp-discovery.c:768 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_zbee_zdp_req_ext_active_ep (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-zbee-zdp-discovery.c)![]() | ||||||
![]() | ||||||
761 | dissect_zbee_zdp_req_ext_active_ep(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) | |||||
762 | { | |||||
763 | guint offset = 0; | |||||
764 | guint16 device; | |||||
765 | guint8 index; | |||||
766 | ||||||
767 | device = zbee_parse_uint(tree, hf_zbee_zdp_device, tvb, &offset, sizeof(guint16), NULL); | |||||
768 | index = zbee_parse_uint(tree, hf_zbee_zdp_index, tvb, &offset, sizeof(guint8), NULL);
| |||||
769 | ||||||
770 | zbee_append_info(tree, pinfo, ", Device: 0x%04x", device); | |||||
771 | ||||||
772 | /* Dump any leftover bytes. */ | |||||
773 | zdp_dump_excess(tvb, offset, pinfo, tree); | |||||
774 | } /* dissect_zbee_zdp_req_ext_active_ep */ | |||||
![]() |