aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
AgeCommit message (Expand)AuthorFilesLines
2020-10-02Clean up URLs.Guy Harris1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-11-06Get rid of Boolean "flags" that don't have any bit set.Guy Harris1-12/+17
2016-08-06tools/pidl: support HRESULT as return code in wireshark autogenerated dissect...Günther Deschner1-1/+8
2016-08-06tools/pidl: Keep case from fieldnames.Günther Deschner1-1/+1
2016-07-27Fix from the Samba repository:Guy Harris1-3/+2
2016-06-18DCE/RPC: fix array of pointers with NULLBinh Trinh1-0/+1
2016-06-16DCE/RPC proto_tree_add_boolean -> proto_tree_add_bitmask_with_flagsMichael Mann1-25/+44
2016-05-02Revert "PIDL: Remove _U_ and remove unused-parameter via pragma"Guy Harris1-14/+11
2016-05-02PIDL: Remove _U_ and remove unused-parameter via pragmaAlexis La Goutte1-11/+14
2016-03-24Add basic PIDL MakefileJoão Valverde1-0/+1
2016-03-06PIDL (NDR): fix missing $name when regenerate MAPI dissectorAlexis La Goutte1-3/+6
2016-02-29PIDL: sync pidl with samba repoAurelien Aptel1-5/+0
2015-11-01tools/pidl: avoid trailing tabsStefan Metzmacher1-1/+4
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-1/+1
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris1-1/+1
2014-11-20White space tweaking to match what's in Samba git.Guy Harris1-2/+1
2014-11-04add the type dom_sid28 and call ad-hoc dissectorGuy Harris1-0/+5
2014-11-04SWITCH_TYPE is not always defined, SwitchType() will try to find a fallbackGuy Harris1-32/+46
2014-11-03generate ALIGN_TO_x_BYTES instructions if the element has the align_x flagGuy Harris1-0/+6
2014-11-03if the structure has the flag no_align then set also no_align in the dceprc_i...Guy Harris1-1/+25
2014-11-03Remove casts, make some whitespace changes in generated code.Guy Harris1-4/+4
2014-11-03add definition for IPV4/IPV6 typesGuy Harris1-0/+2
2014-11-03insure that we have an entire match for the variable nameGuy Harris1-1/+1
2014-11-03generate an error for the new Pipe type in typedefGuy Harris1-2/+11
2014-11-03add a function to change the type of a hf_fieldGuy Harris1-0/+17
2014-11-03Handle the case when the DATA_TYPE is not a simple typeGuy Harris1-1/+8
2014-11-03Make the compilation of PIDL produce the same results if the content hasn't c...Guy Harris1-3/+3
2014-11-03Pass di to one more call to PIDL_dissect_uint8().Guy Harris1-1/+1
2014-10-08Remove #pragma warning (MSVC) for PIDL generate dissectorAlexis La Goutte1-7/+0
2014-10-07PIDL (DCERPC): fix Assigned value is garbage or undefined found by Clang Anal...Alexis La Goutte1-1/+1
2014-09-28PIDL: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+6
2014-09-28PIDL (DCERPC winreg): enhance dissectorAlexis La Goutte1-0/+1
2014-09-28PIDL: fix -Wmissing-prototypeAlexis La Goutte1-1/+5
2014-09-27PIDL: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-09-26White space and typo cleanups.Guy Harris1-16/+15
2014-09-20PIDL: fix trailing tabspaceAlexis La Goutte1-9/+9
2014-09-20proto_tree_add_text -> proto_tree_add_subtree[_format] for DCE/RPC dissectors.Michael Mann1-2/+1
2014-09-19Update generated DCE/RPC dissectors.Michael Mann1-101/+127
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-3/+1
2014-01-13Add HEADER START and HEADER END, similar to CODE START and CODE END, toGuy Harris1-4/+6
2013-11-24Move dceprc_procedure_name from packet_info to dcerpc_info. Doesn't appear t...Michael Mann1-2/+2
2013-11-06Reapply the removal or the use of private_data that got removed byJörg Mayer1-58/+52
2013-11-06Copy over the current WIP from samba.org::ftp/unpacked/samba_4_0_test/pidlJörg Mayer1-57/+71
2013-11-06Remove pinfo->private_data from DCERPC dissectors. Bug 9387 (https://bugs.wi...Michael Mann1-58/+52
2013-10-01Remove check_col from generated DCE/RPC dissectors. Bug 8804 (https://bugs.w...Michael Mann1-4/+4
2013-01-18Add an RCS ID to the generated dissector.Guy Harris1-2/+2
2011-08-11Sync up to the latest PIDL with Mathieu's wireshark patchesRonnie Sahlberg1-26/+120
2010-10-31Update to current git master Samba tree. Guess aboutJörg Mayer1-4/+4