aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_field.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-10Fixed FieldInfo documentation.Stig Bjørlykke1-11/+14
2013-09-09Return ByteArray as "value" for FieldInfo's with type FT_NONE (which has data).Stig Bjørlykke1-3/+6
2013-09-09Initialize all tvb values in FieldInfo_get_range.Stig Bjørlykke1-0/+2
2013-08-06Replace hfinfo pointer to same_name_prev, with same_name_prev_id.Jakub Zawadzki1-1/+2
2013-03-23From Hadriel Kaplan and myself via https://bugs.wireshark.org/bugzilla/show_b...Evan Huus1-1/+1
2013-03-16From beroset:Anders Broman1-14/+14
2013-02-25Fix typos/errors and make Lua API more consistent.Michael Mann1-7/+20
2013-02-25Bugfix Lua pinfo.cols.protocol not holding value in postdissectorMichael Mann1-1/+18
2013-02-23Invert the if statement into the common form:Evan Huus1-15/+17
2013-02-23Add a return statement accidentally removed in r47783 and tweak theEvan Huus1-4/+9
2013-02-20Add modelines, fix indentation to be a consistent 4-spaces throughout.Evan Huus1-228/+239
2013-02-20From Hadrien Kaplan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8357Evan Huus1-13/+48
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-5/+5
2011-08-19Introduce NSTime Lua object to handle nstime_t.Stig Bjørlykke1-0/+7
2011-04-21Include config.h only from .c files.Stig Bjørlykke1-0/+4