Text   |  XML   |  ReML   |   Visible Warnings:

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

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

fileexp_dissect_rename_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-fileexp.c)expand/collapse
Show more  
 3455    fileexp_dissect_rename_resp 
 3456    (tvbuff_t *
 3457     tvb, int offset, packet_info * pinfo, proto_tree * tree, guint8 *drep)
 3458  {
 3459    dcerpc_info *di;
 3460   
 3461    di = pinfo->private_data;
 3462    if (di->conformant_run)
 3463      {
 3464        return offset;
 3465      }
 3466   
 3467  /*  
 3468          [out]   afsFetchStatus  *OutOldDirStatusp,
 3469          [out]   afsFetchStatus  *OutNewDirStatusp,
 3470          [out]   afsFid          *OutOldFileFidp,
 3471          [out]   afsFetchStatus  *OutOldFileStatusp,
 3472          [out]   afsFid          *OutNewFileFidp,
 3473          [out]   afsFetchStatus  *OutNewFileStatusp,
 3474          [out]   afsVolSync      *Syncp
 3475  */
 3476   
 3477    offset =
 3478      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_fetchstatus,
 3479                           NDR_POINTER_REF, "FetchStatus: ", -1);
 3480    offset =
 3481      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_fetchstatus,
 3482                           NDR_POINTER_REF, "FetchStatus: ", -1);
 3483    offset =
 3484      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_afsFid,
 3485                           NDR_POINTER_REF, "afsFid: ", -1);
 3486    offset =
 3487      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_fetchstatus,
 3488                           NDR_POINTER_REF, "FetchStatus: ", -1);
 3489    offset =
 3490      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_afsFid,
 3491                           NDR_POINTER_REF, "afsFid: ", -1);
 3492   
 3493    offset =
 3494      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_fetchstatus,
 3495                           NDR_POINTER_REF, "FetchStatus: ", -1);
 3496   
 3497    offset =
 3498      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_volsync,
 3499                           NDR_POINTER_REF, "VolSync: ", -1);
 3500    MACRO_ST_CLEAR("Rename reply");
 3501    return offset;
 3502  }
Show more  




Change Warning 12530.35713 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: