aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2019-12-18De-camel-ize "Wireshark" in a few places.Gerald Combs1-1/+0
2019-11-05funnel: Free callback dataStig Bjørlykke1-0/+1
2019-11-05funnel: Free callback dataStig Bjørlykke2-2/+10
2019-10-28wslua: Fix memleak of unregistered ProtoExpertStig Bjørlykke2-4/+20
2019-10-28wslua: Fix memleak of unregistered ProtoField stringsStig Bjørlykke2-1/+3
2019-10-16wslua: Improve parameter check in ProtoField.new()Stig Bjørlykke1-10/+24
2019-10-16wslua: Add ProtoField.char()Stig Bjørlykke1-4/+29
2019-10-15Lua: Use space for indentStig Bjørlykke1-6/+6
2019-10-14Lua: Support FT_CHAR in FieldStig Bjørlykke1-0/+1
2019-07-28HTTPS In Even More Places, update some links.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris29-29/+29
2019-07-22wslua: pinfo: make p2p_dir accessible to lua dissectorsMartin Kaiser2-0/+9
2019-07-21Lua: remove lua_data_handlePeter Wu3-7/+2
2019-06-16wslua: add a Proto parameter to DissectorTable.new()Martin Kaiser1-4/+10
2019-06-16wslua: clean up DissectorTable_new()Martin Kaiser1-27/+32
2019-06-14wslua: add support for ft_none dissector tablesMartin Kaiser1-2/+7
2019-05-26wslua: fix error handling for invalid dissector tableMartin Kaiser1-1/+1
2019-05-26wslua: print the correct type for FT_NONE dissector tablesMartin Kaiser1-0/+5
2019-05-20wslua(pinfo): fix typoAlexis La Goutte1-2/+2
2019-05-17Lua: define table.unpack for Lua 5.1 for compatibilityPeter Wu1-0/+8
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-9/+9
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs2-7/+7
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