aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2010-10-22From Regis Cridlig via bug 5326:stig1-1/+1
2010-10-21Aw, man, I knew this code was parsed, but I missed the docbook part. Revert ...morriss10-1572/+1050
2010-10-21Make the indentation consistent.morriss10-1074/+1579
2010-10-21Fix up indentation to get it consistent and other minor cleanup issues.morriss1-144/+161
2010-10-21From Holger Freyther via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...morriss1-1/+1
2010-08-29Doxygen changes.etxrab1-2/+2
2010-08-28Doxygen changes.etxrab2-7/+16
2010-08-13Do not load lua-scripts starting with '.'stig1-0/+8
2010-08-10Declare error as volatile to avoid warning on opensolaris:stig1-2/+2
2010-06-18Fix the check for disable_lua.stig1-1/+1
2010-06-17Enable Lua by default.stig1-2/+5
2010-05-28Fix the Windows buildmorriss1-4/+4
2010-05-28Remaining fixes forjmayer3-5/+4
2010-05-27Fix for the LUA part of bugjmayer1-51/+25
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalguy1-1/+1
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.morriss1-9/+10
2010-05-12From Tamas Regos:etxrab3-18/+126
2010-05-12From Tamas Regos:etxrab3-389/+334
2010-04-20From Tamas Regos via bug 4699:stig1-0/+6
2010-04-19Fix for bug 4695:jake1-3/+3
2010-03-28From Didier Gautheron via bug 4622:stig1-1/+1
2010-03-18cmake changes:jmayer1-4/+5
2010-02-28Added svn:ignore targets.stig1-1/+1
2010-02-22Handle FT_PROTOCOL as ByteArray when used in a Field extractor.stig1-0/+1
2010-01-28Fix various gcc -Wshadow warnings.wmeier5-48/+48
2010-01-13From Didier Gautheron:etxrab1-8/+4
2010-01-07Made more generic concat meta method for TvbRange, Int64 and UInt64.stig1-52/+15
2010-01-06Added concat meta method for TvbRange, Int64 and UInt64.stig1-0/+52
2010-01-06Fix some documentation typos.stig1-2/+2
2010-01-05Added signed integer TvbRange methods.stig1-0/+131
2010-01-05Use correct method names in TvbRange error messages.stig1-6/+6
2010-01-05Use correct field types for signed integer.stig1-4/+4
2010-01-01Use correct length for FT_STRINGZ when adding the item to the tree.stig1-1/+4
2010-01-01Add missing stringz tvbrange method.stig1-0/+16
2009-12-30From babi via bug 4352:stig1-1/+2
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()guy1-1/+1
2009-11-22Give a warning for illegal preference name.stig2-0/+14
2009-11-07cmake will now honor -Werror if configured (default: on)jmayer1-0/+12
2009-10-24Load lua scripts from subdirectories in the plugins folders.stig1-21/+20
2009-10-23Added init_wslua.hstig1-0/+1
2009-10-23Load lua scripts in the plugins directory, both global and personal.stig2-8/+123
2009-10-11Removed unused function tap_draw_cb_error_handler().stig1-6/+0
2009-10-11Make more functions static.stig7-17/+17
2009-10-02From Beth via bug 4049:stig2-0/+6
2009-10-01Removed fetching an unused variable. Leaving as a commentstig1-2/+1
2009-10-01Removed redundant prototype of Tvb_range().stig1-2/+0
2009-10-01Made lua_load_script() static.stig1-1/+1
2009-10-01Cast a pointer to avoid a warning.stig1-1/+1
2009-09-29Avoid a possible dereference of null pointer.stig1-1/+3
2009-09-29Move luaopen_bit() to wslua.hstig2-1/+2