aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_field.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-25Adds some Lua helper functions: some commonly used functions, and to help tro...Hadriel Kaplan1-0/+29
2014-02-25Remove trailing whitespaceBill Meier1-8/+8
2014-02-21Cleanup on aisle 5: normalizes the Lua code to follow common schema/modelHadriel Kaplan1-130/+44
2014-02-04Adds support for Lua Int64 and UInt64 operators, functions, and generalHadriel Kaplan1-6/+2
2014-01-31Fix for Bug-9711 Lua: the Lua stack is growing slightly during initialization.Hadriel Kaplan1-2/+2
2014-01-07Added expired handling to FieldInfo.Stig Bjørlykke1-43/+133
2013-12-23Add FT_SYSTEM_ID type and convert the dissectors that use print_system_id wit...Michael Mann1-0/+1
2013-12-19Renamed new_TvbRange to push_TvbRange and use this when creating a newStig Bjørlykke1-10/+4
2013-12-03Include <epan/dfilter/dfilter.h> in files that use display filterGuy Harris1-0/+1
2013-11-10try to fix buildbot:Jakub Zawadzki1-1/+1
2013-11-10Fix buildbot:Jakub Zawadzki1-0/+1
2013-10-22Cannot define Field refering ProtoField defined in LUA. Bug 3513 (https://bug...Michael Mann1-1/+1
2013-10-06Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann1-0/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-5/+5
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-4/+4
2013-09-13Explicit inclusion of emem.hJörg Mayer1-0/+2