Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-smb2.c:3794

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

dissect_smb2_FSCTL_SET_OBJECT_ID

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-smb2.c)expand/collapse
Show more  
 3785  dissect_smb2_FSCTL_SET_OBJECT_ID(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, int offset, gboolean data_in)
 3786  {
 3787   
 3788          /* There is no out data */
 3789          if(!data_in){
 3790                  return;
 3791          }
 3792   
 3793          /* FILE_OBJECTID_BUFFER */
 3794          offset=dissect_smb2_FILE_OBJECTID_BUFFER(tvb, pinfo, tree, offset);
 3795   
 3796          return;
 3797  }
Show more  




Change Warning 2961.32794 : Unused Value

Priority:
State:
Finding:
Owner:
Note: