Making wiretap option blocks more generic.
[metze/wireshark/wip.git] / epan / wslua / wslua.h
2016-02-23 Michael MannMaking wiretap option blocks more generic.
2016-02-05 Stig BjørlykkeQt: Add check for field extractors
2015-12-14 Stig BjørlykkeLua: Free Pref default string
2015-12-14 João Valverdewslua: Change macro to avoid nuisance warning [-Wredund...
2015-11-16 Guy HarrisFor now, call the finish routine in Lua file writers...
2015-11-09 Guy HarrisCall the dumper routine to finish write a file the...
2015-10-05 Peter Wuwslua: fix crash when a LUA error is raised in TRY...
2015-08-11 Stig BjørlykkeAdded Reload Lua plugins.
2015-07-23 Hadriel KaplanLua: add plugin version info
2015-07-12 Hadriel KaplanLua: split up wslua files into class-based files
2015-07-09 Hadriel KaplanLua: add functions for more field information
2015-07-07 Gerald CombsQt: Add initial Lua support.
2015-02-13 Bill Meierwslua*: Add editor modelines; Fix indentation, etc...
2015-01-27 Hadriel KaplanLua: Expose tcp_dissect_pdus() to Lua
2015-01-23 Guy HarrisUse luaL_{check,opt}integer() rather than luaL_{check...
2015-01-04 Hadriel KaplanLua: replace proto_tree_add_text calls
2014-11-04 Stig BjørlykkeLua: Register dissectors only once.
2014-10-17 Guy HarrisDon't use <ctype.h> macros, and eliminate an include...
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-03-28 Hadriel KaplanAllow chained calls with Lua TreeItem functions, and...
2014-03-26 Hadriel KaplanAdd various functions for Lua directory handling and...
2014-03-26 Hadriel KaplanAdd filterable expert info for Lua
2014-03-23 Hadriel KaplanAdd Lua Struct.values() function, and prevent coercion...
2014-03-21 Hadriel KaplanFix Bug 9903: 'Clicking reload-file ignores selected...
2014-03-19 Michael MannAdd capture file reader/writer support for Lua so scrip...
2014-03-14 Hadriel KaplanAdd Lua heuristic dissector support
2014-03-11 Hadriel KaplanFix Bug 9870 'Lua: trying to call/get an invalid name...
2014-03-10 Hadriel KaplanAdd GLib's regex library into Lua
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-27 Evan HuusFix build with recent lua changes.
2014-02-27 Hadriel KaplanFix coverity warnings for all wslua files. (redux)
2014-02-25 Hadriel KaplanFix bug 6357: Lua all_field_infos() broken within tap...
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-14 Hadriel KaplanAdds support for Lua struct library so one can pack...
2014-02-09 Hadriel KaplanFix bug 9736 'Lua: new Int64/UInt64 functions don't...
2014-02-04 Hadriel KaplanAdds support for Lua Int64 and UInt64 operators, functi...
2014-01-13 Guy HarrisIn a source file that defines external functions, the...
2014-01-07 Stig BjørlykkeAdded expired handling to FieldInfo.
2013-12-22 Jakub ZawadzkiAvoid including definition of column_info structure...
2013-12-21 Jakub ZawadzkiFix buildbot: ./wslua_util.c:102: warning: implicit...
2013-12-19 Stig BjørlykkeRenamed new_TvbRange to push_TvbRange and use this...
2013-12-03 Jakub Zawadzkimissing stdlib.h include for wslua.
2013-11-17 Guy HarrisMove the epan/filesystem.c routines to wsutil; they...
2013-10-23 Michael MannAdd Lua cleanup on shutdown, to help with memory leak...
2013-10-22 Michael MannCannot define Field refering ProtoField defined in...
2013-09-13 Jörg MayerExplicit inclusion of emem.h
2013-09-07 Stig BjørlykkeAdded support for a "prefs_change" function in Lua...
2013-07-15 Jeff MorrissMove report_err.{h,c} from epan into wsutil: there...
2013-06-25 Jeff MorrissMove a couple of time-related modules into wsutil.
2013-03-24 Guy HarrisSquelch some "casting away constness" warnings.
2013-03-14 Anders BromanFrom beroset:
2013-02-27 Guy HarrisMove show_exception() and show_reported_bounds_error...
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-25 Michael MannFix Lua 5.2 panic problems.
2013-02-15 Guy HarrisAdd a new WSLUA_CLASS_FNREG_ALIAS() macro to register...
2012-09-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-25 Anders BromanFrom Tony Trinh:
2012-06-25 Anders BromanFrom Tony Trinh:
2012-01-13 Alexis La GoutteFix some Dereference of null pointer Warning found...
2011-11-06 Stig BjørlykkeFrom Robert G. Jakabosky via bug 5575:
2011-10-18 Stig BjørlykkeAdded a private hash table to transport string values...
2011-10-02 Stig BjørlykkeAdded register action for loading Lua plugins.
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.
2010-08-28 Anders BromanDoxygen changes.
2010-05-12 Anders BromanFrom Tamas Regos:
2010-05-12 Anders BromanFrom Tamas Regos:
2010-01-28 Bill MeierFix various gcc -Wshadow warnings.
2009-11-22 Stig BjørlykkeGive a warning for illegal preference name.
2009-09-29 Stig BjørlykkeMove luaopen_bit() to wslua.h
2008-12-31 Gerald CombsFrom Matt Briggs via bug 3062: Keep Lua from doing...
2008-11-21 Balint ReczeyFix PDU reassembly for Lua dissectors.
2008-11-05 Balint Reczeyfix double free bug caused by Lua GC after opening...
2008-09-16 Balint ReczeyAdds 64 bit integer handling to Lua interface.
2008-08-11 Luis OntanonAdd a slightly modified version of Paolo Abeni's funnel...
2008-08-05 Luis Ontanonluis.ontanon@gmail.com => luis@ontanon.org
2008-07-26 Luis OntanonFrom Balint Reczey
2008-04-14 Luis OntanonFrom Marton Nemeth:
2008-04-07 Stephen Fisher- Remove GLIB1 code
2008-01-26 Stig BjørlykkeFrom Peter (bug 2224):
2008-01-07 Stig BjørlykkeFrom Balint Reczey (bug 2146):
2007-05-02 Luis OntanonFrom Tamas Regos (Via Balint Reczey)
2007-03-04 Luis Ontanondo not return before ENDTRY when handling an exception...
2006-10-19 Luis Ontanon- wslua_gui.c:
2006-10-17 Luis OntanonSeveral changes:
2006-10-12 Luis Ontanon- add persconffile(opt_str)
2006-10-03 Luis Ontanon- Make sure that the registration files are created...
2006-09-26 Luis OntanonLua 5.1.1 for windows
2006-09-25 Luis OntanonMove the Lua interface into epan... (not a plugin anymore).