aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2014-10-10Fix some more int-to-enum conversion complaint.Guy Harris1-4/+10
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-6/+6
2014-10-09Lua: Improved TreeItem:add documentation.Stig Bjørlykke1-9/+13
2014-10-08Make sure we don't dereference a null pointer.Gerald Combs1-7/+21
2014-10-08Fix a comment.Guy Harris1-1/+1
2014-10-07No need for WTAP_ERR_CANT_READ.Guy Harris1-6/+3
2014-10-07ASN1: Added support for using #.REGISTER_NEWStig Bjørlykke1-14/+19
2014-10-07Revert "ASN1: Added support for using #.REGISTER_NEW"Gerald Combs1-19/+14
2014-10-07ASN1: Added support for using #.REGISTER_NEWStig Bjørlykke1-14/+19
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier1-2/+2
2014-09-29Fix lua bindings for timestamp precisionHadriel Kaplan1-0/+2
2014-09-29Fix lua bindings to handle timestamp precision changesEvan Huus2-2/+11
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-6/+6
2014-09-20Fix wslua_filehandler_open() to work as wiretap open routines should.Guy Harris1-2/+12
2014-09-10Various minor changes:Bill Meier1-6/+19
2014-09-09Fix some spelling & grammar.Bill Meier1-1/+1
2014-08-13Fix warning (turning error) when compiling with -O3Joerg Mayer1-1/+3
2014-08-12Fix generation of wslua taps in out-of-source-tree builds when the source treeJeff Morriss2-8/+7
2014-08-03Make Lua taps work in out-of-source-tree builds.Jeff Morriss4-19/+16
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-4/+4
2014-08-02Revert "Make Lua taps work in out-of-source-tree builds."Evan Huus3-14/+11
2014-08-02Make Lua taps work in out-of-source-tree builds.Jeff Morriss3-11/+14
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