Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-netlogon.c:4088

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

netlogon_dissect_CONTROL_QUERY_INFORMATION

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-netlogon.c)expand/collapse
Show more  
 4078  netlogon_dissect_CONTROL_QUERY_INFORMATION(tvbuff_t *tvb, int offset,
 4079                          packet_info *pinfo, proto_tree *tree,
 4080                          guint8 *drep)
 4081  {
 4082          guint32 level;
 4083   
 4084          offset = dissect_ndr_uint32(tvb, offset, pinfo, tree, drep,
 4085[+]                 hf_netlogon_level, &level);
 4086   
 4087          ALIGN_TO_4_BYTES;
 4088          switch(level){
Show more  




Change Warning 2053.34850 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: