Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcom-cba.c:322

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

dissect_ICBABrowse2_get_Count2_rqst

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-dcom-cba.c)expand/collapse
Show more  
 309  dissect_ICBABrowse2_get_Count2_rqst(tvbuff_t *tvb, int offset,
 310          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 311  {
 312          guint32 u32Selector;
 313   
 314   
 315      offset = dissect_dcom_this(tvb, offset, pinfo, tree, drep);
 316   
 317          offset = dissect_dcom_DWORD(tvb, offset, pinfo, tree, drep,  
 318[+]                         hf_cba_browse_selector, &u32Selector);
 319   
 320      if (check_col(pinfo->cinfo, COL_INFO))
 321                  col_append_fstr(pinfo->cinfo, COL_INFO, " Selector=%u",  
 322                          u32Selector);
Show more  




Change Warning 3762.35071 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: