Text   |  XML   |  ReML   |   Visible Warnings:

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

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

fileexp_dissect_bulkkeepalive_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-fileexp.c)expand/collapse
Show more  
 4154    fileexp_dissect_bulkkeepalive_resp 
 4155    (tvbuff_t *
 4156     tvb, int offset, packet_info * pinfo, proto_tree * tree, guint8 *drep)
 4157  {
 4158    guint32 spare4;
 4159    dcerpc_info *di;
 4160   
 4161    di = pinfo->private_data;
 4162    if (di->conformant_run)
 4163      {
 4164        return offset;
 4165      }
 4166   
 4167  /*
 4168          [out]   unsigned32      *spare4
 4169  */
 4170   
 4171    offset =
 4172      dissect_ndr_uint32 (tvb, offset, pinfo, tree, drep,
 4173                          hf_fileexp_bulkkeepalive_spare4, &spare4);
 4174    MACRO_ST_CLEAR ("BulkKeepAlive reply");
 4175    return offset;
 4176  }
Show more  




Change Warning 12543.35728 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: