Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-zbee-zdp-binding.c:621

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

dissect_zbee_zdp_req_recover_source_bind

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-zbee-zdp-binding.c)expand/collapse
Show more  
 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 */
Show more  




Change Warning 3104.31582 : Unused Value

Priority:
State:
Finding:
Owner:
Note: