Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-scsi-osd.c:1573

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

dissect_osd_length

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-scsi-osd.c)expand/collapse
Show more  
 1569  dissect_osd_length(tvbuff_t *tvb, int offset, proto_tree *tree)
 1570  {
 1571          /* length */
 1572          proto_tree_add_item(tree, hf_scsi_osd_length, tvb, offset, 8, 0);
 1573          offset+=8;
 1574  }
Show more  




Change Warning 1254.32139 : Unused Value

Priority:
State:
Finding:
Owner:
Note: