Text   |  XML   |  ReML   |   Visible Warnings:

Ignored Return Value  at packet-dcerpc-fileexp.c:3407

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

fileexp_dissect_removefile_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-fileexp.c)expand/collapse
Show more  
 3376    fileexp_dissect_removefile_resp 
 3377    (tvbuff_t *
 3378     tvb, int offset, packet_info * pinfo, proto_tree * tree, guint8 *drep)
 3379  {
 3380    dcerpc_info *di;
 3381   
 3382    di = pinfo->private_data;
 3383    if (di->conformant_run)
 3384      {
 3385        return offset;
 3386      }
 3387   
 3388  /*
 3389          [out]   afsFetchStatus  *OutDirStatusp,
 3390          [out]   afsFetchStatus  *OutFileStatusp,
 3391          [out]   afsFid          *OutFileFidp,
 3392          [out]   afsVolSync      *Syncp
 3393  */
 3394    offset =
 3395      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_fetchstatus,
 3396                           NDR_POINTER_REF, "FetchStatus: ", -1);
 3397   
 3398    offset =
 3399      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_fetchstatus,
 3400                           NDR_POINTER_REF, "FetchStatus: ", -1);
 3401    offset =
 3402      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_afsFid,
 3403                           NDR_POINTER_REF, "afsFid: ", -1);
 3404    offset =
 3405      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_volsync,
 3406                           NDR_POINTER_REF, "VolSync: ", -1);
 3407    MACRO_ST_CLEAR ("RemoveFile reply");
 3408    return offset;
 3409  }
Show more  




Change Warning 12532.35715 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: