Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dissect_ICBAAccoServerSRT_DisconnectCR_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-dcom-cba-acco.c)expand/collapse
Show more  
 2432  dissect_ICBAAccoServerSRT_DisconnectCR_resp(tvbuff_t *tvb, int offset,
 2433          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 2434  {
 2435          guint32 u32HResult;
 2436          guint32 u32Pointer;
 2437          guint32 u32ArraySize = 0;
 2438          guint32 u32Idx;
 2439          guint32 u32Tmp;
 2440          proto_item *item;
 2441      dcerpc_info *info = (dcerpc_info *)pinfo->private_data;
 2442      server_frame_call_t *call = info->call_data->private_data;
 2443      cba_frame_t *frame;
 2444   
 2445   
 2446      offset = dissect_dcom_that(tvb, offset, pinfo, tree, drep);
 2447   
 2448      item = proto_tree_add_boolean (tree, hf_cba_acco_srt_call, tvb, offset, 0, FALSE);
 2449      PROTO_ITEM_SET_GENERATED(item);
 2450      pinfo->profinet_type = 3;
 2451   
 2452          offset = dissect_dcom_dcerpc_pointer(tvb, offset, pinfo, tree, drep,  
 2453[+]                         &u32Pointer);
 2454   
 2455          if (u32Pointer) {
Show more  




Change Warning 3815.35102 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: