Text   |  XML   |  ReML   |   Visible Warnings:

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

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

netlogon_dissect_LEVEL

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-netlogon.c)expand/collapse
Show more  
 882  netlogon_dissect_LEVEL(tvbuff_t *tvb, int offset,
 883                          packet_info *pinfo, proto_tree *tree,
 884                          guint8 *drep)
 885  {
 886          guint16 level;
 887   
 888          offset = dissect_ndr_uint16(tvb, offset, pinfo, tree, drep,
 889[+]                 hf_netlogon_level16, &level);
 890   
 891          ALIGN_TO_4_BYTES;
 892          switch(level){
Show more  




Change Warning 2047.34848 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: