Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dnsserver_dissect_bitmap_DNS_SELECT_FLAGS

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-dnsserver.c)expand/collapse
Show more  
 1027  dnsserver_dissect_bitmap_DNS_SELECT_FLAGS(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_)
 1028  {
 1029          proto_item *item = NULL;
 1030          proto_tree *tree = NULL;
 1031   
 1032          guint32 flags;
 1033          ALIGN_TO_4_BYTES;
 1034   
 1035          if (parent_tree) {
 1036                  item = proto_tree_add_item(parent_tree, hf_index, tvb, offset, 4, TRUE);
 1037                  tree = proto_item_add_subtree(item,ett_dnsserver_DNS_SELECT_FLAGS);
 1038          }
 1039   
 1040[+]         offset = dissect_ndr_uint32(tvb, offset, pinfo, NULL, drep, -1, &flags);
 1041          proto_item_append_text(item, ": ");
 1042   
 1043          if (!flags)
Show more  




Change Warning 1653.33835 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: