Displaying 1 result from an estimated 1 matches for "printer_enum_valu".
Did you mean:
printer_enum_values
2006 Dec 05
3
Incorrect pointers arithmetic in the PRINTER_ENUM_VALUES structure when calling Samba.
...y represent that info.
Some of the keys parsed correctly by wireshark (DsSpooler for example)
the others not (like PrinterDriverData).
However any key value name and data fail to be correctly handled by
EnumPrinterDataEx.
The data received from print server is sequence of structures of type
PRINTER_ENUM_VALUES. All the fields of the structure that aren't
pointers are represented correctly, however pointers (that should
contain actual memory address outside the structure and are set by
adding offset value to the structure base address) contain only offset
value w/o based struct memory address added...