aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_util.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-25Clean up modelines and indentation.Guy Harris1-3/+3
2015-07-24Lua: fix "since 1.99.9" to be 1.99.8Hadriel Kaplan1-1/+1
2015-07-23Lua: add plugin version infoHadriel Kaplan1-0/+64
2015-03-12CMake: Update wslua build and test.Gerald Combs1-1/+7
2015-03-07Get rid of an unused structure member.Guy Harris1-1/+0
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier1-1/+1
2014-11-14Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].Guy Harris1-1/+1
2014-11-14tap_ui -> stat_tap_ui.Guy Harris1-2/+2
2014-11-14For tap UIs, register a list of parameters and some menu information.Guy Harris1-1/+9
2014-10-13Lua: luaL_checkstring does not return NULLStig Bjørlykke1-8/+1
2014-06-17lua_pushstring takes a copy of its argumentEvan Huus1-2/+4
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-2/+2
2014-03-26Add various functions for Lua directory handling and path infoHadriel Kaplan1-172/+2
2014-03-25Enhance Lua API doc generator and add more API infoHadriel Kaplan1-132/+27
2014-03-19Add capture file reader/writer support for Lua so scripts can implement new c...Michael Mann1-11/+10
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-27Fix coverity warnings for all wslua files. (redux)Hadriel Kaplan1-7/+24
2014-02-25Adds some Lua helper functions: some commonly used functions, and to help tro...Hadriel Kaplan1-0/+108
2014-02-21Cleanup on aisle 5: normalizes the Lua code to follow common schema/modelHadriel Kaplan1-58/+4
2014-02-04Adds support for Lua Int64 and UInt64 operators, functions, and generalHadriel Kaplan1-0/+13
2014-01-31Fix for Bug-9711 Lua: the Lua stack is growing slightly during initialization.Hadriel Kaplan1-1/+1
2014-01-30Lua: Improved running in build directory.Stig Bjørlykke1-1/+32
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-2/+2
2013-08-14Get rid of -Wshadow warning - I guess we're including something thatGuy Harris1-2/+2
2013-08-14Use 4-space indentation consistently.Guy Harris1-214/+214
2013-04-09Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written toJeff Morriss1-2/+2
2013-03-16From beroset:Anders Broman1-4/+4
2013-02-25Fix typos/errors and make Lua API more consistent.Michael Mann1-4/+3
2013-02-25Fix Lua 5.2 panic problems.Michael Mann1-0/+13
2012-12-26Fix a bunch of warnings.Guy 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-2/+2
2011-11-06From Robert G. Jakabosky via bug 5575:Stig Bjørlykke1-3/+5
2011-04-21Include config.h only from .c files.Stig Bjørlykke1-0/+4
2011-01-30Fix a number of msvc level 4 "Unreachable code" warnings by removing unneededBill Meier1-1/+0
2010-10-21Aw, man, I knew this code was parsed, but I missed the docbook part. Revert ...Jeff Morriss1-276/+230
2010-10-21Make the indentation consistent.Jeff Morriss1-270/+316
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-1/+1
2010-04-20From Tamas Regos via bug 4699:Stig Bjørlykke1-0/+6
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-1/+1
2010-01-28Fix various gcc -Wshadow warnings.Bill Meier1-6/+6
2009-12-30From babi via bug 4352:Stig Bjørlykke1-1/+2
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris1-1/+1
2009-10-11Make more functions static.Stig Bjørlykke1-2/+2
2009-09-29Avoid a possible dereference of null pointer.Stig Bjørlykke1-1/+3
2009-05-08Adjusted arguments used in Lua Pref.statictext()Stig Bjørlykke1-19/+19
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-07-29Try to get the docbook buildbot runnig.Luis Ontanon1-1/+1
2008-04-29Get rid of old GLib 1.2[.x] stuff, as we now require GLib 2.x.Guy Harris1-6/+0