Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dissect_ICBAAccoServerSRT_SetActivation_rqst

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-dcom-cba-acco.c)expand/collapse
Show more  
 2051  dissect_ICBAAccoServerSRT_SetActivation_rqst(tvbuff_t *tvb, int offset,
 2052          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 2053  {
 2054          guint8  u8State;
 2055          guint32 u32Count;
 2056          guint32 u32ArraySize;
 2057          guint32 u32Idx;
 2058          guint32 u32ProvID;
 2059          proto_item *item;
 2060   
 2061   
 2062      offset = dissect_dcom_this(tvb, offset, pinfo, tree, drep);
 2063   
 2064      item = proto_tree_add_boolean (tree, hf_cba_acco_srt_call, tvb, offset, 0, TRUE);
 2065      PROTO_ITEM_SET_GENERATED(item);
 2066      pinfo->profinet_type = 4;
 2067   
 2068          offset = dissect_dcom_BOOLEAN(tvb, offset, pinfo, tree, drep,  
 2069                          hf_cba_acco_conn_state, &u8State);
 2070   
 2071          offset = dissect_dcom_DWORD(tvb, offset, pinfo, tree, drep,  
 2072                          hf_cba_acco_count, &u32Count);
 2073   
 2074          offset = dissect_dcom_dcerpc_array_size(tvb, offset, pinfo, tree, drep,  
 2075[+]                         &u32ArraySize);
 2076   
 2077          u32Idx = 1;
 2078          while (u32ArraySize--) {
Show more  




Change Warning 3807.35095 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: