Text   |  XML   |  ReML   |   Visible Warnings:

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

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

fileexp_dissect_makemountpoint_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-fileexp.c)expand/collapse
Show more  
 4010    fileexp_dissect_makemountpoint_resp 
 4011    (tvbuff_t *
 4012     tvb, int offset, packet_info * pinfo, proto_tree * tree, guint8 *drep)
 4013  {
 4014    dcerpc_info *di;
 4015   
 4016    di = pinfo->private_data;
 4017    if (di->conformant_run)
 4018      {
 4019        return offset;
 4020      }
 4021   
 4022  /*
 4023          [out]   afsFid          *OutFidp,
 4024          [out]   afsFetchStatus  *OutFidStatusp,
 4025          [out]   afsFetchStatus  *OutDirStatusp,
 4026          [out]   afsVolSync      *Syncp
 4027  */
 4028    /* afsFid */
 4029    offset =
 4030      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_afsFid,
 4031                           NDR_POINTER_REF, "afsFid: ", -1);
 4032    offset =
 4033      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_fetchstatus,
 4034                           NDR_POINTER_REF, "FetchStatus: ", -1);
 4035    offset =
 4036      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_fetchstatus,
 4037                           NDR_POINTER_REF, "FetchStatus: ", -1);
 4038   
 4039    offset =
 4040      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_volsync,
 4041                           NDR_POINTER_REF, "VolSync: ", -1);
 4042    MACRO_ST_CLEAR ("MakeMountPoint reply");
 4043    return offset;
 4044  }
Show more  




Change Warning 12523.35706 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: