Text   |  XML   |  ReML   |   Visible Warnings:

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

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

fileexp_dissect_createfile_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-fileexp.c)expand/collapse
Show more  
 3412    fileexp_dissect_createfile_resp 
 3413    (tvbuff_t *
 3414     tvb, int offset, packet_info * pinfo, proto_tree * tree, guint8 *drep)
 3415  {
 3416    dcerpc_info *di;
 3417   
 3418    di = pinfo->private_data;
 3419    if (di->conformant_run)
 3420      {
 3421        return offset;
 3422      }
 3423   
 3424  /*
 3425          [out]   afsFid          *OutFidp,
 3426          [out]   afsFetchStatus  *OutFidStatusp,
 3427          [out]   afsFetchStatus  *OutDirStatusp,
 3428          [out]   afsToken        *OutTokenp,
 3429          [out]   afsVolSync      *Syncp
 3430  */
 3431   
 3432    /* afsFid */
 3433    offset =
 3434      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_afsFid,
 3435                           NDR_POINTER_REF, "afsFid: ", -1);
 3436    offset =
 3437      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_fetchstatus,
 3438                           NDR_POINTER_REF, "FetchStatus: ", -1);
 3439   
 3440    offset =
 3441      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_fetchstatus,
 3442                           NDR_POINTER_REF, "FetchStatus: ", -1);
 3443   
 3444    offset =
 3445      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_afstoken,
 3446                           NDR_POINTER_REF, "afsToken: ", -1);
 3447    offset =
 3448      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_volsync,
 3449                           NDR_POINTER_REF, "VolSync: ", -1);
 3450    MACRO_ST_CLEAR ("CreateFile reply");
 3451   
 3452    return offset;
 3453  }
Show more  




Change Warning 12531.35714 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: