aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2008-12-31From Matt Briggs via bug 3062: Keep Lua from doing rude things toGerald Combs1-4/+9
2008-12-30From yami <yamisoe@gmail.com>:Balint Reczey1-0/+16
2008-12-23Do not include init.lua in distribution tar.gz.Balint Reczey1-1/+3
2008-12-15Separate reassembly request methods in Lua API implementation.Balint Reczey1-8/+2
2008-12-09From Jim Young (bug 3102):Stig Bjørlykke1-1/+1
2008-12-05Add access to pinfo->desegment_len and pinfo->desegment_offset to Lua API.Balint Reczey1-4/+20
2008-11-21Fix PDU reassembly for Lua dissectors.Balint Reczey2-8/+12
2008-11-20Fix PDU reassembly for Lua dissectors.Balint Reczey1-3/+10
2008-11-11Signal error on field values that cannot be safely represented as strings ins...Balint Reczey1-5/+15
2008-11-05fix double free bug caused by Lua GC after opening and closing Lua console Balint Reczey2-57/+112
2008-10-31Document the new lua functions.Stig Bjørlykke1-0/+2
2008-10-31Provide TvbRange:{offset|len}() instead of TvbRange.{offset|len}.Balint Reczey1-81/+27
2008-09-16Fix compilation under Windows (uint -> guint).Gerald Combs1-13/+13
2008-09-16Adds 64 bit integer handling to Lua interface.Balint Reczey5-14/+142
2008-09-16Fix for bug 1965:Balint Reczey1-3/+14
2008-08-11Get rid of a '<' in the description that causes docbook to bail out...Luis Ontanon1-1/+1
2008-08-11Add a slightly modified version of Paolo Abeni's funneled progress dialog (re...Luis Ontanon2-2/+131
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon16-16/+16
2008-07-29Try to get the docbook buildbot runnig.Luis Ontanon4-6/+6
2008-07-26From Balint ReczeyLuis Ontanon8-169/+462
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris2-10/+16
2008-07-01Put printf into a separate "termoutput" API group. For most files,Guy Harris1-1/+1
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss1-1/+1
2008-06-03Fix run checkapi for more targets.Anders Broman1-0/+15
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-2/+2
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...Bill Meier2-3/+3
2008-04-29Get rid of old GLib 1.2[.x] stuff, as we now require GLib 2.x.Guy Harris1-6/+0
2008-04-25From Márton Németh:Jaap Keuter3-47/+47
2008-04-25From: Márton Németh:Jaap Keuter7-25/+25
2008-04-17rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ...Ulf Lamping1-1/+1
2008-04-15attempt to fix init.lua construction in Windows.Luis Ontanon2-7/+6
2008-04-15Die stating why when a file could no be opened.Luis Ontanon1-4/+5
2008-04-14From Marton Nemeth:Luis Ontanon4-8/+15
2008-04-12From Marton Nemeth (bug 2447):Stig Bjørlykke7-7/+7
2008-04-10 fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2448Luis Ontanon1-27/+27
2008-04-10From Marton Nemeth:Luis Ontanon1-1/+1
2008-04-10From Marton Nemeth <nm127@freemail.hu>Luis Ontanon3-8/+9
2008-04-10From http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2413 : fix comment typoJeff Morriss1-67/+67
2008-04-07- Remove GLIB1 codeStephen Fisher1-14/+0
2008-02-29One more g_free ....Bill Meier1-1/+4
2008-02-29Fix wireshark/tshark crash when initializing lua (using init.lua, etc).Bill Meier1-5/+11
2008-02-26A couple more const fixes.Jeff Morriss2-2/+2
2008-02-26Oops, freeing a const char* doesn't always work. Make it not a const.Jeff Morriss2-4/+4
2008-02-26get_datafile_path() and get_persconffile_path() return malloc'd memory,Jeff Morriss2-0/+11
2008-02-22From Balint Reczey via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=226...Jeff Morriss1-1/+1
2008-02-21Fix Bug Enable int64, uint64 and ipv4 type fields for the Lua dissectorsAnders Broman1-1/+7
2008-02-19Add 'executable' property to a few .pl and .py filesBill Meier1-0/+0
2008-01-26From Peter (bug 2224):Stig Bjørlykke1-0/+3
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke2-3/+3
2008-01-07Add a cast.Stig Bjørlykke1-1/+1