Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dissect_ICBAAccoMgt2_GetConsIDs_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-dcom-cba-acco.c)expand/collapse
Show more  
 3798  dissect_ICBAAccoMgt2_GetConsIDs_resp(tvbuff_t *tvb, int offset,
 3799          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 3800  {
 3801          guint32 u32Count;
 3802          guint32 u32Pointer;
 3803          guint32 u32ArraySize;
 3804          guint32 u32Idx;
 3805          guint32 u32ConsID;
 3806          guint32 u32HResult;
 3807   
 3808   
 3809      offset = dissect_dcom_that(tvb, offset, pinfo, tree, drep);
 3810   
 3811          offset = dissect_dcom_DWORD(tvb, offset, pinfo, tree, drep,  
 3812[+]                         hf_cba_acco_count, &u32Count);
 3813   
 3814          if (check_col(pinfo->cinfo, COL_INFO)) {
 3815                  if (u32Count) {
Show more  




Change Warning 3842.35125 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: