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.