aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2014-07-03Rename and move ui/stat_menu.h to epan/stat_groups.h.Guy Harris3-6/+6
2014-06-30Move stat_menu.h to libui.Guy Harris3-5/+5
2014-06-18Remove svn $Id$ keyword in Lua scriptsPascal Quantin3-6/+0
2014-06-18Convert the obvious emem to wmem in lua code.Evan Huus4-8/+15
2014-06-17lua_pushstring takes a copy of its argumentEvan Huus1-2/+4
2014-06-17Return number of bytes dissected in dissector:callStig Bjørlykke1-2/+4
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-2/+2
2014-06-15Fix documentation for DissectorTable_get_dissectorStig Bjørlykke1-4/+4
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris4-4/+33
2014-05-17lua: fix buffer underrunPeter Wu1-1/+1
2014-05-09Revert "Refactor Wiretap"Guy Harris3-115/+101
2014-05-09Refactor WiretapMichael Mann3-101/+115
2014-05-08Populate heuristic extension list during initialization and not during each c...Michael Mann1-1/+1
2014-04-25Support out-of-source checkapiStig Bjørlykke1-1/+2
2014-04-21Replace linked list of proto fields with arrayEvan Huus1-1/+1
2014-04-19Some routine name changes.Guy Harris1-1/+1
2014-04-17Add tvb_get and proto_tree_add for string-encoded byte arraysHadriel Kaplan3-8/+100
2014-04-16Fix "might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]" warning ...Bill Meier1-4/+4
2014-04-16Squelch warnings when built without libz.Guy Harris1-0/+2
2014-04-14Fix typo and make buildbot doc happyAlexis La Goutte1-1/+1
2014-04-14Try to make happy Ubuntu BuildbotAlexis La Goutte1-3/+3
2014-04-14Add tvb_get and proto_tree_add for string-encoded timestampsHadriel Kaplan2-19/+164
2014-04-04Remove $Id$ in wsluaAlexis La Goutte3-4/+1
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte7-14/+0
2014-03-29Fix some compiler issues on windows with Lua 5.2Hadriel Kaplan4-6/+13
2014-03-28Allow chained calls with Lua TreeItem functions, and fix a couple of minor er...Hadriel Kaplan5-23/+121
2014-03-27Add paths to Lua package.path so require works for user scriptsHadriel Kaplan2-3/+64
2014-03-26Add various functions for Lua directory handling and path infoHadriel Kaplan10-197/+465
2014-03-26Add filterable expert info for LuaHadriel Kaplan6-15/+513
2014-03-25Enhance Lua API doc generator and add more API infoHadriel Kaplan13-1054/+1502
2014-03-23Add Lua Struct.values() function, and prevent coercion in all Struct functionsHadriel Kaplan3-26/+82
2014-03-22Fix request for implicit conversion from 'gpointer' to 'struct file_priv_t *'...AndersBroman1-2/+2
2014-03-22Add way for Lua file reader to save state per file read/write opsHadriel Kaplan1-19/+283
2014-03-21Fix API comments and don't use sprintf in wslua_int64.cHadriel Kaplan1-8/+8
2014-03-21Fix Bug 9903: 'Clicking reload-file ignores selected file format reader'Hadriel Kaplan2-9/+11
2014-03-19Fix buildAlexis La Goutte1-1/+1
2014-03-19Add capture file reader/writer support for Lua so scripts can implement new c...Michael Mann8-18/+2267
2014-03-15Fix lrexlib.c clang static analyzer warningHadriel Kaplan1-0/+3
2014-03-14Add Lua heuristic dissector supportHadriel Kaplan6-6/+293
2014-03-11Fix Bug 9870 'Lua: trying to call/get an invalid name results in a get-loop e...Hadriel Kaplan2-9/+74
2014-03-10Try to fix -Wparentheses-equality errors.Gerald Combs1-2/+2
2014-03-10Replace "see copyright notice in" message with full licenseEvan Huus4-6/+105
2014-03-10Add two more casts to satisfy OSX10.6 buildbotEvan Huus1-2/+2
2014-03-10Fix Windows x64 build failureAnders Broman1-1/+1
2014-03-10add explicit casts to fix compilation on LinuxMartin Kaiser3-12/+14
2014-03-10Add GLib's regex library into LuaHadriel Kaplan10-0/+1721
2014-03-09Fix Bug 9853: 'Lua: trying to get/access a Preference before its registered c...Hadriel Kaplan1-9/+14
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte12-24/+0
2014-02-27Fix build with recent lua changes.Evan Huus2-13/+13
2014-02-27Fix coverity warnings for all wslua files. (redux)Hadriel Kaplan14-171/+383