Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-smb2.c:3764

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

dissect_smb2_FSCTL_GET_COMPRESSION

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-smb2.c)expand/collapse
Show more  
 3754  dissect_smb2_FSCTL_GET_COMPRESSION(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, int offset, gboolean data_in)
 3755  {
 3756   
 3757          /* There is no in data */
 3758          if(data_in){
 3759                  return;
 3760          }
 3761   
 3762          /* compression format */
 3763          proto_tree_add_item(tree, hf_smb2_compression_format, tvb, offset, 2, TRUE);
 3764          offset += 2;
 3765   
 3766          return;
 3767  }
Show more  




Change Warning 2964.32012 : Unused Value

Priority:
State:
Finding:
Owner:
Note: