aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_dissector.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-21Lua: remove lua_data_handlePeter Wu1-2/+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
2018-02-11wslua: Convert more comment markup to Asciidoctor.Gerald Combs1-3/+3
2018-02-09wslua: use SPDX identifiers.Dario Lombardo1-13/+1
2017-08-27Lua: fix crash on invalid Dissector.list("food") invocationPeter Wu1-1/+1
2017-01-07Convert range API to always use wmem memory.Michael Mann1-9/+9
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-06-14wslua: Drop unused "push_code" macro parameterPeter Wu1-2/+2
2016-03-28Fix warnings/errors of type -Wused-but-marked-unusedJoerg Mayer1-1/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+2
2016-02-08Revert "Lua: Remove WSLUA_ERROR on dissecting error"Stig Bjørlykke1-0/+8
2016-02-08Lua: Remove WSLUA_ERROR on dissecting errorStig Bjørlykke1-8/+0
2015-12-11new_register_dissector -> register_dissector for remaining uses.Michael Mann1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-09-27Qt: Add the Dissector Tables dialog.Gerald Combs1-1/+1
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-1/+43
2015-07-12Lua: split up wslua files into class-based filesHadriel Kaplan1-0/+692