Text   |  XML   |  ReML   |   Visible Warnings:

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

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

fileexp_dissect_hardlink_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-fileexp.c)expand/collapse
Show more  
 3546    fileexp_dissect_hardlink_resp 
 3547    (tvbuff_t *
 3548     tvb, int offset, packet_info * pinfo, proto_tree * tree, guint8 *drep)
 3549  {
 3550    dcerpc_info *di;
 3551   
 3552    di = pinfo->private_data;
 3553    if (di->conformant_run)
 3554      {
 3555        return offset;
 3556      }
 3557   
 3558  /*
 3559          [out]   afsFetchStatus  *OutFidStatusp,
 3560          [out]   afsFetchStatus  *OutDirStatusp,
 3561          [out]   afsVolSync      *Syncp
 3562  */
 3563   
 3564   
 3565    offset =
 3566      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_fetchstatus,
 3567                           NDR_POINTER_REF, "FetchStatus: ", -1);
 3568    offset =
 3569      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_fetchstatus,
 3570                           NDR_POINTER_REF, "FetchStatus: ", -1);
 3571    offset =
 3572      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_volsync,
 3573                           NDR_POINTER_REF, "VolSync: ", -1);
 3574    MACRO_ST_CLEAR ("Hardlink reply");
 3575   
 3576    return offset;
 3577  }
Show more  




Change Warning 12528.35711 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: