aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_tvb.c
AgeCommit message (Expand)AuthorFilesLines
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
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