aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_tree.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-09Lua: Check out-of-bounds before tvb_strsize()Stig Bjørlykke1-4/+13
2016-01-09Add routines to add an item and return the item's real length.Guy Harris1-0/+1
2015-11-14Lua: Disallow ProtoField FRAMENUM to fetch from Tvb.Stig Bjørlykke1-0/+4
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-0/+1
2015-07-24Lua: fix "since 1.99.9" to be 1.99.8Hadriel Kaplan1-5/+5
2015-07-10wslua_tree: Fix Dead Store (Dead assignement/Dead increment) warning found by...Alexis La Goutte1-2/+2
2015-07-09Lua: add functions for more field informationHadriel Kaplan1-15/+188
2015-02-13wslua*: Add editor modelines; Fix indentation, etc as needed.Bill Meier1-0/+13
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-8/+12
2015-01-23Use luaL_{check,opt}integer() rather than luaL_{check,opt}int().Guy Harris1-3/+3
2015-01-04Make all Lua code use wmem not ememHadriel Kaplan1-8/+6
2015-01-04Lua: replace proto_tree_add_text callsHadriel Kaplan1-1/+8
2014-12-28Create FT_FCWWN field type.Michael Mann1-0/+2
2014-11-09Convert the Lua reference to AsciiDoc.Gerald Combs1-2/+2
2014-10-09Lua: Improved TreeItem:add documentation.Stig Bjørlykke1-9/+13
2014-04-17Add tvb_get and proto_tree_add for string-encoded byte arraysHadriel Kaplan1-0/+22
2014-04-16Fix "might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]" warning ...Bill Meier1-4/+4
2014-04-14Fix typo and make buildbot doc happyAlexis La Goutte1-1/+1
2014-04-14Try to make happy Ubuntu BuildbotAlexis La Goutte1-3/+3
2014-04-14Add tvb_get and proto_tree_add for string-encoded timestampsHadriel Kaplan1-6/+129
2014-03-28Allow chained calls with Lua TreeItem functions, and fix a couple of minor er...Hadriel Kaplan1-19/+65
2014-03-26Add filterable expert info for LuaHadriel Kaplan1-6/+97
2014-03-25Enhance Lua API doc generator and add more API infoHadriel Kaplan1-17/+25
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-27Fix coverity warnings for all wslua files. (redux)Hadriel Kaplan1-4/+4
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2014-02-21Cleanup on aisle 5: normalizes the Lua code to follow common schema/modelHadriel Kaplan1-74/+30
2014-02-07Fix Bug 9728 'Lua: ProtoField.bool() VALUESTRING argument is not optional but...Hadriel Kaplan1-8/+22
2014-02-04Adds support for Lua Int64 and UInt64 operators, functions, and generalHadriel Kaplan1-2/+2
2014-01-31Fix for Bug-9711 Lua: the Lua stack is growing slightly during initialization.Hadriel Kaplan1-1/+1
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2013-12-23Add FT_SYSTEM_ID type and convert the dissectors that use print_system_id wit...Michael Mann1-0/+1
2013-10-06Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann1-0/+1
2013-09-13Explicit inclusion of emem.hJörg Mayer1-0/+2
2013-09-10Added TreeItem prepend_text().Stig Bjørlykke1-0/+19
2013-09-08Couldn't quite figure out how to make the expert items in proto.c and the LUA...Michael Mann1-1/+1
2013-08-05Completely remove support for proto_item_set_expert_flags.Michael Mann1-20/+0
2013-03-16From beroset:Anders Broman1-6/+6
2013-02-25Fix typos/errors and make Lua API more consistent.Michael Mann1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-25From Tony Trinh:Anders Broman1-2/+2
2012-06-05Fix Coverity 702396: tvbr is ep_ allocated so it can't be NULL.Jeff Morriss1-7/+1
2012-05-14tvb_unicode_strsize() returns number of bytes, NOT number of UCS-2 characters.Jakub Zawadzki1-3/+1
2012-05-14Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-10/+87
2011-08-19Introduce NSTime Lua object to handle nstime_t.Stig Bjørlykke1-0/+4
2011-04-21Include config.h only from .c files.Stig Bjørlykke1-0/+4
2010-10-21Aw, man, I knew this code was parsed, but I missed the docbook part. Revert ...Jeff Morriss1-60/+32
2010-10-21Make the indentation consistent.Jeff Morriss1-33/+61
2010-05-12From Tamas Regos:Anders Broman1-1/+1