Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-nspi.c:9434

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

nspi_dissect_NspiUnbind_response

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-nspi.c)expand/collapse
Show more  
 9425  nspi_dissect_NspiUnbind_response(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo, proto_tree *tree _U_, guint8 *drep _U_)
 9426  {
 9427          guint32 status;
 9428   
 9429          pinfo->dcerpc_procedure_name="NspiUnbind";
 9430          offset = nspi_dissect_element_NspiUnbind_handle(tvb, offset, pinfo, tree, drep);
 9431          offset = dissect_deferred_pointers(pinfo, tvb, offset, drep);
 9432   
 9433[+]         offset = dissect_ndr_uint32(tvb, offset, pinfo, tree, drep, hf_nspi_MAPISTATUS_status, &status);
 9434          if (status != 0 && check_col(pinfo->cinfo, COL_INFO))
Show more  




Change Warning 3326.35048 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: