Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-mapi.c:9219

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

mapi_dissect_bitmap_ulEventType

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-mapi.c)expand/collapse
Show more  
 9203  mapi_dissect_bitmap_ulEventType(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_)
 9204  {
 9205          proto_item *item = NULL;
 9206          proto_tree *tree = NULL;
 9207   
 9208          guint16 flags;
 9209          ALIGN_TO_2_BYTES;
 9210   
 9211          if (parent_tree) {
 9212                  item = proto_tree_add_item(parent_tree, hf_index, tvb, offset, 2, TRUE);
 9213                  tree = proto_item_add_subtree(item,ett_mapi_ulEventType);
 9214          }
 9215   
 9216[+]         offset = dissect_ndr_uint16(tvb, offset, pinfo, NULL, drep, -1, &flags);
 9217          proto_item_append_text(item, ": ");
 9218   
 9219          if (!flags)
Show more  




Change Warning 2038.33840 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: