aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua.h
AgeCommit message (Expand)AuthorFilesLines
2016-10-18wslua: prepare for split class/instance (meta)methodsPeter Wu1-41/+40
2016-07-21No need to check for string option values being null.Guy Harris1-2/+2
2016-07-14Redo the block options APIs.Guy Harris1-3/+36
2016-06-14wslua: remove FAIL_ON_NULL_MEMBER_OR_EXPIREDPeter Wu1-8/+0
2016-06-14wslua: Drop unused "push_code" macro parameterPeter Wu1-4/+3
2016-06-01Add data structures necessary to support multiple Section Header blocks.Michael Mann1-3/+7
2016-05-22Add wtap_optionblock_set_option_string_formatMichael Mann1-1/+2
2016-04-11Lua: Fix add and remove Fields when reload Lua pluginsStig Bjørlykke1-0/+1
2016-03-13Lua: Remove heur dissectors when reload Lua pluginsStig Bjørlykke1-0/+1
2016-03-01CMake: Add more structure to libwireshark buildJoão Valverde1-1/+1
2016-02-23Making wiretap option blocks more generic.Michael Mann1-0/+21
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