aboutsummaryrefslogtreecommitdiffstats
path: root/tools/wireshark_gen.py
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-19We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-05Replace process_RequestOperation macro by a real function to speedup compilat...Pascal Quantin1-6/+14
2012-08-14Bug 3725 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3725)Michael Mann1-9/+0
2012-08-08From Michael Mann on -dev:Jeff Morriss1-1/+1
2012-08-08Use expert infos instead of g_warning when something unexpected is found.Jeff Morriss1-11/+25
2012-07-08Add a function to packet-giop.c that does what the code that Jeff Morriss1-10/+1
2012-07-08Eliminate a lot of function-local variables by not storing the result ofJeff Morriss1-161/+55
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-31Remove redundant code from the template.Anders Broman1-5/+1
2012-05-30Modify IDL generated plugin interface (untested)Anders Broman1-2/+2
2011-11-29From c.David via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6527Alexis La Goutte1-4/+11
2011-11-29From c.David via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6527Alexis La Goutte1-2/+2
2011-11-18Fix major (> 100) Dead Store (Dead assignement/Dead increment) Warning found ...Alexis La Goutte1-79/+18
2011-11-18Some modification in generated GIOP dissector plugins in not include in "gene...Alexis La Goutte1-4/+5
2010-05-24Refer to the endianness arguments as "encoding" rather thanGuy Harris1-1/+1
2010-05-13Create a new REP_NA value for fields where there are no representationsGuy Harris1-1/+1
2010-04-05Get rid of a bunch of check_col().Anders Broman1-1/+0