Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-efs.c:1066

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

efs_dissect_EfsRpcNotSupported_response

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-efs.c)expand/collapse
Show more  
 1059  efs_dissect_EfsRpcNotSupported_response(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, guint8 *drep _U_)
 1060  {
 1061          guint32 status;
 1062   
 1063          pinfo->dcerpc_procedure_name="EfsRpcNotSupported";
 1064[+]         offset = dissect_ndr_uint32(tvb, offset, pinfo, tree, drep, hf_efs_werror, &status);
 1065   
 1066          if (status != 0 && check_col(pinfo->cinfo, COL_INFO))
Show more  




Change Warning 3313.34229 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: