Text   |  XML   |  ReML   |   Visible Warnings:

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

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

netlogon_dissect_CONTROL_DATA_INFORMATION

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-netlogon.c)expand/collapse
Show more  
 4198  netlogon_dissect_CONTROL_DATA_INFORMATION(tvbuff_t *tvb, int offset,
 4199                          packet_info *pinfo, proto_tree *tree,
 4200                          guint8 *drep)
 4201  {
 4202          guint32 level;
 4203   
 4204          offset = dissect_ndr_uint32(tvb, offset, pinfo, tree, drep,
 4205[+]                 hf_netlogon_level, &level);
 4206   
 4207          ALIGN_TO_4_BYTES;
 4208          switch(level){
Show more  




Change Warning 2054.34851 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: