Text   |  XML   |  ReML   |   Visible Warnings:

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

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

fileexp_dissect_lookup_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-fileexp.c)expand/collapse
Show more  
 2977  fileexp_dissect_lookup_resp (tvbuff_t * tvb, int offset,
 2978                               packet_info * pinfo, proto_tree * tree,
 2979                               guint8 *drep)
 2980  {
 2981    dcerpc_info *di;
 2982   
 2983    di = pinfo->private_data;
 2984    if (di->conformant_run)
 2985      {
 2986        return offset;
 2987      }
 2988   
 2989  /*
 2990          [out]   afsFid          *OutFidp,
 2991          [out]   afsFetchStatus  *OutFidStatusp,
 2992          [out]   afsFetchStatus  *OutDirStatusp,
 2993          [out]   afsToken        *OutTokenp,
 2994          [out]   afsVolSync      *Syncp
 2995  */
 2996   
 2997    offset =
 2998      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_afsFid,
 2999                           NDR_POINTER_REF, "afsFid: ", -1);
 3000   
 3001    offset =
 3002      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_fetchstatus,
 3003                           NDR_POINTER_REF, "FetchStatus: ", -1);
 3004    offset =
 3005      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_fetchstatus,
 3006                           NDR_POINTER_REF, "FetchStatus: ", -1);
 3007   
 3008    offset =
 3009      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_afstoken,
 3010                           NDR_POINTER_REF, "afsToken: ", -1);
 3011    offset =
 3012      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_volsync,
 3013                           NDR_POINTER_REF, "VolSync: ", -1);
 3014    MACRO_ST_CLEAR ("Lookup reply");
 3015   
 3016    return offset;
 3017   
 3018  }
Show more  




Change Warning 12539.35722 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: