Unused Value at packet-fcp.c:512 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_fcp_rspinfo (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-fcp.c)![]() | ||||||
![]() | ||||||
502 | dissect_fcp_rspinfo(tvbuff_t *tvb, proto_tree *tree, int offset) | |||||
503 | { | |||||
504 | /* 3 reserved bytes */ | |||||
505 | offset+=3; | |||||
506 | ||||||
507 | /* rsp code */ | |||||
508 | proto_tree_add_item(tree, hf_fcp_rspcode, tvb, offset, 1, 0); | |||||
509 | offset++; | |||||
510 | ||||||
511 | /* 4 reserved bytes */ | |||||
512 | offset+=4;
| |||||
513 | } | |||||
![]() |