aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua.h
AgeCommit message (Expand)AuthorFilesLines
2016-02-05Qt: Add check for field extractorsStig Bjørlykke1-0/+1
2015-12-14Lua: Free Pref default stringStig Bjørlykke1-0/+1
2015-12-14wslua: Change macro to avoid nuisance warning [-Wredundant-decls]João Valverde1-4/+4
2015-11-16For now, call the finish routine in Lua file writers "close".Guy Harris1-1/+1
2015-11-09Call the dumper routine to finish write a file the "finish" routine.Guy Harris1-1/+1
2015-10-05wslua: fix crash when a LUA error is raised in TRY blockPeter Wu1-0/+20
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-2/+15
2015-07-23Lua: add plugin version infoHadriel Kaplan1-0/+3
2015-07-12Lua: split up wslua files into class-based filesHadriel Kaplan1-0/+1
2015-07-09Lua: add functions for more field informationHadriel Kaplan1-4/+5
2015-07-07Qt: Add initial Lua support.Gerald Combs1-1/+1
2015-02-13wslua*: Add editor modelines; Fix indentation, etc as needed.Bill Meier1-1/+14
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-0/+4
2015-01-23Use luaL_{check,opt}integer() rather than luaL_{check,opt}int().Guy Harris1-5/+5
2015-01-04Lua: replace proto_tree_add_text callsHadriel Kaplan1-0/+1
2014-11-04Lua: Register dissectors only once.Stig Bjørlykke1-0/+1
2014-10-17Don't use <ctype.h> macros, and eliminate an include of <ctype.h>.Guy Harris1-1/+0
2014-05-09Revert "Refactor Wiretap"Guy Harris1-5/+5
2014-05-09Refactor WiretapMichael Mann1-5/+5
2014-03-28Allow chained calls with Lua TreeItem functions, and fix a couple of minor er...Hadriel Kaplan1-0/+3
2014-03-26Add various functions for Lua directory handling and path infoHadriel Kaplan1-0/+2
2014-03-26Add filterable expert info for LuaHadriel Kaplan1-0/+13
2014-03-23Add Lua Struct.values() function, and prevent coercion in all Struct functionsHadriel Kaplan1-0/+2
2014-03-21Fix Bug 9903: 'Clicking reload-file ignores selected file format reader'Hadriel Kaplan1-3/+5
2014-03-19Add capture file reader/writer support for Lua so scripts can implement new c...Michael Mann1-7/+94
2014-03-14Add Lua heuristic dissector supportHadriel Kaplan1-0/+4
2014-03-11Fix Bug 9870 'Lua: trying to call/get an invalid name results in a get-loop e...Hadriel Kaplan1-3/+3
2014-03-10Add GLib's regex library into LuaHadriel Kaplan1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-27Fix build with recent lua changes.Evan Huus1-12/+12
2014-02-27Fix coverity warnings for all wslua files. (redux)Hadriel Kaplan1-9/+44
2014-02-25Fix bug 6357: Lua all_field_infos() broken within tap/listenerHadriel Kaplan1-0/+1
2014-02-25Adds some Lua helper functions: some commonly used functions, and to help tro...Hadriel Kaplan1-0/+3
2014-02-25Remove trailing whitespaceBill Meier1-8/+8
2014-02-21Cleanup on aisle 5: normalizes the Lua code to follow common schema/modelHadriel Kaplan1-27/+117
2014-02-14Adds support for Lua struct library so one can pack/unpack binary structuresHadriel Kaplan1-0/+6
2014-02-09Fix bug 9736 'Lua: new Int64/UInt64 functions don't prevent division by zero'Hadriel Kaplan1-5/+2
2014-02-04Adds support for Lua Int64 and UInt64 operators, functions, and generalHadriel Kaplan1-6/+10
2014-01-13In a source file that defines external functions, the header file thatGuy Harris1-2/+0
2014-01-07Added expired handling to FieldInfo.Stig Bjørlykke1-1/+8
2013-12-22Avoid including definition of column_info structure in dissectors.Jakub Zawadzki1-0/+1
2013-12-21Fix buildbot: ./wslua_util.c:102: warning: implicit declaration of function '...Jakub Zawadzki1-0/+1
2013-12-19Renamed new_TvbRange to push_TvbRange and use this when creating a newStig Bjørlykke1-0/+1
2013-12-03missing stdlib.h include for wslua.Jakub Zawadzki1-0/+1
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-10-23Add Lua cleanup on shutdown, to help with memory leak detection. Bug 5575 (...Michael Mann1-0/+1
2013-10-22Cannot define Field refering ProtoField defined in LUA. Bug 3513 (https://bug...Michael Mann1-0/+2
2013-09-13Explicit inclusion of emem.hJörg Mayer1-1/+0
2013-09-07Added support for a "prefs_change" function in Lua scripts, which is calledStig Bjørlykke1-1/+2
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-2/+5