aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_tvb.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-22emem -> wmem conversion:Pascal Quantin1-4/+4
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-1/+1
2013-09-13Explicit inclusion of emem.hJörg Mayer1-0/+2
2013-09-09Removed return value from ByteArray append and prepend, as this did pushStig Bjørlykke1-6/+7
2013-08-22Added TvbRange strsize().Stig Bjørlykke1-0/+17
2013-03-19Added TvbRange uncompress().Stig Bjørlykke1-0/+31
2013-03-16From beroset:Anders Broman1-18/+18
2013-02-26Fix a misspelled word; Do some minor tweaking of the wording of a few comments.Bill Meier1-7/+8
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-4/+4
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-2/+2
2013-02-25Fix typos/errors and make Lua API more consistent.Michael Mann1-6/+6
2013-01-10From "temp4746":Anders Broman1-1/+3
2012-11-23From mathewt via bug 8012:Stig Bjørlykke1-2/+2
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