aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_dissector.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-22Lua: `DissectorTable.heuristic_new()` with descriptionDavid Perry1-4/+16
2023-11-01WSLua DissectorTable GUID SupportJason Tang1-3/+70
2023-06-14wslua: Catch more types of exceptionsJohn Thacker1-2/+4
2023-06-14Declare list in DissectorTable_heuristic_newPatrick Rauscher1-0/+1
2023-06-14Lua: add DissectorTable.heuristic_new() functionPatrick Rauscher1-0/+19
2022-09-13Clarify dissector description, protocol short name, and protocol ong name.Guy Harris1-2/+2
2022-09-12Give dissectors a descriptive string.Guy Harris1-1/+1
2021-03-26Lua: add DissectorTable.try_heuristics() functionDaniel Dulaney1-0/+30
2020-11-05wslua: Return nil from Dissector.get() when not foundStig Bjørlykke1-9/+8
2020-03-30wslua: Update the dissector docs.Gerald Combs1-35/+33
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