aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2019-02-26wslua: simplify __WSLUA_REGISTER_META and _CLASSMartin Kaiser1-8/+8
2019-02-07wslua: do not partially disable the Lua API when run as rootPeter Wu1-19/+6
2019-02-07wslua: do not load console.lua when run as rootPeter Wu1-1/+3
2019-01-29wslua: Don't defer deletion of subtree indexesStig Bjørlykke1-5/+2
2019-01-29wslua: Update wslua_register_menu() documentationStig Bjørlykke2-1/+3
2019-01-28wslua: Improve syntax error messageStig Bjørlykke1-3/+3
2019-01-28lua: fix build with Lua 5.1 due to missing LUA_OK macroPeter Wu1-1/+1
2019-01-28wslua: include Lua stack trace in startup error messagesPeter Wu1-6/+28
2019-01-27wslua_pinfo: fix memleaks on setting addresses in PinfoPeter Wu1-1/+5
2019-01-27wslua: fix memleak of unregistered ProtoField fieldPeter Wu2-2/+21
2019-01-27wslua: fix memleaks related to Proto and PrefPeter Wu4-46/+49
2019-01-27wslua_listener: fix memleak in tap packet callbackPeter Wu1-1/+4
2019-01-26wslua_field: fix memory leaks in Field_newPeter Wu2-40/+47
2019-01-26wslua_nstime: fix memleak for bad arguments to NSTimePeter Wu1-4/+5
2019-01-26wslua_file_handler: fix leak of opt_commentPeter Wu2-1/+4
2019-01-25wiretap: fix memleaks with wtap_rec::opt_commentPeter Wu2-0/+6
2019-01-21wslua: register attributes along with their classMartin Kaiser12-79/+24
2019-01-09Clarify the name and description for a link-layer encapsulation type.Guy Harris1-2/+2
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-4/+7
2018-12-30Revert "Add routines to load Lua programs that assume the path is UTF-8 on Wi...Peter Wu2-171/+2
2018-12-29Lua: fix crash in reloading Lua plugins that use FileHandlerPeter Wu1-18/+43
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris2-3/+3
2018-12-18Lua: Fix compilation with Lua 5.1.Gerald Combs1-0/+5
2018-12-17Add routines to load Lua programs that assume the path is UTF-8 on Windows.Guy Harris2-2/+166
2018-12-03CMake: Simplify CMAKE_INSTALL_DATADIR usageJoão Valverde1-7/+1
2018-11-29CMake: Change some install() paths to match NSIS packageJoão Valverde1-1/+7
2018-11-16Use an enum for compression types in various interfaces.Guy Harris3-5/+5
2018-11-16Use the dump parameters structure for non-pcapng-specific stuff.Guy Harris1-7/+6
2018-11-13Don't have _ng versions of the dumper open routines.Guy Harris1-2/+6
2018-10-18lua: add support for ethernet addresses to the Address classMartin Kaiser1-9/+17
2018-10-17wslua: Add support for base.RANGE_STRING handling.Richard Sharpe2-35/+200
2018-09-30Show the *per-file* encapsulation in the __tostring method.Guy Harris1-2/+2
2018-09-25Rename packet-ssl* to packet-tls*Gerald Combs1-2/+2
2018-09-20epan: fix various misannotations of VALS/RVALS/VALS64/TFSPeter Wu1-2/+2
2018-09-19Try to discourage the use of APIs via counting.Gerald Combs7-45/+39
2018-09-12Revert "Some older compilers don't allow diagnostic pragmas inside a function."Guy Harris1-2/+3
2018-09-11Some older compilers don't allow diagnostic pragmas inside a function.Guy Harris1-3/+2
2018-09-07Lua: remove various logging functions (debug, warn, etc.)Peter Wu4-81/+13
2018-09-07wslua: fix source argument in debug info for luacovPeter Wu1-13/+15
2018-09-05epan: Guard g_base64_decode_inplace() against zero length stringStig Bjørlykke1-7/+9
2018-09-03epan: Use g_base64_decode_inplace()Stig Bjørlykke1-6/+5
2018-08-29epan: Remove unnecessary all protocols registration callbackJoão Valverde1-1/+0
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris2-2/+2
2018-07-20Lua: Switch from disable_lua to enable_lua.Gerald Combs2-6/+16
2018-05-25wslua: fix NSTime:__tostring for negative valuesPeter Wu1-2/+30
2018-05-14Free g_array_free-related memory leaksPeter Wu2-9/+3
2018-05-14Free g_ptr_array_free-related memory leaksPeter Wu1-1/+1
2018-05-10wslua: fix memleak in Dir.remove_all on error pathPeter Wu1-3/+2
2018-05-04Get rid of more autotoolsisms.Guy Harris2-30/+1
2018-04-30Lua: Remove autotools specific code for build pathJoão Valverde1-12/+1