summaryrefslogtreecommitdiff
path: root/pidl/lib/Parse/Pidl/Wireshark
Commit message (Expand)AuthorAgeFilesLines
* pidl: Keep case from fieldnames.Günther Deschner2016-09-071-1/+1
* pidl: support HRESULT as return code in wireshark autogenerated dissectors.Günther Deschner2016-09-061-1/+8
* pidl/ws: fix missing $name when generating MAPI dissectorAurelien Aptel2016-06-201-3/+6
* pidl/ws: fix failing testsAurelien Aptel2016-06-201-3/+2
* pidl/ws: directly use `di` param instead of casting `private_data` member.Aurelien Aptel2016-06-201-7/+2
* pidl/ws: Document CODE_START and HEADER_STARTAurelien Aptel2016-06-201-0/+8
* pidl/ws: whitespace cleanupAurelien Aptel2016-06-201-2/+2
* pidl/ws: Add HEADER START/HEADER END in ws dissectorAurelien Aptel2016-06-202-5/+57
* pidl/ws: dereference pointers when passing name param.Aurelien Aptel2016-06-201-8/+30
* pidl/ws: Remove pinfo->private_data from DCERPC dissectors.Aurelien Aptel2016-06-201-69/+63
* pidl/ws: remove any starting _ in WS field namesAurelien Aptel2016-06-201-0/+1
* pidl/ws: avoid trailing tabsAurelien Aptel2016-06-201-1/+4
* pidl: use https urls and update dead msdn linkAurelien Aptel2016-06-201-1/+1
* pidl/ws: Eliminate e_uuid_t in favor of e_guid_tAurelien Aptel2016-06-201-1/+1
* pidl/ws: Remove #pragma warning (MSVC)Aurelien Aptel2016-06-201-7/+0
* pidl/ws: fix Assigned value is garbage or undefined found by Clang AnalyzerAurelien Aptel2016-06-201-1/+1
* pidl/ws: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAurelien Aptel2016-06-201-2/+6
* pidl/ws: enhance dissectorAurelien Aptel2016-06-201-0/+1
* pidl/ws: fix -Wmissing-prototypeAurelien Aptel2016-06-201-1/+5
* pidl/ws: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAurelien Aptel2016-06-201-1/+1
* Clean up more whitespace.Guy Harris2014-11-221-5/+5
* pidl: White space cleanups in Conformance.pm and NDR.pmGuy Harris2014-11-192-98/+98
* pidl-wireshark: SWITCH_TYPE is not always defined, SwitchType() will try to f...Matthieu Patou2014-10-241-21/+38
* pidl-wireshark: generate ALIGN_TO_x_BYTES instructions if the element has the...Matthieu Patou2014-10-231-0/+6
* pidl-wireshark: if the structure has the flag no_align then set also no_align...Matthieu Patou2014-10-231-5/+24
* pidl-wireshark: handle 8 bits enum and change the signature of enum function ...Matthieu Patou2014-10-231-6/+6
* pidl-wireshark: add definition for IPV4/IPV6 typesMatthieu Patou2014-10-231-0/+2
* pidl-wireshark: adapt to the new comments in the headers of wireshark dissectorsMatthieu Patou2014-10-231-3/+1
* pidl-wireshark: insure that we have an entire match for the variable nameMatthieu Patou2014-10-101-1/+1
* pidl-wireshark: generate an error for the new Pipe type in typedefMatthieu Patou2014-10-091-2/+11
* pidl-wireshark: add the type dom_sid28 and call ad-hoc dissectorMatthieu Patou2014-10-091-2/+8
* pidl-wireshark: add a function to change the type of a hf_fieldMatthieu Patou2014-10-091-0/+17
* pidl-wireshark: cosmetic reformatMatthieu Patou2014-10-091-4/+5
* pidl-wireshark: Handle the case when the DATA_TYPE is not a simple typeMatthieu Patou2014-10-091-1/+8
* pidl: Make the compilation of PIDL producing the same results if the content ...Matthieu Patou2014-10-091-3/+3
* pidl-wireshark: fix the trailling white space in the generated headersMatthieu Patou2013-10-091-2/+2
* pidl-wireshark: fix trailing white space in the HF definitionMatthieu Patou2013-10-091-1/+1
* Remove check_col from generated DCE/RPC dissectors.Matthieu Patou2013-10-071-4/+4
* pidl: Generate wireshark that conforms to the rules of Wireshark projectMatthieu Patou2013-09-241-4/+4
* pidl: Generate NDR64/NDR32 aware code for the wireshark dissectorsMatthieu Patou2013-09-241-0/+8
* Wireshark/Conformance.pm: Fix typo.Karolin Seeger2013-05-151-1/+1
* Use ENC_ values for proto_tree_add_item() calls.Guy Harris2012-05-151-2/+2
* pidl: for wireshark use only the major of the versionMatthieu Patou2011-08-061-3/+2
* pidl: For wireshark check also LIBNDR_FLAG_NOALIGN for not aligningMatthieu Patou2011-08-061-1/+1
* pidl: handle union when the switch variable is outside of the union for wires...Matthieu Patou2011-08-061-19/+96
* pidl: add subcontext handling for wiresharkMatthieu Patou2011-08-061-3/+10
* pidl: handle hyper attribute for wiresharkMatthieu Patou2011-08-061-0/+1
* pidl: handle datablob for wireshark generatorMatthieu Patou2011-08-061-0/+4
* pidl: rpc version is a 32 bitMatthieu Patou2011-08-061-1/+1
* pidl: generate code for dissecting null terminated stringsMatthieu Patou2011-08-061-0/+6