Text   |  XML   |  ReML   |   Visible Warnings:

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

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

netlogon_dissect_VALIDATION

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-netlogon.c)expand/collapse
Show more  
 1708  netlogon_dissect_VALIDATION(tvbuff_t *tvb, int offset,
 1709                          packet_info *pinfo, proto_tree *tree,
 1710                          guint8 *drep)
 1711  {
 1712          guint16 level;
 1713   
 1714          offset = dissect_ndr_uint16(tvb, offset, pinfo, tree, drep,
 1715[+]                 hf_netlogon_validation_level, &level);
 1716   
 1717          ALIGN_TO_4_BYTES;
 1718          switch(level){
Show more  




Change Warning 2048.34849 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: