aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_tvb.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-25From Tony Trinh:Anders Broman1-10/+10
2012-06-05Fix Coverity 702397: reference tvbr *after* checking that it is not NULL.Jeff Morriss1-2/+5
2012-04-27From Evan Huus: Fix memory leaks in wslua_tvb.c fix typos in wslu_proto.c htt...Anders Broman1-4/+10
2011-11-06From Robert G. Jakabosky via bug 5575:Stig Bjørlykke1-12/+56
2011-10-02From Alex Vallee via bug 6346:Stig Bjørlykke1-0/+56
2011-08-19Introduce NSTime Lua object to handle nstime_t.Stig Bjørlykke1-0/+55
2011-08-11Clarify that Tvb_reported_length_remaining may return -1Jeff Morriss1-1/+1
2011-08-11From Alexander Stein via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-0/+17
2011-08-10Add a Tvb_reported_len Lua API; this may help satisfy bug 6175.Jeff Morriss1-0/+15
2011-06-23From Tony Trinh via bug 5960:Stig Bjørlykke1-1/+1
2011-06-23Rename Tvb_new_real to ByteArray_tvb, as it's a ByteArray function.Stig Bjørlykke1-7/+6
2011-06-23Rename Tvb_tvb to TvbRange_tvb, as it's a TvbRange function.Stig Bjørlykke1-2/+2
2011-05-27Make TVBs opaque for most users.Jeff Morriss1-1/+1
2011-04-21Include config.h only from .c files.Stig Bjørlykke1-0/+4
2011-01-30Fix a number of msvc level 4 "Unreachable code" warnings by removing unneededBill Meier1-6/+2
2010-10-21Aw, man, I knew this code was parsed, but I missed the docbook part. Revert ...Jeff Morriss1-226/+142
2010-10-21Make the indentation consistent.Jeff Morriss1-143/+227
2010-01-07Made more generic concat meta method for TvbRange, Int64 and UInt64.Stig Bjørlykke1-52/+15
2010-01-06Added concat meta method for TvbRange, Int64 and UInt64.Stig Bjørlykke1-0/+52
2010-01-06Fix some documentation typos.Stig Bjørlykke1-2/+2
2010-01-05Added signed integer TvbRange methods.Stig Bjørlykke1-0/+131
2010-01-05Use correct method names in TvbRange error messages.Stig Bjørlykke1-6/+6
2010-01-01Add missing stringz tvbrange method.Stig Bjørlykke1-0/+16
2009-10-11Make more functions static.Stig Bjørlykke1-1/+1
2009-10-01Removed redundant prototype of Tvb_range().Stig Bjørlykke1-2/+0
2009-07-08Minor documentation fixBalint Reczey1-3/+3
2009-06-08From Sam Roberts:Stig Bjørlykke1-22/+94
2009-06-08Changed g_strdup_printf -> ep_strdup_printf.Stig Bjørlykke1-17/+37
2009-05-10Fix a typo in a comment.Stig Bjørlykke1-1/+1
2009-05-08Adjusted arguments used in Lua Pref.statictext()Stig Bjørlykke1-72/+70
2009-01-27Corrected some defines. Use defines when appropriate.Stig Bjørlykke1-18/+18
2009-01-27Fixed some typos.Stig Bjørlykke1-1/+1
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 Reczey1-4/+125
2008-09-16Fix for bug 1965:Balint Reczey1-3/+14
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-07-29Try to get the docbook buildbot runnig.Luis Ontanon1-1/+1
2008-07-26From Balint ReczeyLuis Ontanon1-67/+168
2008-04-25From: Márton Németh:Jaap Keuter1-6/+6
2008-04-12From Marton Nemeth (bug 2447):Stig Bjørlykke1-1/+1
2008-04-10 fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2448Luis Ontanon1-27/+27
2007-10-16From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buf...Sake Blok1-5/+5
2007-04-12From: Balint ReczeyLuis Ontanon1-0/+25
2007-04-11have tvbrange:get_ipv4() not modifying the byte order of the extraced data.Luis Ontanon1-1/+1
2007-01-27Fix docbook documentationLuis Ontanon1-11/+5
2007-01-24Fix compilation (under Windows, at least).Gerald Combs1-111/+111