Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-dnsserver.c:903

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

dnsserver_dissect_bitmap_DNS_RPC_PROTOCOLS

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-dnsserver.c)expand/collapse
Show more  
 887  dnsserver_dissect_bitmap_DNS_RPC_PROTOCOLS(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *parent_tree _U_, guint8 *drep _U_, int hf_index _U_, guint32 param _U_)
 888  {
 889          proto_item *item = NULL;
 890          proto_tree *tree = NULL;
 891   
 892          guint32 flags;
 893          ALIGN_TO_4_BYTES;
 894   
 895          if (parent_tree) {
 896                  item = proto_tree_add_item(parent_tree, hf_index, tvb, offset, 4, TRUE);
 897                  tree = proto_item_add_subtree(item,ett_dnsserver_DNS_RPC_PROTOCOLS);
 898          }
 899   
 900[+]         offset = dissect_ndr_uint32(tvb, offset, pinfo, NULL, drep, -1, &flags);
 901          proto_item_append_text(item, ": ");
 902   
 903          if (!flags)
Show more  




Change Warning 1652.33642 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: