Text   |  XML   |  ReML   |   Visible Warnings:

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

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

netlogon_dissect_DOMAIN_INFO

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-netlogon.c)expand/collapse
Show more  
 5277  netlogon_dissect_DOMAIN_INFO(tvbuff_t *tvb, int offset,
 5278                          packet_info *pinfo, proto_tree *tree,
 5279                          guint8 *drep)
 5280  {
 5281          guint32 level;
 5282   
 5283          offset = dissect_ndr_uint32(tvb, offset, pinfo, tree, drep,
 5284[+]                 hf_netlogon_level, &level);
 5285   
 5286          ALIGN_TO_4_BYTES;
 5287          switch(level){
Show more  




Change Warning 2056.34853 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: