Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcom-cba-acco.c:4287

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

dissect_ICBAAccoMgt_put_PingFactor_rqst

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-dcom-cba-acco.c)expand/collapse
Show more  
 4275  dissect_ICBAAccoMgt_put_PingFactor_rqst(tvbuff_t *tvb, int offset,
 4276          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 4277  {
 4278          guint16 u16PF;
 4279   
 4280   
 4281      offset = dissect_dcom_this(tvb, offset, pinfo, tree, drep);
 4282   
 4283          offset = dissect_dcom_WORD(tvb, offset, pinfo, tree, drep,  
 4284[+]                         hf_cba_acco_ping_factor, &u16PF);
 4285   
 4286          if (check_col(pinfo->cinfo, COL_INFO))
 4287            col_append_fstr(pinfo->cinfo, COL_INFO, ": %u", u16PF);
Show more  




Change Warning 3864.35130 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: