Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dissect_ICBAAccoServerSRT_Disconnect_rqst

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-dcom-cba-acco.c)expand/collapse
Show more  
 1789  dissect_ICBAAccoServerSRT_Disconnect_rqst(tvbuff_t *tvb, int offset,
 1790          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 1791  {
 1792          guint32 u32Count;
 1793          guint32 u32ArraySize;
 1794          guint32 u32Idx;
 1795          guint32 u32ProvID;
 1796          proto_item *item;
 1797   
 1798   
 1799      offset = dissect_dcom_this(tvb, offset, pinfo, tree, drep);
 1800   
 1801      item = proto_tree_add_boolean (tree, hf_cba_acco_srt_call, tvb, offset, 0, TRUE);
 1802      PROTO_ITEM_SET_GENERATED(item);
 1803      pinfo->profinet_type = 4;
 1804   
 1805          offset = dissect_dcom_DWORD(tvb, offset, pinfo, tree, drep,  
 1806                          hf_cba_acco_count, &u32Count);
 1807   
 1808          offset = dissect_dcom_dcerpc_array_size(tvb, offset, pinfo, tree, drep,  
 1809[+]                         &u32ArraySize);
 1810   
 1811          u32Idx = 1;
 1812          while (u32ArraySize--) {
Show more  




Change Warning 3805.35093 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: