Text   |  XML   |  ReML   |   Visible Warnings:

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

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

netlogon_dissect_DOMAIN_QUERY

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-netlogon.c)expand/collapse
Show more  
 5560  netlogon_dissect_DOMAIN_QUERY(tvbuff_t *tvb, int offset,
 5561                          packet_info *pinfo, proto_tree *tree,
 5562                          guint8 *drep)
 5563  {
 5564          guint32 level;
 5565   
 5566          offset = dissect_ndr_uint32(tvb, offset, pinfo, tree, drep,
 5567[+]                 hf_netlogon_level, &level);
 5568   
 5569          ALIGN_TO_4_BYTES;
 5570          switch(level){
Show more  




Change Warning 2058.34854 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: