Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-zbee-zdp-discovery.c:102

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

dissect_zbee_zdp_req_ext_addr

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-zbee-zdp-discovery.c)expand/collapse
Show more  
 93  dissect_zbee_zdp_req_ext_addr(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
 94  {
 95      guint       offset = 0;
 96   
 97      guint16 device;
 98      guint8  req_type;
 99      guint8  index;
 100   
 101      device   = zbee_parse_uint(tree, hf_zbee_zdp_device, tvb, &offset, sizeof(guint16), NULL);
 102      req_type = zbee_parse_uint(tree, hf_zbee_zdp_req_type, tvb, &offset, sizeof(guint8), NULL);
 103      index    = zbee_parse_uint(tree, hf_zbee_zdp_index, tvb, &offset, sizeof(guint8), NULL);
 104   
 105      zbee_append_info(tree, pinfo, ", Device: 0x%04x", device);
 106   
 107      /* Dump any leftover bytes. */
 108      zdp_dump_excess(tvb, offset, pinfo, tree);
 109  } /* dissect_zbee_zdp_req_ext_addr */
Show more  




Change Warning 3092.31584 : Unused Value

Priority:
State:
Finding:
Owner:
Note: