From e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:34:10 +0200 Subject: Adding upstream version 4.2.2. Signed-off-by: Daniel Baumann --- resources/Acknowledgements.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 resources/Acknowledgements.md (limited to 'resources/Acknowledgements.md') diff --git a/resources/Acknowledgements.md b/resources/Acknowledgements.md new file mode 100644 index 00000000..d8faed83 --- /dev/null +++ b/resources/Acknowledgements.md @@ -0,0 +1,25 @@ +Dan Lasley gave permission for his `dumpit()` hex-dump routine to be used. + +We use the exception module from [Kazlib](https://www.kylheku.com/~kaz/kazlib.html), a C library written by Kaz Kylheku . Thanks go to him for his well-written library. + +We use [Lua](https://www.lua.org/about.html) 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](https://bitop.luajit.org), written by Mike Pall, for bitwise operations on numbers in Lua. + +Snax gave permission to use the weak key detection code from [Airsnort](http://airsnort.shmoo.com). + +IANA gave permission for their port-numbers file to be used. + +We use the natural order string comparison algorithm, written by Martin Pool . + +Emanuel Eichhammer granted permission to use [QCustomPlot](https://www.qcustomplot.com). + +Some icons made by [Freepik](https://www.freepik.com) from . + +Insecure.Com LLC ("The Nmap Project") has granted the Wireshark Foundation permission to distribute [Npcap](https://npcap.com) with our Windows installers. + +We use the overflow-safe math functions from the [portable snippets](https://github.com/nemequ/portable-snippets) repository. + +We use the [Lrexlib](https://github.com/rrthomas/lrexlib) Lua library, specifically the PCRE2 flavour, to provide a regular expression API for Lua. + +The code for our `strptime()` implementation is from [NetBSD](https://www.netbsd.org/). -- cgit v1.2.3