aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_tvb.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-27Fix coverity warnings for all wslua files. (redux)Hadriel Kaplan1-10/+26
2014-02-25Adds some Lua helper functions: some commonly used functions, and to help tro...Hadriel Kaplan1-56/+133
2014-02-25Remove trailing whitespaceBill Meier1-2/+2
2014-02-21Cleanup on aisle 5: normalizes the Lua code to follow common schema/modelHadriel Kaplan1-118/+60
2014-02-07Fix Bug 9728 'Lua: ProtoField.bool() VALUESTRING argument is not optional but...Hadriel Kaplan1-5/+5
2014-02-04Adds support for Lua Int64 and UInt64 operators, functions, and generalHadriel Kaplan1-105/+5
2014-01-31Fix for Bug-9711 Lua: the Lua stack is growing slightly during initialization.Hadriel Kaplan1-5/+5
2013-12-23Removed a wrong sanity check in ByteArray base64_decode.Stig Bjørlykke1-5/+0
2013-12-22Improved out-of-bounds check in TvbRange ustringz and le_ustringz.Stig Bjørlykke1-2/+10
2013-12-22Made TvbRange strsize take an optional encoding argument.Stig Bjørlykke1-5/+28
2013-12-22Made TvbRange string and stringz take an optional encoding argument, andStig Bjørlykke1-42/+7
2013-12-21Move epan/base64.[ch] to wsutil/ with function name change.Jakub Zawadzki1-2/+2
2013-12-20Add new string_enc and stringz_enc methods that take an encoding valueGuy Harris1-4/+64
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-12-19Renamed new_TvbRange to push_TvbRange and use this when creating a newStig Bjørlykke1-15/+12
2013-12-18Add cast to try to fix buildbot failureMartin Mathieson1-1/+1
2013-12-18Added ByteArray base64_decode().Stig Bjørlykke1-1/+30
2013-11-21Detect out-of-bounds when handling zero terminated strings from a TvbRange.Stig Bjørlykke1-0/+15
2013-11-15Make wslua byte_to_str[] array of char[3] instead of pointers to char.Jakub Zawadzki1-1/+1
2013-09-22More emem -> wmem conversion:Pascal Quantin1-2/+2
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