aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_proto.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-19wslua: Initialize Proto members on creationStig Bjørlykke1-3/+3
2021-06-10Try to avoid -Wunused with vanishing macrosJoão Valverde1-1/+1
2021-05-19wslua: Replace g_assert() with ws_assert()João Valverde1-3/+3
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-1/+1
2020-03-30wslua: Cross-reference and title case fixes.Gerald Combs1-2/+2
2020-03-30wslua: Update the dissector docs.Gerald Combs1-26/+20
2019-10-28wslua: Fix memleak of unregistered ProtoExpertStig Bjørlykke1-1/+7
2019-10-28wslua: Fix memleak of unregistered ProtoField stringsStig Bjørlykke1-0/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-29wslua: Don't defer deletion of subtree indexesStig Bjørlykke1-5/+2
2019-01-27wslua: fix memleak of unregistered ProtoField fieldPeter Wu1-0/+7
2019-01-27wslua: fix memleaks related to Proto and PrefPeter Wu1-2/+4
2019-01-21wslua: register attributes along with their classMartin Kaiser1-2/+1
2018-02-11wslua: Convert more comment markup to Asciidoctor.Gerald Combs1-1/+1
2018-02-09wslua: use SPDX identifiers.Dario Lombardo1-13/+1
2017-12-14epan: Make expert info summary text mandatoryStig Bjørlykke1-5/+0
2017-12-13epan: Use expert info summary text as field nameStig Bjørlykke1-2/+4
2017-04-12Add an API to let a postdissector specify fields whose values it needs.Guy Harris1-0/+10
2016-11-13lua: Allow proto:register_heuristic to be used on multiple list namesFranklin "Snaipe" Mathieu1-2/+11
2016-06-14wslua: Drop unused "push_code" macro parameterPeter Wu1-1/+1
2016-04-17wslua: fix crash on Lua errors in dissect_tcp_pdus get_len_funcPeter Wu1-3/+4
2016-03-31wslua: avoid memleak on duplicate names for Proto.newPeter Wu1-2/+2
2016-03-28Fix warnings/errors of type -Wused-but-marked-unusedJoerg Mayer1-2/+2
2016-03-13Lua: Remove heur dissectors when reload Lua pluginsStig Bjørlykke1-0/+16
2016-03-13Lua: Check for duplicate heuristic short nameStig Bjørlykke1-0/+5
2015-12-11Qt: Reload Lua expert infosStig Bjørlykke1-0/+3
2015-12-11new_register_dissector -> register_dissector for remaining uses.Michael Mann1-2/+2
2015-11-21Lua: Validate Proto() argumentsStig Bjørlykke1-4/+15
2015-10-05wslua: fix crash when a LUA error is raised in TRY blockPeter Wu1-5/+9
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-19/+91
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-13Lua: all protocol tree entries expand/contract togetherHadriel Kaplan1-1/+5
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+2
2015-07-12Lua: split up wslua files into class-based filesHadriel Kaplan1-2118/+28
2015-07-11Lua: fix docs and default base for ProtoField.framenum()Hadriel Kaplan1-3/+4
2015-07-09Lua: add functions for more field informationHadriel Kaplan1-18/+17
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-0/+172
2015-01-24Get Wireshark to compile with afl-gcc.Gerald Combs1-2/+2
2015-01-23Use luaL_{check,opt}integer() rather than luaL_{check,opt}int().Guy Harris1-14/+14
2015-01-12Remove emem APIs from UAT functionality.Michael Mann1-1/+7
2015-01-04Make all Lua code use wmem not ememHadriel Kaplan1-6/+3
2014-12-31Lua: allow a Dissector object to be passed in for register_heuristicHadriel Kaplan1-0/+30
2014-12-28Expose dissector_add_for_decode_as() to LuaHadriel Kaplan1-0/+24
2014-12-28Create FT_FCWWN field type.Michael Mann1-0/+3
2014-12-15Enable case-insensitive string dissector tablesEvan Huus1-1/+1
2014-12-11Give dissector_all_heur_tables_foreach_table() a sort function.Guy Harris1-1/+1
2014-12-11Make the type of the second argument to a DATFunc_heur_table explicit.Guy Harris1-1/+1
2014-11-06Lua: Fixed some memory leakages.Stig Bjørlykke1-9/+11
2014-11-04Lua: Fix for register dissectors only once.Stig Bjørlykke1-1/+3
2014-11-04Lua: Register dissectors only once.Stig Bjørlykke1-6/+3