Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dissect_ICBAAccoServerSRT_Connect_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-dcom-cba-acco.c)expand/collapse
Show more  
 2662  dissect_ICBAAccoServerSRT_Connect_resp(tvbuff_t *tvb, int offset,
 2663          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 2664  {
 2665          guint32 u32Pointer;
 2666          guint32 u32ArraySize;
 2667          guint32 u32Idx = 1;
 2668          proto_item *sub_item;
 2669          proto_tree *sub_tree;
 2670          guint32 u32SubStart;
 2671          guint32 u32ProvID;
 2672          guint32 u32HResult;
 2673          proto_item *item;
 2674      dcerpc_info *info = (dcerpc_info *)pinfo->private_data;
 2675      server_connect_call_t *call = info->call_data->private_data;
 2676      cba_connection_t *conn;
 2677   
 2678   
 2679      offset = dissect_dcom_that(tvb, offset, pinfo, tree, drep);
 2680   
 2681      if(call == NULL) {
 2682              expert_add_info_format(pinfo, NULL, PI_UNDECODED, PI_NOTE,  
 2683              "No request info, response data ignored");
 2684      }
 2685   
 2686      item = proto_tree_add_boolean (tree, hf_cba_acco_srt_call, tvb, offset, 0, FALSE);
 2687      PROTO_ITEM_SET_GENERATED(item);
 2688      pinfo->profinet_type = 3;
 2689   
 2690          offset = dissect_dcom_dcerpc_pointer(tvb, offset, pinfo, tree, drep,  
 2691[+]                                                 &u32Pointer);
 2692   
 2693      if(call && call->frame != NULL) {
 2694          cba_frame_info(tvb, pinfo, tree, call->frame);
 2695      }
 2696   
 2697          if (u32Pointer) {
Show more  




Change Warning 3820.35108 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: