aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_util.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-12-30Revert "Add routines to load Lua programs that assume the path is UTF-8 on Wi...Peter Wu1-167/+0
2018-12-18Lua: Fix compilation with Lua 5.1.Gerald Combs1-0/+5
2018-12-17Add routines to load Lua programs that assume the path is UTF-8 on Windows.Guy Harris1-0/+162
2018-09-19Try to discourage the use of APIs via counting.Gerald Combs1-3/+2
2018-09-07Lua: remove various logging functions (debug, warn, etc.)Peter Wu1-54/+0
2018-05-04Get rid of more autotoolsisms.Guy Harris1-18/+1
2018-03-24wslua: Fix loggingPeter Wu1-1/+2
2018-02-11wslua: Convert more comment markup to Asciidoctor.Gerald Combs1-2/+4
2018-02-09wslua: use SPDX identifiers.Dario Lombardo1-13/+1
2017-12-19wslua: Fix logger after g6a5e90f2Stig Bjørlykke1-1/+1
2016-12-20cmake,wslua,wsutil: load files from run/ instead of source treePeter Wu1-7/+13
2016-07-26Use ws_g_warning in wslua.Michael Mann1-2/+3
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