https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2e7f771a182df815e8c3d38986a1df0c77d7e4aa

Submitter: Evan Huus (eapa...@gmail.com)
Changed: branch: master
Repository: wireshark

      from  caed281   Don't use newer shell features, as we now just use 
/bin/sh.
      adds  2e7f771   Adds support for Lua Int64 and UInt64 operators, 
functions, and general usefulness, working around bug #9162 until Lua 5.3 is 
released.

No new revisions were added by this update.

Summary of changes:
 docbook/CMakeLists.txt    |    1 +
 docbook/Makefile.common   |    1 +
 docbook/user-guide.xml    |    1 +
 docbook/wsluarm.xml       |    1 +
 epan/wslua/CMakeLists.txt |    1 +
 epan/wslua/Makefile.am    |    2 +
 epan/wslua/Makefile.nmake |    2 +
 epan/wslua/make-reg.pl    |    2 +-
 epan/wslua/wslua.h        |   16 +-
 epan/wslua/wslua_field.c  |    8 +-
 epan/wslua/wslua_int64.c  |  911 +++++++++++++++++++++++++++++++++++++++++++++
 epan/wslua/wslua_tree.c   |    4 +-
 epan/wslua/wslua_tvb.c    |  110 +-----
 epan/wslua/wslua_util.c   |   13 +
 test/lua/int64.lua        |  341 +++++++++++++++++
 test/suite-unittests.sh   |   12 +
 16 files changed, 1306 insertions(+), 120 deletions(-)
 create mode 100644 epan/wslua/wslua_int64.c
 create mode 100755 test/lua/int64.lua
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to