Unused Value at packet-scsi-osd.c:1014 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_osd_allocation_length (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-scsi-osd.c)![]() | ||||||
![]() | ||||||
1010 | dissect_osd_allocation_length(tvbuff_t *tvb, int offset, proto_tree *tree) | |||||
1011 | { | |||||
1012 | /* allocation length */ | |||||
1013 | proto_tree_add_item(tree, hf_scsi_osd_allocation_length, tvb, offset, 8, 0); | |||||
1014 | offset+=8;
| |||||
1015 | } | |||||
![]() |