Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dissect_ICBAAccoServerSRT_SetActivation_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-dcom-cba-acco.c)expand/collapse
Show more  
 1180  dissect_ICBAAccoServerSRT_SetActivation_resp(tvbuff_t *tvb, int offset,
 1181          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 1182  {
 1183          guint32 u32HResult;
 1184          guint32 u32Pointer;
 1185          guint32 u32ArraySize = 0;
 1186          guint32 u32Idx;
 1187          guint32 u32Tmp;
 1188          proto_item *item;
 1189   
 1190   
 1191      offset = dissect_dcom_that(tvb, offset, pinfo, tree, drep);
 1192   
 1193      item = proto_tree_add_boolean (tree, hf_cba_acco_srt_call, tvb, offset, 0, FALSE);
 1194      PROTO_ITEM_SET_GENERATED(item);
 1195      pinfo->profinet_type = 3;
 1196   
 1197          offset = dissect_dcom_dcerpc_pointer(tvb, offset, pinfo, tree, drep,  
 1198[+]                         &u32Pointer);
 1199   
 1200          if (u32Pointer) {
Show more  




Change Warning 3795.35086 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: