From 3fac6f97720bfe9f53177a479a83b7f473c8740d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Wed, 27 Jul 2022 14:11:39 +0100 Subject: [PATCH] Add acknowledgement for Lua itself. We are not bundling the Lua source code but the library is an important part of Wireshark and just as deserving (if not more) of a mention as other Lua dependencies that are already featured as acknowledgements. --- AUTHORS | 2 ++ AUTHORS.src | 2 ++ 2 files changed, 4 insertions(+) diff --git a/AUTHORS b/AUTHORS index 12f9ef4716..e115984abc 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5150,6 +5150,8 @@ Dan Lasley gave permission for his dumpit() hex-dump rou We use the exception module from Kazlib, a C library written by Kaz Kylheku . Thanks go to him for his well-written library. The Kazlib home page can be found at http://www.kylheku.com/~kaz/kazlib.html +We use Lua to extend Wireshark APIs with scripting capabilities. Lua is a powerful, efficient, lightweight, embeddable scripting language developed and maintained by a team at PUC-Rio. + We use Lua BitOp, written by Mike Pall, for bitwise operations on numbers in Lua. The Lua BitOp home page can be found at https://bitop.luajit.org Snax gave permission to use the weak key detection code from Airsnort. diff --git a/AUTHORS.src b/AUTHORS.src index b2e5d2935a..a00cfbe093 100644 --- a/AUTHORS.src +++ b/AUTHORS.src @@ -4012,6 +4012,8 @@ Dan Lasley gave permission for his dumpit() hex-dump rou We use the exception module from Kazlib, a C library written by Kaz Kylheku . Thanks go to him for his well-written library. The Kazlib home page can be found at http://www.kylheku.com/~kaz/kazlib.html +We use Lua to extend Wireshark APIs with scripting capabilities. Lua is a powerful, efficient, lightweight, embeddable scripting language developed and maintained by a team at PUC-Rio. + We use Lua BitOp, written by Mike Pall, for bitwise operations on numbers in Lua. The Lua BitOp home page can be found at https://bitop.luajit.org Snax gave permission to use the weak key detection code from Airsnort.