aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/make-taps.pl
AgeCommit message (Expand)AuthorFilesLines
2022-06-27wslua: Port make-taps to Python3Gerald Combs1-222/+0
2018-03-07spdx: more licenses converted.Dario Lombardo1-13/+1
2017-06-21Lua: Add "tonumber" method to NSTimeSilvio Gissi1-2/+4
2016-04-17make-taps.pl: Remove perl >= 5.14 requirementJoão Valverde1-1/+4
2016-04-16make-taps.pl: Enable "use warnings" pragmaJoão Valverde1-18/+19
2016-03-30make-taps.pl: Fix generated code indentationJoão Valverde1-8/+11
2016-03-28wslua: handle parameters with const keyword when generating tapsPascal Quantin1-0/+2
2016-03-28Fix warnings/errors of type -Wused-but-marked-unusedJoerg Mayer1-2/+2
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-2/+2
2015-08-16make-taps.pl: Remove duplicate slash in pathnameJoão Valverde1-1/+1
2014-08-12Fix generation of wslua taps in out-of-source-tree builds when the source treeJeff Morriss1-2/+1
2014-08-03Make Lua taps work in out-of-source-tree builds.Jeff Morriss1-7/+9
2014-08-02Revert "Make Lua taps work in out-of-source-tree builds."Evan Huus1-9/+7
2014-08-02Make Lua taps work in out-of-source-tree builds.Jeff Morriss1-7/+9
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-14Don't cast away constness.Guy Harris1-2/+2
2013-12-15Fix some const/ not const warnings.Jakub Zawadzki1-1/+1
2013-03-16From beroset:Anders Broman1-3/+3
2012-12-26OK, fine, maybe sometimes it's used; flag it with _U_ while we're at it.Guy Harris1-1/+1
2012-12-26If a parameter might be unused, mark it with _U_; don't stick in a fakeGuy Harris1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-25From Tony Trinh:Anders Broman1-3/+3
2011-04-21Include config.h only from .c files.Stig Bjørlykke1-0/+4
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-02-19Add 'executable' property to a few .pl and .py filesBill Meier1-0/+0
2007-05-21Fix warning about unused parameterJörg Mayer1-1/+1
2007-03-22fix warningsUlf Lamping1-2/+2
2007-03-21Fixes for: warning: ISO C does not allow extra ';' outside of a functionJörg Mayer1-1/+1
2006-11-06Avoid ${ename}[...] being interpreted as $ename[...].Luis Ontanon1-1/+1
2006-10-17Several changes:Luis Ontanon1-4/+20
2006-09-25Move the Lua interface into epan... (not a plugin anymore).Luis Ontanon1-0/+206