Text   |  XML   |  ReML   |   Visible Warnings:

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

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

netlogon_dissect_TYPE_44

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-netlogon.c)expand/collapse
Show more  
 5529  netlogon_dissect_TYPE_44(tvbuff_t *tvb, int offset,
 5530                          packet_info *pinfo, proto_tree *parent_tree,
 5531                          guint8 *drep)
 5532  {
 5533          proto_item *item=NULL;
 5534          proto_tree *tree=NULL;
 5535          int old_offset=offset;
 5536          guint32 level;
 5537   
 5538          if(parent_tree){
 5539                  item = proto_tree_add_text(parent_tree, tvb, offset, 0,
 5540                          "TYPE_44:");
 5541                  tree = proto_item_add_subtree(item, ett_TYPE_44);
 5542          }
 5543   
 5544          offset = dissect_ndr_uint32(tvb, offset, pinfo, tree, drep,
 5545[+]                 hf_netlogon_level, &level);
 5546   
 5547          ALIGN_TO_4_BYTES;
 5548          switch(level){
Show more  




Change Warning 2057.34063 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: