Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dnsserver_dissect_bitmap_DNS_LOG_LEVELS

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-dnsserver.c)expand/collapse
Show more  
 765  dnsserver_dissect_bitmap_DNS_LOG_LEVELS(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_)
 766  {
 767          proto_item *item = NULL;
 768          proto_tree *tree = NULL;
 769   
 770          guint32 flags;
 771          ALIGN_TO_4_BYTES;
 772   
 773          if (parent_tree) {
 774                  item = proto_tree_add_item(parent_tree, hf_index, tvb, offset, 4, TRUE);
 775                  tree = proto_item_add_subtree(item,ett_dnsserver_DNS_LOG_LEVELS);
 776          }
 777   
 778[+]         offset = dissect_ndr_uint32(tvb, offset, pinfo, NULL, drep, -1, &flags);
 779          proto_item_append_text(item, ": ");
 780   
 781          if (!flags)
Show more  




Change Warning 1651.33641 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: