Unused Value at packet-scsi-osd.c:1581 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_osd_starting_byte_address (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-scsi-osd.c)![]() | ||||||
![]() | ||||||
1577 | dissect_osd_starting_byte_address(tvbuff_t *tvb, int offset, proto_tree *tree) | |||||
1578 | { | |||||
1579 | /* starting_byte_address */ | |||||
1580 | proto_tree_add_item(tree, hf_scsi_osd_starting_byte_address, tvb, offset, 8, 0); | |||||
1581 | offset+=8;
| |||||
1582 | } | |||||
![]() |