Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-samr.c:7908

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

samr_dissect_DispInfo

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-samr.c)expand/collapse
Show more  
 7892  samr_dissect_DispInfo(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_)
 7893  {
 7894          proto_item *item = NULL;
 7895          proto_tree *tree = NULL;
 7896          int old_offset;
 7897          guint16 level;
 7898   
 7899          old_offset = offset;
 7900          if (parent_tree) {
 7901                  item = proto_tree_add_text(parent_tree, tvb, offset, -1, "samr_DispInfo");
 7902                  tree = proto_item_add_subtree(item, ett_samr_samr_DispInfo);
 7903          }
 7904   
 7905[+]         offset = dissect_ndr_uint16(tvb, offset, pinfo, tree, drep, hf_index, &level);
 7906          ALIGN_TO_4_BYTES;
 7907   
 7908          switch(level) {
Show more  




Change Warning 2076.35192 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: