aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-23Fix some spelling errors.Martin Mathieson1-1/+1
2021-09-06dcerpc_spoolss: fix display filter nameAlexis La Goutte1-1/+1
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-11/+11
2021-02-23Make a couple of dissector vars static.Martin Mathieson1-1/+1
2021-02-20Make some more vars and functions static.Martin Mathieson1-1/+1
2020-08-30More spelling fixes, start of second pass of dissectors.Martin Mathieson1-1/+1
2020-07-08spoolss: pick up what some printer attributes mean from Microsoft documentation.Guy Harris1-19/+19
2020-07-06SPOOLSS: make reserved field value presentation meaningfulJaap Keuter1-2/+2
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-7/+7
2020-01-09DCERPC: display various driver version fields as hexGünther Deschner1-4/+4
2019-12-20DCERPC: add DRIVER_INFO_8 decoding for DCE/RPC spoolss dissectorGünther Deschner1-2/+351
2019-12-20DCERPC: Fix DRIVER_INFO_7 defines in DCE/RPC spoolss dissectorGünther Deschner1-6/+2
2019-12-20DCERPC: implement GetPrinterDriverPackagePath in DCE/RPC spoolss dissectorGünther Deschner1-0/+64
2019-12-20DCERPC: implement GetCorePrinterDrivers in DCE/RPC spoolss dissectorGünther Deschner1-0/+148
2019-12-17dissectors: re-use most of the existing spoolss container dissectorsGünther Deschner1-7/+7
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-30/+30
2019-03-18dcerpc: ensure the length in the packet doesn't overcome the boundaries.Dario Lombardo1-0/+9
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-17/+17
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-03dcerpc-spoolss: use value_name variable to store string (CID: 1158734).Dario Lombardo1-5/+3
2017-12-28dcerpc-spoolss: remove unneeded check (CID: 1158734).Dario Lombardo1-2/+2
2016-11-24dissectors: add PRINTER_INFO_5 decoding for DCE/RPC spoolss dissector.Günther Deschner1-0/+52
2016-10-30DCERPC: save strings in wmem file scopePascal Quantin1-1/+1
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-8/+6
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-4/+4
2016-04-21Do not mix wmem and glib allocatorsPascal Quantin1-27/+7
2016-04-18spoolss (DCERPC): fix 'drep' was marked unused but was used [-Werror,-Wused-b...Alexis La Goutte1-45/+45
2016-03-30SPOOLSS: Try to avoid an infinite loop.Gerald Combs1-2/+3
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-7/+7
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-1/+1
2015-08-12Eliminate proto_tree_add_text from some dissectors.Michael Mann1-108/+138
2015-06-23Remove more deprecated tvb_lengthEvan Huus1-3/+3
2015-04-18Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-385/+121
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris1-2/+2
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-27Fix a number of dup hf[] filter-names probably mostly resulting from cut/past...Bill Meier1-1/+1
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-0/+13
2014-09-20proto_tree_add_text -> proto_tree_add_subtree[_format] for DCE/RPC dissectors.Michael Mann1-105/+39
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-04-21Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes]"; Do some ...Bill Meier1-0/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-16Use proto_tree_add_item() in preference to fetching the string andGuy Harris1-5/+5
2013-11-27- Create/use several extended value_stringsBill Meier1-2/+2
2013-11-06Add _U_ to a function parameter to fix a compiler warningBill Meier1-1/+1
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-731/+686
2013-10-01Add cast.Evan Huus1-1/+1
2013-10-01Remove check_col for all non-generated DCE/RPC dissectors.Michael Mann1-85/+50