Text   |  XML   |  ReML   |   Visible Warnings:

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

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

netlogon_dissect_DELTA_ENUM

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-netlogon.c)expand/collapse
Show more  
 3542  netlogon_dissect_DELTA_ENUM(tvbuff_t *tvb, int offset,
 3543                          packet_info *pinfo, proto_tree *parent_tree,
 3544                          guint8 *drep)
 3545  {
 3546          proto_item *item=NULL;
 3547          proto_tree *tree=NULL;
 3548          int old_offset=offset;
 3549          guint16 type;
 3550   
 3551          if(parent_tree){
 3552                  item = proto_tree_add_text(parent_tree, tvb, offset, 0,
 3553                          "DELTA_ENUM:");
 3554                  tree = proto_item_add_subtree(item, ett_DELTA_ENUM);
 3555          }
 3556   
 3557          offset = dissect_ndr_uint16(tvb, offset, pinfo, tree, drep,
 3558[+]                 hf_netlogon_delta_type, &type);
 3559   
 3560          proto_item_append_text(item, "%s", val_to_str(
 3561                                         type, delta_type_vals, "Unknown"));
Show more  




Change Warning 2052.35155 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: