Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-spoolss.c:2038

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

dissect_job_status

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-spoolss.c)expand/collapse
Show more  
 2027  dissect_job_status(tvbuff_t *tvb, int offset, packet_info *pinfo,
 2028                     proto_tree *tree, guint8 *drep)
 2029  {
 2030          proto_item *item;
 2031          proto_tree *subtree;
 2032          guint32 status;
 2033   
 2034          offset = dissect_ndr_uint32(tvb, offset, pinfo, NULL, drep,
 2035[+]                                     hf_job_status, &status);
 2036   
 2037          item = proto_tree_add_text(tree, tvb, offset - 4, 4,
 2038                                     "Status: 0x%08x", status);
Show more  




Change Warning 2099.33856 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: