aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_struct.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-09spdx: more licenses converted.Dario Lombardo1-17/+1
2018-02-11wslua: Convert more comment markup to Asciidoctor.Gerald Combs1-5/+8
2017-02-27wslua: fix documentation of Struct.fromhexPeter Wu1-1/+1
2016-12-02Include config.h first, for large-file-related #defines.Guy Harris1-2/+1
2016-06-14wslua: Drop unused "push_code" macro parameterPeter Wu1-1/+1
2015-02-13wslua*: Add editor modelines; Fix indentation, etc as needed.Bill Meier1-9/+22
2015-01-23Fix some WsLua documentation errorsHadriel Kaplan1-0/+1
2015-01-03Lua: replace deprecated functionsHadriel Kaplan1-1/+0
2014-11-09Convert the Lua reference to AsciiDoc.Gerald Combs1-25/+25
2014-10-17Don't use <ctype.h> macros, and eliminate an include of <ctype.h>.Guy Harris1-6/+5
2014-10-13Lua: luaL_checkstring does not return NULLStig Bjørlykke1-10/+0
2014-03-28Allow chained calls with Lua TreeItem functions, and fix a couple of minor er...Hadriel Kaplan1-2/+3
2014-03-25Enhance Lua API doc generator and add more API infoHadriel Kaplan1-4/+72
2014-03-23Add Lua Struct.values() function, and prevent coercion in all Struct functionsHadriel Kaplan1-26/+66
2014-02-27Fix coverity warnings for all wslua files. (redux)Hadriel Kaplan1-3/+7
2014-02-25Adds some Lua helper functions: some commonly used functions, and to help tro...Hadriel Kaplan1-10/+54
2014-02-25Remove trailing whitespaceBill Meier1-6/+6
2014-02-21Cleanup on aisle 5: normalizes the Lua code to follow common schema/modelHadriel Kaplan1-3/+3
2014-02-14Move lua struct license to top of file.Evan Huus1-26/+23
2014-02-14Fix build on WindowsAlexis La Goutte1-1/+1
2014-02-14Adds support for Lua struct library so one can pack/unpack binary structuresHadriel Kaplan1-0/+529