Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dissect_printer_attributes

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-spoolss.c)expand/collapse
Show more  
 2170  dissect_printer_attributes(tvbuff_t *tvb, int offset, packet_info *pinfo,
 2171                             proto_tree *tree, guint8 *drep)
 2172  {
 2173          proto_item *item;
 2174          proto_tree *subtree;
 2175          guint32 attributes;
 2176   
 2177          offset = dissect_ndr_uint32(tvb, offset, pinfo, NULL, drep,
 2178[+]                                     hf_printer_attributes, &attributes);
 2179   
 2180          item = proto_tree_add_text(tree, tvb, offset - 4, 4,
 2181                                     "Attributes: 0x%08x", attributes);
Show more  




Change Warning 2100.33860 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: