Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-smb2.c:3779

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

dissect_smb2_FSCTL_SET_COMPRESSION

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-smb2.c)expand/collapse
Show more  
 3769  dissect_smb2_FSCTL_SET_COMPRESSION(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, int offset, gboolean data_in)
 3770  {
 3771   
 3772          /* There is no out data */
 3773          if(!data_in){
 3774                  return;
 3775          }
 3776   
 3777          /* compression format */
 3778          proto_tree_add_item(tree, hf_smb2_compression_format, tvb, offset, 2, TRUE);
 3779          offset += 2;
 3780   
 3781          return;
 3782  }
Show more  




Change Warning 2963.32013 : Unused Value

Priority:
State:
Finding:
Owner:
Note: