Text   |  XML   |  ReML   |   Visible Warnings:

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

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

fileexp_dissect_symlink_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-fileexp.c)expand/collapse
Show more  
 3505    fileexp_dissect_symlink_resp 
 3506    (tvbuff_t *
 3507     tvb, int offset, packet_info * pinfo, proto_tree * tree, guint8 *drep)
 3508  {
 3509    dcerpc_info *di;
 3510   
 3511    di = pinfo->private_data;
 3512    if (di->conformant_run)
 3513      {
 3514        return offset;
 3515      }
 3516   
 3517  /*
 3518          [out]   afsFid          *OutFidp,
 3519          [out]   afsFetchStatus  *OutFidStatusp,
 3520          [out]   afsFetchStatus  *OutDirStatusp,
 3521          [out]   afsToken        *OutTokenp,
 3522          [out]   afsVolSync      *Syncp
 3523  */
 3524   
 3525    offset =
 3526      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_afsFid,
 3527                           NDR_POINTER_REF, "afsFid: ", -1);
 3528    offset =
 3529      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_fetchstatus,
 3530                           NDR_POINTER_REF, "FetchStatus: ", -1);
 3531    offset =
 3532      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_fetchstatus,
 3533                           NDR_POINTER_REF, "FetchStatus: ", -1);
 3534    offset =
 3535      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_afstoken,
 3536                           NDR_POINTER_REF, "afsToken: ", -1);
 3537    offset =
 3538      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_volsync,
 3539                           NDR_POINTER_REF, "VolSync: ", -1);
 3540    MACRO_ST_CLEAR ("Symlink reply");
 3541   
 3542    return offset;
 3543  }
Show more  




Change Warning 12529.35712 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: