aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua.h
AgeCommit message (Expand)AuthorFilesLines
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-25From Tony Trinh:Anders Broman1-1/+1
2012-06-25From Tony Trinh:Anders Broman1-7/+33
2012-01-13Fix some Dereference of null pointer Warning found by ClangAlexis La Goutte1-1/+1
2011-11-06From Robert G. Jakabosky via bug 5575:Stig Bjørlykke1-0/+2
2011-10-18Added a private hash table to transport string values between dissectors.Stig Bjørlykke1-0/+8
2011-10-02Added register action for loading Lua plugins.Stig Bjørlykke1-1/+1
2011-08-19Introduce NSTime Lua object to handle nstime_t.Stig Bjørlykke1-0/+2
2011-04-21Include config.h only from .c files.Stig Bjørlykke1-4/+0
2010-08-28Doxygen changes.Anders Broman1-6/+10
2010-05-12From Tamas Regos:Anders Broman1-3/+3
2010-05-12From Tamas Regos:Anders Broman1-64/+61
2010-01-28Fix various gcc -Wshadow warnings.Bill Meier1-9/+9
2009-11-22Give a warning for illegal preference name.Stig Bjørlykke1-0/+1
2009-09-29Move luaopen_bit() to wslua.hStig Bjørlykke1-0/+2
2008-12-31From Matt Briggs via bug 3062: Keep Lua from doing rude things toGerald Combs1-4/+9
2008-11-21Fix PDU reassembly for Lua dissectors.Balint Reczey1-2/+2
2008-11-05fix double free bug caused by Lua GC after opening and closing Lua console Balint Reczey1-1/+6
2008-09-16Adds 64 bit integer handling to Lua interface.Balint Reczey1-0/+2
2008-08-11Add a slightly modified version of Paolo Abeni's funneled progress dialog (re...Luis Ontanon1-2/+8
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-07-26From Balint ReczeyLuis Ontanon1-10/+43
2008-04-14From Marton Nemeth:Luis Ontanon1-3/+5
2008-04-07- Remove GLIB1 codeStephen Fisher1-14/+0
2008-01-26From Peter (bug 2224):Stig Bjørlykke1-0/+3
2008-01-07From Balint Reczey (bug 2146):Stig Bjørlykke1-1/+1
2007-05-02From Tamas Regos (Via Balint Reczey)Luis Ontanon1-2/+27
2007-03-04do not return before ENDTRY when handling an exception, this would leave the ...Luis Ontanon1-1/+1
2006-10-19- wslua_gui.c:Luis Ontanon1-1/+2
2006-10-17Several changes:Luis Ontanon1-3/+14
2006-10-12- add persconffile(opt_str) Luis Ontanon1-4/+25
2006-10-03- Make sure that the registration files are created whenever there's a changeLuis Ontanon1-29/+3
2006-09-26Lua 5.1.1 for windowsLuis Ontanon1-1/+0
2006-09-25Move the Lua interface into epan... (not a plugin anymore).Luis Ontanon1-0/+338