Text   |  XML   |  ReML   |   Visible Warnings:

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

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

fileexp_dissect_setcontext_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-fileexp.c)expand/collapse
Show more  
 3135  fileexp_dissect_setcontext_resp (tvbuff_t * tvb, int offset,
 3136                                   packet_info * pinfo, proto_tree * tree,
 3137                                   guint8 *drep)
 3138  {
 3139  /* nothing but error code */
 3140   
 3141    dcerpc_info *di;
 3142   
 3143   
 3144    di = pinfo->private_data;
 3145    if (di->conformant_run)
 3146      {
 3147        return offset;
 3148      }
 3149   
 3150    MACRO_ST_CLEAR ("SetContext reply");
 3151    return offset;
 3152  }
Show more  




Change Warning 12546.35731 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: