Text   |  XML   |  ReML   |   Visible Warnings:

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

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

fileexp_dissect_releasetokens_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-fileexp.c)expand/collapse
Show more  
 3747    fileexp_dissect_releasetokens_resp 
 3748    (tvbuff_t *
 3749     tvb, int offset, packet_info * pinfo, proto_tree * tree, guint8 *drep)
 3750  {
 3751    dcerpc_info *di;
 3752   
 3753    di = pinfo->private_data;
 3754    if (di->conformant_run)
 3755      {
 3756        return offset;
 3757      }
 3758   
 3759    /* no out */
 3760    MACRO_ST_CLEAR ("ReleaseTokens reply");
 3761    return offset;
 3762  }
Show more  




Change Warning 12545.35730 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: