aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-10Postpone marking objects as expired until the whole frame is completed.stig1-7/+11
2009-05-08Adjusted arguments used in Lua Pref.statictext()stig9-340/+318
2009-03-13From Jakub Zawadzki (bug 3331):stig3-5/+6
2009-03-06Rename a variable ('free') so checkAPIs doesn't incorrectly flag it.wmeier1-2/+2
2009-01-27Corrected some defines. Use defines when appropriate.stig5-44/+45
2009-01-27Fixed some typos.stig2-2/+2
2008-12-31From Matt Briggs via bug 3062: Keep Lua from doing rude things togerald1-4/+9
2008-12-30From yami <yamisoe@gmail.com>:rbalint1-0/+16
2008-12-23Do not include init.lua in distribution tar.gz.rbalint1-1/+3
2008-12-15Separate reassembly request methods in Lua API implementation.rbalint1-8/+2
2008-12-09From Jim Young (bug 3102):stig1-1/+1
2008-12-05Add access to pinfo->desegment_len and pinfo->desegment_offset to Lua API.rbalint1-4/+20
2008-11-21Fix PDU reassembly for Lua dissectors.rbalint2-8/+12
2008-11-20Fix PDU reassembly for Lua dissectors.rbalint1-3/+10
2008-11-11Signal error on field values that cannot be safely represented as strings ins...rbalint1-5/+15
2008-11-05fix double free bug caused by Lua GC after opening and closing Lua console rbalint2-57/+112
2008-10-31Document the new lua functions.stig1-0/+2
2008-10-31Provide TvbRange:{offset|len}() instead of TvbRange.{offset|len}.rbalint1-81/+27
2008-09-16Fix compilation under Windows (uint -> guint).gerald1-13/+13
2008-09-16Adds 64 bit integer handling to Lua interface.rbalint5-14/+142
2008-09-16Fix for bug 1965:rbalint1-3/+14
2008-08-11Get rid of a '<' in the description that causes docbook to bail out...lego1-1/+1
2008-08-11Add a slightly modified version of Paolo Abeni's funneled progress dialog (re...lego2-2/+131
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orglego16-16/+16
2008-07-29Try to get the docbook buildbot runnig.lego4-6/+6
2008-07-26From Balint Reczeylego8-169/+462