aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/pidl
AgeCommit message (Expand)AuthorFilesLines
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus1-1/+1
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-1/+1
2021-07-21First pass pinfo->pool conversionEvan Huus1-2/+2
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris3-10/+10
2020-03-31pidl: fix typo found by lintian (mesages => messages)Alexis La Goutte1-1/+1
2020-03-05DCERPC: refresh clusapi idl after various additions were made to the protocolGünther Deschner1-55/+372
2019-12-17dissectors: re-use most of the existing spoolss container dissectorsGünther Deschner1-9/+42
2019-12-17Add new DCE/RPC IRemoteWinspool dissectorGünther Deschner4-0/+914
2019-08-27DCERPC: update mdssvc DCERPC dissector from upstream SambaRalph Boehme1-12/+20
2019-06-12Eliminate more calls to get_unicode_or_ascii_string().Guy Harris2-28/+55
2019-02-18Add FSRVP dissectorJiajun Wang4-0/+224
2018-03-07dissectors: more SPDX license convertions.Dario Lombardo1-13/+1
2017-11-20Rewrite make-dissector-reg.py in CJoão Valverde1-11/+1
2017-05-05tnef: fix conflicting entry in its value_stringAlexis La Goutte1-1/+1
2017-05-05mapi: fix conflicting entry in its value_stringAlexis La Goutte1-1/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris3-4/+4
2016-10-27wkssvc(dcerpc): fix spelling typo found by lintianAlexis La Goutte1-1/+1
2016-08-09add clusapi (Windows Cluster Management API) from Samba git tree.Günther Deschner4-0/+2661
2016-07-22Convert more glib memory to wmem pinfo poolPascal Quantin2-6/+4
2016-07-05Rename PIDL MakefileJoão Valverde2-1/+1
2016-06-19cmake: add PIDL dissector generation supportPeter Wu2-0/+170
2016-06-18DCE/RPC: fix array of pointers with NULLBinh Trinh3-10/+20
2016-06-16DCE/RPC proto_tree_add_boolean -> proto_tree_add_bitmask_valueMichael Mann3-76/+116
2016-05-02Revert "PIDL: Remove _U_ and remove unused-parameter via pragma"Guy Harris8-55/+55
2016-05-02PIDL: Remove _U_ and remove unused-parameter via pragmaAlexis La Goutte8-55/+55
2016-03-25Remove .gitignore file in pidl folderJoão Valverde1-1/+0
2016-03-24Add basic PIDL MakefileJoão Valverde48-3754/+162
2016-03-06MAPI (dcerpc): fix no previous prototype for 'mapi_dissect_struct_request' / ...Alexis La Goutte1-5/+5
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris2-2/+2
2015-11-03packet-dcerpc-witness: initial implementation based on the idl file from sambaGregor Beck2-0/+355
2015-07-14Correct eventlog.eventlog_OpenEventLogW.Module dissection by providing lsa_St...Michael Mann1-14/+1
2015-06-23Remove deprecated tvb_length from PIDL dissectorsEvan Huus4-7/+7
2014-10-12PIDL (DCERPC misc): enhance dissectorAlexis La Goutte1-28/+1
2014-09-29PIDL (DCERPC mapi): enhance dissectorAlexis La Goutte2-14/+2
2014-09-29PIDL (DCERPC mdssvc): enhance dissectorAlexis La Goutte1-0/+2
2014-09-28PIDL (DCERPC lsa): enhance dissectorAlexis La Goutte1-16/+10
2014-09-28PIDL (DCERPC eventlog): enhance dissectorAlexis La Goutte1-1/+2
2014-09-28PIDL (DCERPC dnsserver): enhance dissectorAlexis La Goutte1-0/+5
2014-09-28PIDL (DCERPC winreg): enhance dissectorAlexis La Goutte1-6/+3
2014-09-27PIDL: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-09-27"declare" apparently isn't a valid keyword; use typedef instead.Guy Harris2-3/+3
2014-09-26Note that errors are generated for dnsserver.idl and eventlog.idl.Guy Harris1-2/+6
2014-09-20Restore the inclusion of request.cnf.c and response.cnf.c in the generated DC...Michael Mann3-95/+76
2014-09-20proto_tree_add_text -> proto_tree_add_subtree[_format] for DCE/RPC dissectors.Michael Mann3-8/+4
2014-09-19Update generated DCE/RPC dissectors.Michael Mann8-72/+10
2014-09-08Fix automatic generation of the dcerpc-eventlog dissector.Jeff Morriss3-21/+16
2014-07-31Add more files to the release tarball.Guy Harris1-0/+4
2014-06-19Revert "Update PIDL source files with the API changes done in g021e7af"Pascal Quantin4-7/+7
2014-06-18Update PIDL source files with the API changes done in g021e7afPascal Quantin4-7/+7
2014-04-09Fix some C++ warnings about implicit casts.Guy Harris2-2/+2