Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-mapi.c:9814

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

mapi_dissect_EcDoRpc_response

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-mapi.c)expand/collapse
Show more  
 9793  mapi_dissect_EcDoRpc_response(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, guint8 *drep _U_)
 9794  {
 9795          guint32 status;
 9796   
 9797          pinfo->dcerpc_procedure_name="EcDoRpc";
 9798          offset = mapi_dissect_element_EcDoRpc_handle(tvb, offset, pinfo, tree, drep);
 9799          offset = dissect_deferred_pointers(pinfo, tvb, offset, drep);
 9800   
 9801          offset = mapi_dissect_element_EcDoRpc_size(tvb, offset, pinfo, tree, drep);
 9802          offset = dissect_deferred_pointers(pinfo, tvb, offset, drep);
 9803   
 9804          offset = mapi_dissect_element_EcDoRpc_offset(tvb, offset, pinfo, tree, drep);
 9805          offset = dissect_deferred_pointers(pinfo, tvb, offset, drep);
 9806   
 9807          offset = mapi_dissect_element_EcDoRpc_response(tvb, offset, pinfo, tree, drep);
 9808          offset = dissect_deferred_pointers(pinfo, tvb, offset, drep);
 9809   
 9810          offset = mapi_dissect_element_EcDoRpc_length(tvb, offset, pinfo, tree, drep);
 9811          offset = dissect_deferred_pointers(pinfo, tvb, offset, drep);
 9812   
 9813[+]         offset = dissect_ndr_uint32(tvb, offset, pinfo, tree, drep, hf_mapi_MAPISTATUS_status, &status);
 9814          if (status != 0 && check_col(pinfo->cinfo, COL_INFO))
Show more  




Change Warning 2044.35154 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: