Text   |  XML   |  ReML   |   Visible Warnings:

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

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

netlogon_dissect_netrlogoncontrol2_reply

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-netlogon.c)expand/collapse
Show more  
 4264  netlogon_dissect_netrlogoncontrol2_reply(tvbuff_t *tvb, int offset,
 4265          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 4266  {
 4267          guint32 status;
 4268   
 4269          offset = dissect_ndr_pointer(tvb, offset, pinfo, tree, drep,
 4270                  netlogon_dissect_CONTROL_QUERY_INFORMATION, NDR_POINTER_REF,
 4271                  "CONTROL_QUERY_INFORMATION:", -1);
 4272   
 4273[+]         offset = dissect_ndr_uint32(tvb, offset, pinfo, tree, drep, hf_netlogon_werr_rc, &status);
 4274   
 4275          if (status != 0 && check_col(pinfo->cinfo, COL_INFO))
Show more  




Change Warning 2055.34852 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: