aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte7-14/+0
2014-03-29Fix some compiler issues on windows with Lua 5.2Hadriel Kaplan4-6/+13
2014-03-28Allow chained calls with Lua TreeItem functions, and fix a couple of minor er...Hadriel Kaplan5-23/+121
2014-03-27Add paths to Lua package.path so require works for user scriptsHadriel Kaplan2-3/+64
2014-03-26Add various functions for Lua directory handling and path infoHadriel Kaplan10-197/+465
2014-03-26Add filterable expert info for LuaHadriel Kaplan6-15/+513
2014-03-25Enhance Lua API doc generator and add more API infoHadriel Kaplan13-1054/+1502
2014-03-23Add Lua Struct.values() function, and prevent coercion in all Struct functionsHadriel Kaplan3-26/+82
2014-03-22Fix request for implicit conversion from 'gpointer' to 'struct file_priv_t *'...AndersBroman1-2/+2
2014-03-22Add way for Lua file reader to save state per file read/write opsHadriel Kaplan1-19/+283
2014-03-21Fix API comments and don't use sprintf in wslua_int64.cHadriel Kaplan1-8/+8
2014-03-21Fix Bug 9903: 'Clicking reload-file ignores selected file format reader'Hadriel Kaplan2-9/+11
2014-03-19Fix buildAlexis La Goutte1-1/+1
2014-03-19Add capture file reader/writer support for Lua so scripts can implement new c...Michael Mann8-18/+2267
2014-03-15Fix lrexlib.c clang static analyzer warningHadriel Kaplan1-0/+3
2014-03-14Add Lua heuristic dissector supportHadriel Kaplan6-6/+293
2014-03-11Fix Bug 9870 'Lua: trying to call/get an invalid name results in a get-loop e...Hadriel Kaplan2-9/+74
2014-03-10Try to fix -Wparentheses-equality errors.Gerald Combs1-2/+2
2014-03-10Replace "see copyright notice in" message with full licenseEvan Huus4-6/+105
2014-03-10Add two more casts to satisfy OSX10.6 buildbotEvan Huus1-2/+2
2014-03-10Fix Windows x64 build failureAnders Broman1-1/+1
2014-03-10add explicit casts to fix compilation on LinuxMartin Kaiser3-12/+14
2014-03-10Add GLib's regex library into LuaHadriel Kaplan10-0/+1721
2014-03-09Fix Bug 9853: 'Lua: trying to get/access a Preference before its registered c...Hadriel Kaplan1-9/+14
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte12-24/+0
2014-02-27Fix build with recent lua changes.Evan Huus2-13/+13
2014-02-27Fix coverity warnings for all wslua files. (redux)Hadriel Kaplan14-171/+383
2014-02-25Fix bug 6357: Lua all_field_infos() broken within tap/listenerHadriel Kaplan3-3/+20
2014-02-25Adds some Lua helper functions: some commonly used functions, and to help tro...Hadriel Kaplan7-66/+387
2014-02-25Remove trailing whitespaceBill Meier5-25/+25
2014-02-21Fix bug 9790: Lua: wslua allows duplicate field registrationHadriel Kaplan1-150/+137
2014-02-21Add test suite for verifying Lua global variables/tables of previous releases...Hadriel Kaplan2-1/+3
2014-02-21And we need wslua_internals.obj as well.Guy Harris1-8/+9
2014-02-21Need to include wslua_internals.c here as well.Guy Harris1-1/+2
2014-02-21Fix warnings - index() is declared as a function in some systems.Guy Harris1-4/+4
2014-02-21Revert "Add test suite for verifying Lua global variables/tables of previous ...Evan Huus1-1/+1
2014-02-21Add test suite for verifying Lua global variables/tables of previous releases...Hadriel Kaplan1-1/+1
2014-02-21Cleanup on aisle 5: normalizes the Lua code to follow common schema/modelHadriel Kaplan15-1360/+1081
2014-02-20Fix Bug 9792: 'Lua: setting pinfo.dst_port actually sets src_port'Hadriel Kaplan1-1/+1
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 Kaplan7-11/+554
2014-02-13Lua: add ability for scripts loaded from command-line to be passed argumentsHadriel Kaplan1-6/+29
2014-02-09Fix bug 9736 'Lua: new Int64/UInt64 functions don't prevent division by zero'Hadriel Kaplan2-24/+57
2014-02-08Fix bug 9733 ' Lua: wtap_filetypes.TSPREC_ variable names are missing from th...Hadriel Kaplan1-1/+2
2014-02-08Fix bug 9732: ' Lua: recent commit changed some MENU_ key names in init.lua'Hadriel Kaplan2-2/+10
2014-02-07Fix Bug 9728 'Lua: ProtoField.bool() VALUESTRING argument is not optional but...Hadriel Kaplan3-15/+33
2014-02-05Two fixes for license headersEvan Huus1-39/+35
2014-02-05Fix Bug 9725 'Lua: ProtoField.new() is buggy'Hadriel Kaplan1-2/+3
2014-02-04Fix bug 9720 'Lua: bitop library is missing in Lua 5.2'Hadriel Kaplan1-1/+3