aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-12From Tamas Regos:Anders Broman1-46/+29
2010-01-01Use correct length for FT_STRINGZ when adding the item to the tree.Stig Bjørlykke1-1/+4
2009-10-02From Beth via bug 4049:Stig Bjørlykke1-0/+3
2009-09-10From Diego:Anders Broman1-0/+20
2009-06-08Added a missing check for expired TreeItem.Stig Bjørlykke1-22/+28
2009-05-08Adjusted arguments used in Lua Pref.statictext()Stig Bjørlykke1-6/+6
2009-01-27Corrected some defines. Use defines when appropriate.Stig Bjørlykke1-7/+7
2008-09-16Adds 64 bit integer handling to Lua interface.Balint Reczey1-2/+2
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-07-29Try to get the docbook buildbot runnig.Luis Ontanon1-1/+1
2008-07-26From Balint ReczeyLuis Ontanon1-28/+66
2008-04-25From: Márton Németh:Jaap Keuter1-2/+2
2008-04-12From Marton Nemeth (bug 2447):Stig Bjørlykke1-1/+1
2008-02-22From Balint Reczey via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=226...Jeff Morriss1-1/+1
2008-02-21Fix Bug Enable int64, uint64 and ipv4 type fields for the Lua dissectorsAnders Broman1-1/+7