Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-dssetup.c:520

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

dssetup_dissect_DsRoleInfo

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-dssetup.c)expand/collapse
Show more  
 504  dssetup_dissect_DsRoleInfo(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *parent_tree, guint8 *drep, int hf_index, guint32 param _U_)
 505  {
 506          proto_item *item = NULL;
 507          proto_tree *tree = NULL;
 508          int old_offset;
 509          guint16 level;
 510   
 511          ALIGN_TO_4_BYTES;
 512   
 513          old_offset = offset;
 514          if(parent_tree){
 515                  item = proto_tree_add_text(parent_tree, tvb, offset, -1, "dssetup_DsRoleInfo");
 516                  tree = proto_item_add_subtree(item, ett_dssetup_dssetup_DsRoleInfo);
 517          }
 518   
 519[+]         offset = dissect_ndr_uint16(tvb, offset, pinfo, tree, drep, hf_index, &level);
 520          switch(level) {
Show more  




Change Warning 3283.35210 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: