Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-fileexp.c:4005

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

fileexp_dissect_setparams_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-fileexp.c)expand/collapse
Show more  
 3985    fileexp_dissect_setparams_resp 
 3986    (tvbuff_t *
 3987     tvb, int offset, packet_info * pinfo, proto_tree * tree, guint8 *drep)
 3988  {
 3989    dcerpc_info *di;
 3990   
 3991    di = pinfo->private_data;
 3992    if (di->conformant_run)
 3993      {
 3994        return offset;
 3995      }
 3996   
 3997  /*
 3998          [in, out]       afsConnParams   *paramsP
 3999  */
 4000   
 4001    offset =
 4002      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep,
 4003                           dissect_afsConnParams, NDR_POINTER_REF,
 4004                           "afsConnParams:", -1);
 4005[+]   MACRO_ST_CLEAR ("SetParams reply");
Show more  




Change Warning 2014.34846 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: