aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-17From RuudS:Stig Bjørlykke1-1/+3
2006-10-24Have Lua disabled by default.Luis Ontanon1-20/+37
2006-10-18Add module information for generated docsLuis Ontanon1-1/+3
2006-09-25Move the Lua interface into epan... (not a plugin anymore).Luis Ontanon1-0/+290