Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-netlogon.c:3312

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

netlogon_dissect_DELTA_UNION

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-netlogon.c)expand/collapse
Show more  
 3293  netlogon_dissect_DELTA_UNION(tvbuff_t *tvb, int offset,
 3294                          packet_info *pinfo, proto_tree *parent_tree,
 3295                          guint8 *drep)
 3296  {
 3297          proto_item *item=NULL;
 3298          proto_tree *tree=NULL;
 3299          int old_offset=offset;
 3300          guint16 level;
 3301   
 3302          if(parent_tree){
 3303                  item = proto_tree_add_text(parent_tree, tvb, offset, 0,
 3304                          "DELTA_UNION:");
 3305                  tree = proto_item_add_subtree(item, ett_DELTA_UNION);
 3306          }
 3307   
 3308          offset = dissect_ndr_uint16(tvb, offset, pinfo, tree, drep,
 3309[+]                 hf_netlogon_delta_type, &level);
 3310   
 3311          ALIGN_TO_4_BYTES;
 3312          switch(level){
Show more  




Change Warning 2050.34811 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: