aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_proto.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-31Lua: Only register postdissectors once.Stig Bjørlykke1-0/+1
2014-10-22Lua: Added support for FT_EUI64.Stig Bjørlykke1-1/+12
2014-10-18Lua: Added ProtoField.noneStig Bjørlykke1-2/+11
2014-10-17Don't use <ctype.h> macros, and eliminate an include of <ctype.h>.Guy Harris1-2/+1
2014-10-13Lua: luaL_checkstring does not return NULLStig Bjørlykke1-75/+51
2014-10-07ASN1: Added support for using #.REGISTER_NEWStig Bjørlykke1-14/+19
2014-10-07Revert "ASN1: Added support for using #.REGISTER_NEW"Gerald Combs1-19/+14
2014-10-07ASN1: Added support for using #.REGISTER_NEWStig Bjørlykke1-14/+19
2014-09-10Various minor changes:Bill Meier1-6/+19
2014-09-09Fix some spelling & grammar.Bill Meier1-1/+1
2014-06-17Return number of bytes dissected in dissector:callStig Bjørlykke1-2/+4
2014-06-15Fix documentation for DissectorTable_get_dissectorStig Bjørlykke1-4/+4
2014-03-28Allow chained calls with Lua TreeItem functions, and fix a couple of minor er...Hadriel Kaplan1-2/+2
2014-03-26Add filterable expert info for LuaHadriel Kaplan1-3/+187
2014-03-25Enhance Lua API doc generator and add more API infoHadriel Kaplan1-307/+396
2014-03-14Add Lua heuristic dissector supportHadriel Kaplan1-0/+134
2014-03-09Fix Bug 9853: 'Lua: trying to get/access a Preference before its registered c...Hadriel Kaplan1-9/+14
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-27Fix build with recent lua changes.Evan Huus1-1/+1