aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-27wslua: fix memleaks related to Proto and PrefPeter Wu1-0/+2
2019-01-26wslua_field: fix memory leaks in Field_newPeter Wu1-1/+7
2019-01-21wslua: register attributes along with their classMartin Kaiser1-14/+11
2018-09-07Lua: remove various logging functions (debug, warn, etc.)Peter Wu1-1/+0
2018-02-11wslua: Convert more comment markup to Asciidoctor.Gerald Combs1-1/+1
2018-02-09wslua: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-3/+3
2017-12-19wslua: Fix logger after g6a5e90f2Stig Bjørlykke1-0/+3
2017-12-16wslua: Fix crash in Dir.open()Stig Bjørlykke1-1/+0
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
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