Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-smb2.c:3748

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

dissect_smb2_FSCTL_CREATE_OR_GET_OBJECT_ID

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-smb2.c)expand/collapse
Show more  
 3739  dissect_smb2_FSCTL_CREATE_OR_GET_OBJECT_ID(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, int offset, gboolean data_in)
 3740  {
 3741   
 3742          /* There is no in data */
 3743          if(data_in){
 3744                  return;
 3745          }
 3746   
 3747          /* FILE_OBJECTID_BUFFER */
 3748          offset=dissect_smb2_FILE_OBJECTID_BUFFER(tvb, pinfo, tree, offset);
 3749   
 3750          return;
 3751  }
Show more  




Change Warning 2962.32793 : Unused Value

Priority:
State:
Finding:
Owner:
Note: