Text   |  XML   |  ReML   |   Visible Warnings:

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

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

fileexp_dissect_processquota_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-fileexp.c)expand/collapse
Show more  
 3853    fileexp_dissect_processquota_resp 
 3854    (tvbuff_t *
 3855     tvb, int offset, packet_info * pinfo, proto_tree * tree, guint8 *drep)
 3856  {
 3857    dcerpc_info *di;
 3858   
 3859    di = pinfo->private_data;
 3860    if (di->conformant_run)
 3861      {
 3862        return offset;
 3863      }
 3864   
 3865  /*
 3866          [in,out]        afsQuota        *quotaListp,
 3867          [out]           afsFetchStatus  *OutStatusp,
 3868          [out]           afsVolSync      *Syncp
 3869  */
 3870   
 3871    /* XXX need afsQuota */
 3872    offset += 92;
 3873    offset =
 3874      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_fetchstatus,
 3875                           NDR_POINTER_REF, "FetchStatus: ", -1);
 3876    offset =
 3877      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_volsync,
 3878                           NDR_POINTER_REF, "VolSync: ", -1);
 3879    MACRO_ST_CLEAR ("ProcessQuota reply");
 3880   
 3881    return offset;
 3882  }
Show more  




Change Warning 12525.35708 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: