aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_tvb.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-19lua: Check for negative lengths when constructing TvbRangeGilbert Ramirez1-0/+4
2021-09-14wslua: avoid global memory scopesEvan Huus1-6/+20
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-06-16wslua_tvb: fix documentation for reported_length_remaining().Guy Harris1-1/+1
2021-06-16wslua: a tvbuff doesn't have an "actual length".Guy Harris1-4/+14
2021-03-27wslua_tvb: correctly trim off the end of a tvbuff.Guy Harris1-2/+1
2020-12-06Fix reported_len in Lua framewark when creating tvb from range.George Powers1-1/+2
2020-12-02Lua: make TvbRange:raw() return a subset #12046 v2David Perry1-11/+15
2020-03-31wslua: Update the ByteArray and Tvb docs.Gerald Combs1-99/+102
2020-03-30wslua: Cross-reference and title case fixes.Gerald Combs1-1/+1
2020-03-16wslua: Fix crash on TvbRange:__tostring for a zero-length TVBMoshe Kaplan1-4/+7
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-04-10Add, and use, "fetch signed value" for lengths < 40 bits.Guy Harris1-24/+24
2018-02-11wslua: Convert more comment markup to Asciidoctor.Gerald Combs1-2/+8
2018-02-09wslua: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-24wslua: fix nstime memory leak after passing unknown encoding to TvbRange_nsti...Jakub Zawadzki1-3/+5
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-11-06lua: Added new integer sizes in TvbRangeFranklin "Snaipe" Mathieu1-6/+36
2016-10-25lua: Added support for FT_IPv6 fieldsSnaipe1-0/+24
2016-10-18wslua: fix errors in documentation, add notational conventionsPeter Wu1-3/+2
2016-06-14wslua: Drop unused "push_code" macro parameterPeter Wu1-2/+2
2016-04-04Rename "libz" to "zlib"João Valverde1-2/+2
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-20/+7
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-7/+20
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-20/+7
2016-01-26wslua: fix memleak on error path of Tvb:bytes()Peter Wu1-5/+6
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-3/+3
2015-07-24Lua: fix "since 1.99.9" to be 1.99.8Hadriel Kaplan1-3/+3
2015-07-13Change Lua's tvbrange:*int64() to read only the number of bytes specified inCédric Delmas1-18/+46
2015-07-12Lua: split up wslua files into class-based filesHadriel Kaplan1-452/+103
2015-07-09Lua: add functions for more field informationHadriel Kaplan1-7/+101
2015-02-13wslua*: Add editor modelines; Fix indentation, etc as needed.Bill Meier1-52/+64
2015-01-23Fix some WsLua documentation errorsHadriel Kaplan1-9/+33
2015-01-23Use luaL_{check,opt}integer() rather than luaL_{check,opt}int().Guy Harris1-24/+24
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-2/+2
2015-01-04Make all Lua code use wmem not ememHadriel Kaplan1-10/+15
2015-01-03Lua: replace deprecated functionsHadriel Kaplan1-11/+11
2014-11-09Convert the Lua reference to AsciiDoc.Gerald Combs1-1/+1
2014-10-13Lua: luaL_checkstring does not return NULLStig Bjørlykke1-5/+0
2014-06-18Convert the obvious emem to wmem in lua code.Evan Huus1-2/+3
2014-04-17Add tvb_get and proto_tree_add for string-encoded byte arraysHadriel Kaplan1-4/+63
2014-04-16Squelch warnings when built without libz.Guy Harris1-0/+2
2014-04-14Add tvb_get and proto_tree_add for string-encoded timestampsHadriel Kaplan1-13/+35
2014-03-25Enhance Lua API doc generator and add more API infoHadriel Kaplan1-111/+134
2014-03-14Add Lua heuristic dissector supportHadriel Kaplan1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
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