Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dissect_ICBAAccoMgt_GetDiagnosis_rqst

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-dcom-cba-acco.c)expand/collapse
Show more  
 4321  dissect_ICBAAccoMgt_GetDiagnosis_rqst(tvbuff_t *tvb, int offset,
 4322          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 4323  {
 4324      guint32     u32Request;
 4325          guint32 u32InLength;
 4326          guint32 u32ArraySize;
 4327   
 4328   
 4329      offset = dissect_dcom_this(tvb, offset, pinfo, tree, drep);
 4330   
 4331          offset = dissect_dcom_DWORD(tvb, offset, pinfo, tree, drep,  
 4332[+]                         hf_cba_acco_diag_req, &u32Request);
 4333   
 4334          offset = dissect_dcom_DWORD(tvb, offset, pinfo, tree, drep,  
 4335                          hf_cba_acco_diag_in_length, &u32InLength);
 4336   
 4337          offset = dissect_dcom_dcerpc_array_size(tvb, offset, pinfo, tree, drep,  
 4338                                                  &u32ArraySize);
 4339   
 4340      if(u32ArraySize != 0) {
 4341              proto_tree_add_item(tree, hf_cba_acco_diag_data, tvb, offset, u32InLength, FALSE);
 4342      }
 4343   
 4344[+]         if (check_col(pinfo->cinfo, COL_INFO)) {
 4345                  col_append_fstr(pinfo->cinfo, COL_INFO, ": %s: %u bytes",
 4346                          val_to_str(u32Request, cba_acco_diag_req_vals, "Unknown request (0x%08x)"),
 4347              u32InLength);
Show more  




Change Warning 3867.35133 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: