Lua accessor for Protocol field type gets wrong data
[metze/wireshark/wip.git] / epan / wslua / wslua_field.c
2014-12-25 Hadriel KaplanLua accessor for Protocol field type gets wrong data
2014-11-06 Stig BjørlykkeLua: Fixed some memory leakages.
2014-10-13 Stig BjørlykkeLua: luaL_checkstring does not return NULL
2014-10-06 Bill MeierAdjust some whitespace to match editor modelines.
2014-04-21 Evan HuusReplace linked list of proto fields with array
2014-04-17 Hadriel KaplanAdd tvb_get and proto_tree_add for string-encoded byte...
2014-03-25 Hadriel KaplanEnhance Lua API doc generator and add more API info
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-27 Hadriel KaplanFix coverity warnings for all wslua files. (redux)
2014-02-25 Hadriel KaplanAdds some Lua helper functions: some commonly used...
2014-02-25 Bill MeierRemove trailing whitespace
2014-02-21 Hadriel KaplanCleanup on aisle 5: normalizes the Lua code to follow...
2014-02-04 Hadriel KaplanAdds support for Lua Int64 and UInt64 operators, functi...
2014-01-31 Hadriel KaplanFix for Bug-9711 Lua: the Lua stack is growing slightly...
2014-01-07 Stig BjørlykkeAdded expired handling to FieldInfo.
2013-12-23 Michael MannAdd FT_SYSTEM_ID type and convert the dissectors that...
2013-12-19 Stig BjørlykkeRenamed new_TvbRange to push_TvbRange and use this...
2013-12-03 Guy HarrisInclude <epan/dfilter/dfilter.h> in files that use...
2013-11-10 Jakub Zawadzkitry to fix buildbot:
2013-11-10 Jakub ZawadzkiFix buildbot:
2013-10-22 Michael MannCannot define Field refering ProtoField defined in...
2013-10-06 Michael MannAdd support for RELATIVE-OID ASN.1 type. Bug 9192 ...
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-21 Evan HuusAdd _g_ to the names of functions that allocate glib...
2013-09-13 Jörg MayerExplicit inclusion of emem.h
2013-09-10 Stig BjørlykkeFixed FieldInfo documentation.
2013-09-09 Stig BjørlykkeReturn ByteArray as "value" for FieldInfo's with type...
2013-09-09 Stig BjørlykkeInitialize all tvb values in FieldInfo_get_range.
2013-08-06 Jakub ZawadzkiReplace hfinfo pointer to same_name_prev, with same_nam...
2013-03-23 Evan HuusFrom Hadriel Kaplan and myself via https://bugs.wiresha...
2013-03-16 Anders BromanFrom beroset:
2013-02-25 Michael MannFix typos/errors and make Lua API more consistent.
2013-02-25 Michael MannBugfix Lua pinfo.cols.protocol not holding value in...
2013-02-23 Evan HuusInvert the if statement into the common form:
2013-02-23 Evan HuusAdd a return statement accidentally removed in r47783...
2013-02-20 Evan HuusAdd modelines, fix indentation to be a consistent 4...
2013-02-20 Evan HuusFrom Hadrien Kaplan via https://bugs.wireshark.org...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-25 Anders BromanFrom Tony Trinh:
2011-08-19 Stig BjørlykkeIntroduce NSTime Lua object to handle nstime_t.
2011-04-21 Stig BjørlykkeInclude config.h only from .c files.
2011-01-30 Bill MeierFix a number of msvc level 4 "Unreachable code" warning...
2010-10-21 Jeff MorrissAw, man, I knew this code was parsed, but I missed...
2010-10-21 Jeff MorrissMake the indentation consistent.
2010-02-22 Stig BjørlykkeHandle FT_PROTOCOL as ByteArray when used in a Field...
2010-01-28 Bill MeierFix various gcc -Wshadow warnings.
2009-10-11 Stig BjørlykkeMake more functions static.
2009-10-02 Stig BjørlykkeFrom Beth via bug 4049:
2009-06-08 Stig BjørlykkeAllocate correct lengths for int64 and uint64.
2009-06-05 Guy HarrisHave tap listeners specify whether the "packet" routine...
2009-05-08 Stig BjørlykkeAdjusted arguments used in Lua Pref.statictext()
2008-11-11 Balint ReczeySignal error on field values that cannot be safely...
2008-09-16 Balint ReczeyAdds 64 bit integer handling to Lua interface.
2008-08-05 Luis Ontanonluis.ontanon@gmail.com => luis@ontanon.org
2008-07-26 Luis OntanonFrom Balint Reczey
2008-05-11 Bill Meierg_string_sprintf --> g_string_printf and g_string_sprin...
2008-04-25 Jaap KeuterFrom: Márton Németh:
2008-04-12 Stig BjørlykkeFrom Marton Nemeth (bug 2447):
2007-07-21 Luis OntanonFix documentation comments
2007-03-08 Luis Ontanonfix Bug 1370
2007-01-18 Martin MathiesonAdd separate union entries to fvalue.value for signed...
2006-10-25 Gerald CombsAttempt to get compilation working under Windows.
2006-10-24 Luis OntanonImprove the documentation generators
2006-10-18 Luis OntanonAdd module information for generated docs
2006-10-17 Luis OntanonSeveral changes:
2006-10-04 Luis Ontanon- wslua_util.c: replace Lua's loadfile and dofile...
2006-09-25 Luis OntanonMove the Lua interface into epan... (not a plugin anymore).