Text   |  XML   |  ReML   |   Visible Warnings:

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

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

fileexp_dissect_fetchstatus_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-fileexp.c)expand/collapse
Show more  
 3256    fileexp_dissect_fetchstatus_resp 
 3257    (tvbuff_t *
 3258     tvb, int offset, packet_info * pinfo, proto_tree * tree, guint8 *drep)
 3259  {
 3260    dcerpc_info *di;
 3261   
 3262    di = pinfo->private_data;
 3263    if (di->conformant_run)
 3264      {
 3265        return offset;
 3266      }
 3267   
 3268  /*
 3269          [out]   afsFetchStatus  *OutStatusp,
 3270          [out]   afsToken        *OutTokenp,
 3271          [out]   afsVolSync      *Syncp
 3272  */
 3273   
 3274    offset =
 3275      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_fetchstatus,
 3276                           NDR_POINTER_REF, "FetchStatus: ", -1);
 3277   
 3278    offset =
 3279      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_afstoken,
 3280                           NDR_POINTER_REF, "afsToken: ", -1);
 3281    offset =
 3282      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_volsync,
 3283                           NDR_POINTER_REF, "VolSync: ", -1);
 3284    MACRO_ST_CLEAR ("FetchStatus reply");
 3285    return offset;
 3286  }
Show more  




Change Warning 12536.35719 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: