Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-fcp.c:512

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

dissect_fcp_rspinfo

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-fcp.c)expand/collapse
Show more  
 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  }
Show more  




Change Warning 2348.32045 : Unused Value

Priority:
State:
Finding:
Owner:
Note: