Text   |  XML   |  ReML   |   Visible Warnings:

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

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

fileexp_dissect_storestatus_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-fileexp.c)expand/collapse
Show more  
 3347    fileexp_dissect_storestatus_resp 
 3348    (tvbuff_t *
 3349     tvb, int offset, packet_info * pinfo, proto_tree * tree, guint8 *drep)
 3350  {
 3351    dcerpc_info *di;
 3352   
 3353    di = pinfo->private_data;
 3354    if (di->conformant_run)
 3355      {
 3356        return offset;
 3357      }
 3358   
 3359  /*
 3360          [out]   afsFetchStatus  *OutStatusp,
 3361          [out]   afsVolSync      *Syncp
 3362  */
 3363   
 3364    offset =
 3365      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_fetchstatus,
 3366                           NDR_POINTER_REF, "FetchStatus: ", -1);
 3367   
 3368    offset =
 3369      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_volsync,
 3370                           NDR_POINTER_REF, "VolSync: ", -1);
 3371    MACRO_ST_CLEAR ("StoreStatus reply");
 3372    return offset;
 3373  }
Show more  




Change Warning 12533.35716 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: