Text   |  XML   |  ReML   |   Visible Warnings:

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

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

SpoolssWritePrinter_r

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-spoolss.c)expand/collapse
Show more  
 5190  static int SpoolssWritePrinter_r(tvbuff_t *tvb, int offset, packet_info *pinfo,
 5191                                   proto_tree *tree, guint8 *drep)
 5192  {
 5193          guint32 size;
 5194   
 5195          /* Parse packet */
 5196   
 5197          offset = dissect_ndr_uint32(
 5198                  tvb, offset, pinfo, tree, drep, hf_writeprinter_numwritten,  
 5199[+]                 &size);
 5200   
 5201          if (check_col(pinfo->cinfo, COL_INFO))
 5202                  col_append_fstr(
 5203                          pinfo->cinfo, COL_INFO, ", %d bytes written", size);
Show more  




Change Warning 2142.34575 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: