Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dissect_ICBAAccoServer_SetActivation_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-dcom-cba-acco.c)expand/collapse
Show more  
 1086  dissect_ICBAAccoServer_SetActivation_resp(tvbuff_t *tvb, int offset,
 1087          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 1088  {
 1089          guint32 u32HResult;
 1090          guint32 u32Pointer;
 1091          guint32 u32ArraySize = 0;
 1092          guint32 u32Idx;
 1093          guint32 u32Tmp;
 1094          proto_item *item;
 1095   
 1096   
 1097      offset = dissect_dcom_that(tvb, offset, pinfo, tree, drep);
 1098   
 1099      item = proto_tree_add_boolean (tree, hf_cba_acco_dcom_call, tvb, offset, 0, FALSE);
 1100      PROTO_ITEM_SET_GENERATED(item);
 1101      pinfo->profinet_type = 1;
 1102   
 1103          offset = dissect_dcom_dcerpc_pointer(tvb, offset, pinfo, tree, drep,  
 1104[+]                         &u32Pointer);
 1105   
 1106          if (u32Pointer) {
Show more  




Change Warning 3793.35084 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: