Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master f3fe29f: Add paths to Lua package.path so require wor

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 27 Mar 2014 05:03:41 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f3fe29f0fccaebaa7b7bb5db86604b241a1fa749
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f3fe29f by Hadriel Kaplan (hadrielk@xxxxxxxxx):

    Add paths to Lua package.path so require works for user scripts
    
    This adds the global and personal plugins directories to the
    package.path setting in Lua, so doing 'require' will work
    properly.
    
    Change-Id: Iec33bc60cd7d41aa122da456db91d4ccc3085f82
    Reviewed-on: https://code.wireshark.org/review/841
    Reviewed-by: Hadriel Kaplan <hadrielk@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  09055f1   two more chunk names
    adds  f3fe29f   Add paths to Lua package.path so require works for user scripts


Summary of changes:
 epan/wslua/init_wslua.c      |   24 +++++++++++++++++++++--
 epan/wslua/template-init.lua |   43 +++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 64 insertions(+), 3 deletions(-)