Text   |  XML   |  ReML   |   Visible Warnings:

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

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

mapi_dissect_recipient_displayname_7bit

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-mapi.c)expand/collapse
Show more  
 8972  mapi_dissect_recipient_displayname_7bit(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_)
 8973  {
 8974          proto_item *item = NULL;
 8975          proto_tree *tree = NULL;
 8976          int old_offset;
 8977          guint16 level;
 8978   
 8979          old_offset = offset;
 8980          if (parent_tree) {
 8981                  item = proto_tree_add_text(parent_tree, tvb, offset, -1, "recipient_displayname_7bit");
 8982                  tree = proto_item_add_subtree(item, ett_mapi_recipient_displayname_7bit);
 8983          }
 8984   
 8985[+]         offset = dissect_ndr_uint16(tvb, offset, pinfo, tree, drep, hf_index, &level);
 8986          ALIGN_TO_4_BYTES;
 8987   
 8988          switch(level) {
Show more  




Change Warning 2036.33610 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: