aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_proto.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-27Fix coverity warnings for all wslua files. (redux)Hadriel Kaplan1-64/+120
2014-02-25Fix bug 6357: Lua all_field_infos() broken within tap/listenerHadriel Kaplan1-3/+7
2014-02-25Adds some Lua helper functions: some commonly used functions, and to help tro...Hadriel Kaplan1-0/+30
2014-02-21Fix bug 9790: Lua: wslua allows duplicate field registrationHadriel Kaplan1-150/+137
2014-02-21Cleanup on aisle 5: normalizes the Lua code to follow common schema/modelHadriel Kaplan1-191/+124
2014-02-07Fix Bug 9728 'Lua: ProtoField.bool() VALUESTRING argument is not optional but...Hadriel Kaplan1-2/+6
2014-02-05Fix Bug 9725 'Lua: ProtoField.new() is buggy'Hadriel Kaplan1-2/+3
2014-01-31Fix for Bug-9711 Lua: the Lua stack is growing slightly during initialization.Hadriel Kaplan1-6/+8
2013-12-23Make Buildbot HappyAlexis La Goutte1-0/+1
2013-12-23Add FT_SYSTEM_ID type and convert the dissectors that use print_system_id wit...Michael Mann1-0/+3
2013-12-20Improved the valuestring documentation.Stig Bjørlykke1-7/+7
2013-12-20Replace one more g_memmove with memmove, add a cast to make the Lua stuffEvan Huus1-1/+1
2013-12-20Rewrote ProtoField_new to:Stig Bjørlykke1-47/+115
2013-12-07Rename base_display_* to field_displayJakub Zawadzki1-4/+4
2013-11-10Fix buildbot:Jakub Zawadzki1-0/+1
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-1/+1
2013-10-22Cannot define Field refering ProtoField defined in LUA. Bug 3513 (https://bug...Michael Mann1-0/+30
2013-10-06Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann1-0/+3
2013-09-13Explicit inclusion of emem.hJörg Mayer1-0/+2
2013-09-09Added DissectorTable_set and DissectorTable_remove_all to simplify changingStig Bjørlykke1-10/+94
2013-09-07Fix lua docstring causing the buildbot's documentation step to fail.Evan Huus1-2/+2
2013-09-07Added support for a "prefs_change" function in Lua scripts, which is calledStig Bjørlykke1-7/+27
2013-09-07Added support for integer range in DissectorTable_add and DissectorTable_remove.Stig Bjørlykke1-6/+28
2013-09-07A small documentation fix for DissectorTable_remove.Stig Bjørlykke1-1/+1
2013-09-07Added syntax and range checks for Lua Prefs.range default values.Stig Bjørlykke1-7/+26
2013-09-06Make the Lua dissector "init" routine work again.Stig Bjørlykke1-12/+2
2013-07-28Add support for 64 bit value string in Lua.Stig Bjørlykke1-12/+78
2013-07-10Document that ProtoField INT64 and UINT64 does not support value string.Stig Bjørlykke1-2/+2
2013-07-10Use luaL_optnumber for ProtoField mask, to avoid a signed cast.Stig Bjørlykke1-3/+3
2013-03-24Squelch some "casting away constness" warnings.Guy Harris1-2/+2
2013-03-14From beroset:Anders Broman1-16/+16