aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-25wslua now builds, links and installs.jmayer1-15/+35
2009-09-23More fixes for OSX - might work now :-)jmayer1-0/+6
2009-09-10From Diego:etxrab1-0/+20
2009-09-09CMAKE: Get most of of missing *build* pieces into placejmayer1-0/+107
2009-09-08Custom column deprecation:krj1-1/+0
2009-09-08Custom column deprecation:krj1-1/+0
2009-09-08Custom column deprecation:krj1-1/+0
2009-09-08Custom column deprecation:krj1-10/+9
2009-08-23Custom columfication:krj1-1/+0
2009-08-23Custom columfication:krj1-1/+0
2009-08-23Custom columfication:krj1-1/+0
2009-08-15This patch introduces packet_add_new_data_source() which effectively deprecat...krj1-5/+10
2009-07-16Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmakeetxrab1-1/+1
2009-07-15Add /MP flag to make use of multi cores.etxrab1-1/+1
2009-07-08Minor documentation fixrbalint1-3/+3
2009-07-08Default to NULL for description.stig1-7/+20
2009-06-17Added missing lua_bitop.obj.stig1-0/+1
2009-06-16Added Lua BitOp, made by Mike Pall.stig4-0/+184
2009-06-11Update Lua menu defines and put Lua functions in Tools.stig3-6/+6
2009-06-09Enable Lua tcp tap userdata.stig1-1/+1
2009-06-08Fixed some indents.stig1-179/+177
2009-06-08Added a missing check for expired TreeItem.stig1-22/+28
2009-06-08Move init.lua from MAINTAINERCLEANFILES to DISTCLEANFILES.gerald1-3/+3
2009-06-08Allocate correct lengths for int64 and uint64.stig1-2/+2
2009-06-08From Sam Roberts:stig1-22/+94
2009-06-08Changed g_strdup_printf -> ep_strdup_printf.stig4-61/+77
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy2-39/+48
2009-06-04Changed expert infos from PI_DEBUG to PI_UNDECODED for Lua errors.stig1-2/+2
2009-06-04From Sam Roberts:stig1-2/+0
2009-05-20Rename e_ip to ws_ip (from packet-ip.h change).stig1-1/+1
2009-05-10Fix a typo in a comment.stig1-1/+1
2009-05-10Enable Lua wlan taps.stig2-3/+4