aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2009-11-07cmake will now honor -Werror if configured (default: on)Jörg Mayer1-0/+12
2009-10-24Load lua scripts from subdirectories in the plugins folders.Stig Bjørlykke1-21/+20
2009-10-23Added init_wslua.hStig Bjørlykke1-0/+1
2009-10-23Load lua scripts in the plugins directory, both global and personal.Stig Bjørlykke2-8/+123
2009-10-11Removed unused function tap_draw_cb_error_handler().Stig Bjørlykke1-6/+0
2009-10-11Make more functions static.Stig Bjørlykke7-17/+17
2009-10-02From Beth via bug 4049:Stig Bjørlykke2-0/+6
2009-10-01Removed fetching an unused variable. Leaving as a commentStig Bjørlykke1-2/+1
2009-10-01Removed redundant prototype of Tvb_range().Stig Bjørlykke1-2/+0
2009-10-01Made lua_load_script() static.Stig Bjørlykke1-1/+1
2009-10-01Cast a pointer to avoid a warning.Stig Bjørlykke1-1/+1
2009-09-29Avoid a possible dereference of null pointer.Stig Bjørlykke1-1/+3
2009-09-29Move luaopen_bit() to wslua.hStig Bjørlykke2-1/+2
2009-09-25wslua now builds, links and installs.Jörg Mayer1-15/+35
2009-09-23More fixes for OSX - might work now :-)Jörg Mayer1-0/+6
2009-09-10From Diego:Anders Broman1-0/+20
2009-09-09CMAKE: Get most of of missing *build* pieces into placeJörg Mayer1-0/+107
2009-09-08Custom column deprecation:Kovarththanan Rajaratnam1-1/+0
2009-09-08Custom column deprecation:Kovarththanan Rajaratnam1-1/+0
2009-09-08Custom column deprecation:Kovarththanan Rajaratnam1-1/+0
2009-09-08Custom column deprecation:Kovarththanan Rajaratnam1-10/+9
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-1/+0
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-1/+0
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-1/+0
2009-08-15This patch introduces packet_add_new_data_source() which effectively deprecat...Kovarththanan Rajaratnam1-5/+10
2009-07-16Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmakeAnders Broman1-1/+1
2009-07-15Add /MP flag to make use of multi cores.Anders Broman1-1/+1
2009-07-08Minor documentation fixBalint Reczey1-3/+3
2009-07-08Default to NULL for description.Stig Bjørlykke1-7/+20
2009-06-17Added missing lua_bitop.obj.Stig Bjørlykke1-0/+1
2009-06-16Added Lua BitOp, made by Mike Pall.Stig Bjørlykke4-0/+184
2009-06-11Update Lua menu defines and put Lua functions in Tools.Stig Bjørlykke3-6/+6
2009-06-09Enable Lua tcp tap userdata.Stig Bjørlykke1-1/+1
2009-06-08Fixed some indents.Stig Bjørlykke1-179/+177
2009-06-08Added a missing check for expired TreeItem.Stig Bjørlykke1-22/+28
2009-06-08Move init.lua from MAINTAINERCLEANFILES to DISTCLEANFILES.Gerald Combs1-3/+3
2009-06-08Allocate correct lengths for int64 and uint64.Stig Bjørlykke1-2/+2
2009-06-08From Sam Roberts:Stig Bjørlykke1-22/+94
2009-06-08Changed g_strdup_printf -> ep_strdup_printf.Stig Bjørlykke4-61/+77
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris2-39/+48
2009-06-04Changed expert infos from PI_DEBUG to PI_UNDECODED for Lua errors.Stig Bjørlykke1-2/+2
2009-06-04From Sam Roberts:Stig Bjørlykke1-2/+0
2009-05-20Rename e_ip to ws_ip (from packet-ip.h change).Stig Bjørlykke1-1/+1
2009-05-10Fix a typo in a comment.Stig Bjørlykke1-1/+1
2009-05-10Enable Lua wlan taps.Stig Bjørlykke2-3/+4
2009-05-10Postpone marking objects as expired until the whole frame is completed.Stig Bjørlykke1-7/+11
2009-05-08Adjusted arguments used in Lua Pref.statictext()Stig Bjørlykke9-340/+318
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke3-5/+6
2009-03-06Rename a variable ('free') so checkAPIs doesn't incorrectly flag it.Bill Meier1-2/+2
2009-01-27Corrected some defines. Use defines when appropriate.Stig Bjørlykke5-44/+45