aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_field.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-28dfilter: Return an error object instead of stringJoão Valverde1-4/+4
2022-10-04wslua: Support FT_STRINGZPAD in FieldInfoStig Bjørlykke1-1/+2
2022-09-11wsdg/Lua: no get_range() method - use fieldinfo.rangeChuck Craft1-2/+2
2022-06-20ftypes: Make accessor functions type safeJoão Valverde1-3/+3
2021-11-11ftypes: Internal headers need to be internalJoão Valverde1-21/+13
2021-09-14wslua: avoid global memory scopesEvan Huus1-2/+4
2021-04-28wslua: Fix crash on FieldInfo.range and FieldInfo.value for a nonexistent TVBMoshe Kaplan1-2/+10
2021-03-21dfilter, ftypes: get rid of FT_PCRE.Guy Harris1-1/+1
2020-03-30wslua: Cross-reference and title case fixes.Gerald Combs1-1/+1
2020-03-03LUA: remove duplicate wordsMoshe Kaplan1-1/+1
2019-10-14Lua: Support FT_CHAR in FieldStig Bjørlykke1-0/+1
2019-01-26wslua_field: fix memory leaks in Field_newPeter Wu1-39/+40
2019-01-21wslua: register attributes along with their classMartin Kaiser1-4/+2
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris1-1/+1
2018-02-11wslua: Convert more comment markup to Asciidoctor.Gerald Combs1-1/+1
2018-02-09wslua: use SPDX identifiers.Dario Lombardo1-13/+1
2017-08-27Lua: fix crash on invalid Dissector.list("food") invocationPeter Wu1-1/+1
2016-10-18wslua: fix errors in documentation, add notational conventionsPeter Wu1-2/+1
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-3/+3
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-3/+3
2016-06-14wslua: Drop unused "push_code" macro parameterPeter Wu1-2/+2
2016-05-10Have fvalue_to_string_repr always return an (wmem) allocated buffer.Michael Mann1-7/+11
2016-04-11Lua: Fix add and remove Fields when reload Lua pluginsStig Bjørlykke1-13/+18
2016-03-28Fix warnings/errors of type -Wused-but-marked-unusedJoerg Mayer1-1/+1
2016-03-15More "FT_BOOLEAN is 64-bit" fixes.Guy Harris1-1/+1
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-15/+5
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-5/+15
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-15/+5
2016-02-05Qt: Add check for field extractorsStig Bjørlykke1-0/+5
2015-10-07wslua: fix memleak in lua_prime_all_fieldsPeter Wu1-0/+1
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-2/+4
2015-07-24Lua: fix "since 1.99.9" to be 1.99.8Hadriel Kaplan1-10/+10
2015-07-09Lua: add functions for more field informationHadriel Kaplan1-17/+180
2015-02-21Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren1-2/+2
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-2/+4
2015-01-04Make all Lua code use wmem not ememHadriel Kaplan1-1/+0
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-3/+3
2015-01-01Lua: FieldInfo '==' check isn't really equalityHadriel Kaplan1-12/+10
2014-12-31wslua field: fix Copy-paste error (CID 1158590 & 1158589)Alexis La Goutte1-2/+2
2014-12-31Lua: getting fieldinfo.value for FT_NONE causes assertHadriel Kaplan1-4/+6
2014-12-28Create FT_FCWWN field type.Michael Mann1-0/+8
2014-12-25Lua accessor for Protocol field type gets wrong dataHadriel Kaplan1-2/+21
2014-11-06Lua: Fixed some memory leakages.Stig Bjørlykke1-3/+8
2014-10-13Lua: luaL_checkstring does not return NULLStig Bjørlykke1-2/+0
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier1-2/+2
2014-04-21Replace linked list of proto fields with arrayEvan Huus1-1/+1
2014-04-17Add tvb_get and proto_tree_add for string-encoded byte arraysHadriel Kaplan1-4/+15
2014-03-25Enhance Lua API doc generator and add more API infoHadriel Kaplan1-18/+29
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-9/+19