GSM SMS: follow-up of gd65b7d5
[metze/wireshark/wip.git] / epan / wslua /
2014-09-29 Hadriel KaplanFix lua bindings for timestamp precision
2014-09-29 Evan HuusFix lua bindings to handle timestamp precision changes
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-09-20 Guy HarrisFix wslua_filehandler_open() to work as wiretap open...
2014-09-10 Bill MeierVarious minor changes:
2014-09-09 Bill MeierFix some spelling & grammar.
2014-08-13 Joerg MayerFix warning (turning error) when compiling with -O3
2014-08-12 Jeff MorrissFix generation of wslua taps in out-of-source-tree...
2014-08-03 Jeff MorrissMake Lua taps work in out-of-source-tree builds.
2014-08-02 Guy HarrisRename buffer_ routines to ws_buffer_ to avoid name...
2014-08-02 Evan HuusRevert "Make Lua taps work in out-of-source-tree builds."
2014-08-02 Jeff MorrissMake Lua taps work in out-of-source-tree builds.
2014-07-03 Guy HarrisRename and move ui/stat_menu.h to epan/stat_groups.h.
2014-06-30 Guy HarrisMove stat_menu.h to libui.
2014-06-18 Pascal QuantinRemove svn $Id$ keyword in Lua scripts
2014-06-18 Evan HuusConvert the obvious emem to wmem in lua code.
2014-06-17 Evan Huuslua_pushstring takes a copy of its argument
2014-06-17 Stig BjørlykkeReturn number of bytes dissected in dissector:call
2014-06-16 Evan HuusConvert a bunch of time_to_str functions to wmem
2014-06-15 Stig BjørlykkeFix documentation for DissectorTable_get_dissector
2014-05-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-05-17 Peter Wulua: fix buffer underrun
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-05-08 Michael MannPopulate heuristic extension list during initialization...
2014-04-25 Stig BjørlykkeSupport out-of-source checkapi
2014-04-21 Evan HuusReplace linked list of proto fields with array
2014-04-19 Guy HarrisSome routine name changes.
2014-04-17 Hadriel KaplanAdd tvb_get and proto_tree_add for string-encoded byte...
2014-04-16 Bill MeierFix "might be clobbered by 'longjmp' or 'vfork' [-Werro...
2014-04-16 Guy HarrisSquelch warnings when built without libz.
2014-04-14 Alexis La GoutteFix typo and make buildbot doc happy
2014-04-14 Alexis La GoutteTry to make happy Ubuntu Buildbot
2014-04-14 Hadriel KaplanAdd tvb_get and proto_tree_add for string-encoded times...
2014-04-04 Alexis La GoutteRemove $Id$ in wslua
2014-03-31 Alexis La GoutteContinue to remove $Id$ from top of file
2014-03-29 Hadriel KaplanFix some compiler issues on windows with Lua 5.2
2014-03-28 Hadriel KaplanAllow chained calls with Lua TreeItem functions, and...
2014-03-27 Hadriel KaplanAdd paths to Lua package.path so require works for...
2014-03-26 Hadriel KaplanAdd various functions for Lua directory handling and...
2014-03-26 Hadriel KaplanAdd filterable expert info for Lua
2014-03-25 Hadriel KaplanEnhance Lua API doc generator and add more API info
2014-03-23 Hadriel KaplanAdd Lua Struct.values() function, and prevent coercion...
2014-03-22 AndersBromanFix request for implicit conversion from 'gpointer...
2014-03-22 Hadriel KaplanAdd way for Lua file reader to save state per file...
2014-03-21 Hadriel KaplanFix API comments and don't use sprintf in wslua_int64.c
2014-03-21 Hadriel KaplanFix Bug 9903: 'Clicking reload-file ignores selected...
2014-03-19 Alexis La GoutteFix build
2014-03-19 Michael MannAdd capture file reader/writer support for Lua so scrip...
2014-03-15 Hadriel KaplanFix lrexlib.c clang static analyzer warning
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 Gerald CombsTry to fix -Wparentheses-equality errors.
2014-03-10 Evan HuusReplace "see copyright notice in" message with full...
2014-03-10 Evan HuusAdd two more casts to satisfy OSX10.6 buildbot
2014-03-10 Anders BromanFix Windows x64 build failure
2014-03-10 Martin Kaiseradd explicit casts to fix compilation on Linux
2014-03-10 Hadriel KaplanAdd GLib's regex library into Lua
2014-03-09 Hadriel KaplanFix Bug 9853: 'Lua: trying to get/access a Preference...
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 KaplanFix bug 9790: Lua: wslua allows duplicate field registr...
2014-02-21 Hadriel KaplanAdd test suite for verifying Lua global variables/table...
2014-02-21 Guy HarrisAnd we need wslua_internals.obj as well.
2014-02-21 Guy HarrisNeed to include wslua_internals.c here as well.
2014-02-21 Guy HarrisFix warnings - index() is declared as a function in...
2014-02-21 Evan HuusRevert "Add test suite for verifying Lua global variabl...
2014-02-21 Hadriel KaplanAdd test suite for verifying Lua global variables/table...
2014-02-21 Hadriel KaplanCleanup on aisle 5: normalizes the Lua code to follow...
2014-02-20 Hadriel KaplanFix Bug 9792: 'Lua: setting pinfo.dst_port actually...
2014-02-14 Evan HuusMove lua struct license to top of file.
2014-02-14 Alexis La GoutteFix build on Windows
2014-02-14 Hadriel KaplanAdds support for Lua struct library so one can pack...
2014-02-13 Hadriel KaplanLua: add ability for scripts loaded from command-line...
2014-02-09 Hadriel KaplanFix bug 9736 'Lua: new Int64/UInt64 functions don't...
2014-02-08 Hadriel KaplanFix bug 9733 ' Lua: wtap_filetypes.TSPREC_ variable...
2014-02-08 Hadriel KaplanFix bug 9732: ' Lua: recent commit changed some MENU_...
2014-02-07 Hadriel KaplanFix Bug 9728 'Lua: ProtoField.bool() VALUESTRING argume...
2014-02-05 Evan HuusTwo fixes for license headers
2014-02-05 Hadriel KaplanFix Bug 9725 'Lua: ProtoField.new() is buggy'
2014-02-04 Hadriel KaplanFix bug 9720 'Lua: bitop library is missing in Lua...
2014-02-04 Evan HuusVarious fixes to the Lua int64 code
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-31 Hadriel KaplanFix for Bug-9712 Lua: changes to WTAP_FILE_ #define...
2014-01-30 Alexis La GoutteMerge "openSAFETY: Fixing field / byte assignment"
2014-01-30 Stig BjørlykkeLua: Improved running in build directory.
2014-01-29 Gerald CombsMerge "We have a usable tag now. There's no need to...
2014-01-29 Hadriel KaplanFix for Bug 9707 'Lua: init.lua has multiple 'MENU_STAT...
2014-01-29 Stig BjørlykkeMerge "Lua: Added a utility function file_exists()."
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-29 Stig BjørlykkeLua: Added a utility function file_exists().
2014-01-19 Martin Kaisercoverity 702387
2014-01-14 Guy HarrisWe have to cast away constness here, because C doesn...
2014-01-14 Guy HarrisDon't cast away constness.
2014-01-13 Guy HarrisIn a source file that defines external functions, the...
next