aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_file_handler.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-19wslua: Replace g_assert() with ws_assert()João Valverde1-1/+1
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-2/+2
2021-02-23wiretap: rename wtap_register_file_type_subtypes().Guy Harris1-1/+1
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris1-5/+267
2021-02-17wiretap: more work on file type/subtypes.Guy Harris1-11/+1
2021-02-13wiretap: file types have a name and a description.Guy Harris1-17/+17
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-1/+1
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-56/+52
2020-10-13Revert "No need for a local lua_State * variable in file handler routines."Guy Harris1-54/+64
2020-10-13No need for a local lua_State * variable in file handler routines.Guy Harris1-64/+54
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-9/+9
2019-01-26wslua_file_handler: fix leak of opt_commentPeter Wu1-0/+3
2019-01-21wslua: register attributes along with their classMartin Kaiser1-2/+1
2018-12-29Lua: fix crash in reloading Lua plugins that use FileHandlerPeter Wu1-18/+43
2018-09-19Try to discourage the use of APIs via counting.Gerald Combs1-18/+17
2018-03-15wslua: use Filehandler.extensions for controlling output filesPeter Wu1-5/+18
2018-02-11wslua: Convert more comment markup to Asciidoctor.Gerald Combs1-3/+5
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-9/+9
2017-12-16wslua: Fix memory leakagesStig Bjørlykke1-0/+2
2017-03-07lua: improve FileHandler:[seek_]read behavior and documentationPeter Wu1-12/+37
2016-12-21Lua: Fix some typos.Stig Bjørlykke1-8/+8
2016-07-26Use ws_g_warning in wslua.Michael Mann1-18/+18
2016-06-14wslua: Drop unused "push_code" macro parameterPeter Wu1-1/+1
2015-11-16For now, call the finish routine in Lua file writers "close".Guy Harris1-7/+7
2015-11-09Call the dumper routine to finish write a file the "finish" routine.Guy Harris1-16/+16
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-0/+5
2015-07-12Lua: split up wslua files into class-based filesHadriel Kaplan1-0/+997