aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua.h
AgeCommit message (Expand)AuthorFilesLines
2014-02-27Fix build with recent lua changes.Evan Huus1-12/+12
2014-02-27Fix coverity warnings for all wslua files. (redux)Hadriel Kaplan1-9/+44
2014-02-25Fix bug 6357: Lua all_field_infos() broken within tap/listenerHadriel Kaplan1-0/+1
2014-02-25Adds some Lua helper functions: some commonly used functions, and to help tro...Hadriel Kaplan1-0/+3
2014-02-25Remove trailing whitespaceBill Meier1-8/+8
2014-02-21Cleanup on aisle 5: normalizes the Lua code to follow common schema/modelHadriel Kaplan1-27/+117
2014-02-14Adds support for Lua struct library so one can pack/unpack binary structuresHadriel Kaplan1-0/+6
2014-02-09Fix bug 9736 'Lua: new Int64/UInt64 functions don't prevent division by zero'Hadriel Kaplan1-5/+2
2014-02-04Adds support for Lua Int64 and UInt64 operators, functions, and generalHadriel Kaplan1-6/+10
2014-01-13In a source file that defines external functions, the header file thatGuy Harris1-2/+0
2014-01-07Added expired handling to FieldInfo.Stig Bjørlykke1-1/+8
2013-12-22Avoid including definition of column_info structure in dissectors.Jakub Zawadzki1-0/+1
2013-12-21Fix buildbot: ./wslua_util.c:102: warning: implicit declaration of function '...Jakub Zawadzki1-0/+1
2013-12-19Renamed new_TvbRange to push_TvbRange and use this when creating a newStig Bjørlykke1-0/+1
2013-12-03missing stdlib.h include for wslua.Jakub Zawadzki1-0/+1
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-10-23Add Lua cleanup on shutdown, to help with memory leak detection. Bug 5575 (...Michael Mann1-0/+1
2013-10-22Cannot define Field refering ProtoField defined in LUA. Bug 3513 (https://bug...Michael Mann1-0/+2
2013-09-13Explicit inclusion of emem.hJörg Mayer1-1/+0
2013-09-07Added support for a "prefs_change" function in Lua scripts, which is calledStig Bjørlykke1-1/+2
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-2/+5
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-1/+1
2013-03-24Squelch some "casting away constness" warnings.Guy Harris1-1/+1
2013-03-14From beroset:Anders Broman1-3/+3
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-1/+0
2013-02-25Fix typos/errors and make Lua API more consistent.Michael Mann1-0/+14
2013-02-25Bugfix Lua pinfo.cols.protocol not holding value in postdissectorMichael Mann1-0/+1
2013-02-25Fix Lua 5.2 panic problems.Michael Mann1-35/+34
2013-02-15Add a new WSLUA_CLASS_FNREG_ALIAS() macro to register methods where theGuy Harris1-0/+1
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