aboutsummaryrefslogtreecommitdiffstats
path: root/tools/wireshark_gen.py
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Fix lots of spellingsMartin Mathieson1-1/+1
2023-11-07tools: Initialize static proto valuesStig Bjørlykke1-11/+11
2022-09-29GIOP and idl2wrs: Implementation of Any type and fixes and improvements for i...Jonas Blust1-69/+215
2021-09-11Fix spelling errors.Guy Harris1-2/+2
2020-05-06IDL: Clean up IDL based dissector generationJaap Keuter1-21/+5
2020-05-05IDL: make code generation reproducibleJaap Keuter1-9/+10
2019-07-26HTTPS (almost) everywhere.Guy Harris1-2/+2
2019-07-06idl2wrs: clean up and add python3 compatibilityYannik Enss1-1115/+687
2019-06-06idl2wrs: extend aggressive modeYannik Enss1-0/+4
2019-06-05idl2wrs: fix 'undeclared identifier' errorYannik Enss1-7/+7
2019-06-05idl2wrs: add aggressive modeYannik Enss1-4/+7
2019-06-05idl2wrs: fix recursion loopYannik Enss1-2/+3
2019-06-05idl2wrs: add debug command line parameterYannik Enss1-8/+3
2019-05-17Clean up some signed vs. unsigned warnings.Guy Harris1-1/+1
2019-05-17Update the warning-suppression statements in idl2wrs.Guy Harris1-3/+8
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2018-03-07spdx: more licenses converted.Dario Lombardo1-13/+1
2017-03-19dissectors (and tools): fix typo dependant -> dependentAlexis La Goutte1-2/+2
2015-12-07Spelling fixes for errors found by lintianBalint Reczey1-1/+1
2015-09-28idl2wrs: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangMichael Mann1-14/+33
2015-05-07Need to generate hf_ variable for aliases in structs.Michael Mann1-1/+2
2015-05-07Remove proto_tree_add_text from idl2wrs generation.Michael Mann1-13/+27
2015-05-06Fix the need to manually adjust packet-gias.c (take 2)Michael Mann1-10/+61
2015-05-01Revert "Fix the need to manually adjust packet-gias.c"Alexis La Goutte1-60/+9
2015-05-01Fix the need to manually adjust packet-gias.cMichael Mann1-9/+60
2015-04-23idl2wrs: don't use -1 for the protocol-item length.Jeff Morriss1-1/+1
2014-04-25Cleanup "excess" from trying to support sequence of "native types". Last ins...Michael Mann1-40/+38
2014-04-23Continuation of bug 9532.Michael Mann1-0/+14
2014-04-23Bugfix generating a sequence of "native" types. Bug 9532.Michael Mann1-3/+66
2014-04-23Fix generator to remove Dead Store (Dead assignement/Dead increment) warning ...Michael Mann1-2/+13
2014-02-14Remove $Id$ and other Subversion leftovers from the tools.Jeff Morriss1-4/+0
2014-02-10Fix warnings in packet-parlay.cAlexis La Goutte1-1/+1
2013-12-04From Anders request Add prototype for corba/idl dissectorAlexis La Goutte1-0/+17
2013-12-03Add modelines info to idl generate fileAlexis La Goutte1-2/+36
2013-12-03Fix indent for generated file (Use 4 space)Alexis La Goutte1-39/+39
2013-12-03Fix generator don't generate trailing whitespaceAlexis La Goutte1-4/+6
2013-12-03Add #pragma to idl generator...Alexis La Goutte1-1/+5
2013-12-01Use 4-space (PEP 8) indentation. Add modelines.Gerald Combs1-16/+27
2013-09-08expert_add_info_format_text -> expert_add_info_textMichael Mann1-4/+4
2013-07-03WS_DLL_PUBLIC is now always WS_DLL_PUBLIC_NOEXTERN with "extern" added;Guy Harris1-2/+2
2013-05-24Use new expert info API in idl dissectors. These generated about 50% of the ...Michael Mann1-11/+41
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-2/+6
2013-01-22Fix for CID 761911-761984 and CID 761985-761994.Jaap Keuter1-0/+2
2013-01-22Revert 47201 it does not compile on Windows.Anders Broman1-4/+1
2013-01-21Fix for CID 761911-761984 and CID 761985-761994.Jaap Keuter1-1/+4
2013-01-18Try and see if we can suppress about half of the Coverity issues.Jaap Keuter1-0/+2
2012-12-26Change wireshark_gen.py to make the operation argument to routines aGuy Harris1-11/+11
2012-11-13Use proto_tree_add_<signed integer> functions for signed giop datatypesMichael Mann1-4/+4
2012-11-05Add a few more expert_add_info_format calls to giop dissector which requires ...Michael Mann1-170/+94
2012-10-11Make idl2wrs dissectors filterable - Part 1Michael Mann1-198/+622