aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.guy2-10/+16
2008-07-01Put printf into a separate "termoutput" API group. For most files,guy1-1/+1
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likemorriss1-1/+1
2008-06-03Fix run checkapi for more targets.etxrab1-0/+15
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-2/+2
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...wmeier2-3/+3
2008-04-29Get rid of old GLib 1.2[.x] stuff, as we now require GLib 2.x.guy1-6/+0
2008-04-25From Márton Németh:jake3-47/+47
2008-04-25From: Márton Németh:jake7-25/+25
2008-04-17rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ...ulfl1-1/+1
2008-04-15attempt to fix init.lua construction in Windows.lego2-7/+6
2008-04-15Die stating why when a file could no be opened.lego1-4/+5
2008-04-14From Marton Nemeth:lego4-8/+15
2008-04-12From Marton Nemeth (bug 2447):stig7-7/+7
2008-04-10 fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2448lego1-27/+27
2008-04-10From Marton Nemeth:lego1-1/+1
2008-04-10From Marton Nemeth <nm127@freemail.hu>lego3-8/+9
2008-04-10From http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2413 : fix comment typomorriss1-67/+67
2008-04-07- Remove GLIB1 codesfisher1-14/+0
2008-02-29One more g_free ....wmeier1-1/+4
2008-02-29Fix wireshark/tshark crash when initializing lua (using init.lua, etc).wmeier1-5/+11
2008-02-26A couple more const fixes.morriss2-2/+2
2008-02-26Oops, freeing a const char* doesn't always work. Make it not a const.morriss2-4/+4
2008-02-26get_datafile_path() and get_persconffile_path() return malloc'd memory,morriss2-0/+11
2008-02-22From Balint Reczey via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=226...morriss1-1/+1
2008-02-21Fix Bug Enable int64, uint64 and ipv4 type fields for the Lua dissectorsetxrab1-1/+7