cnf_dissect_lsa_BinaryString => lsarpc_dissect_struct_lsa_BinaryString
[metze/wireshark/wip.git] / Acknowledgements.md
1 Dan Lasley <dlasley[AT]promus.com> gave permission for his `dumpit()` hex-dump routine to be used.
2
3 We use the exception module from [Kazlib](http://www.kylheku.com/~kaz/kazlib.html), a C library written by Kaz Kylheku <kaz[AT]kylheku.com>. Thanks go to him for his well-written library.
4
5 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.
6
7 We use [Lua BitOp](https://bitop.luajit.org), written by Mike Pall, for bitwise operations on numbers in Lua.
8
9 Snax <snax[AT]shmoo.com> gave permission to use the weak key detection code from [Airsnort](http://airsnort.shmoo.com).
10
11 IANA gave permission for their port-numbers file to be used.
12
13 We use the natural order string comparison algorithm, written by Martin Pool <mbp[AT]sourcefrog.net>.
14
15 Emanuel Eichhammer <support[AT]qcustomplot.com> granted permission to use [QCustomPlot](https://www.qcustomplot.com).
16
17 Some icons made by [Freepik](http://www.freepik.com) from <https://www.flaticon.com>.
18
19 Insecure.Com LLC ("The Nmap Project") has granted the Wireshark Foundation permission to distribute [Npcap](https://npcap.com) with our Windows installers.
20
21 We use the overflow-safe math functions from the [portable snippets](https://github.com/nemequ/portable-snippets) repository.
22
23 We use the [Lrexlib](https://github.com/rrthomas/lrexlib) Lua library, specifically the PCRE2 flavour, to provide a regular expression API for Lua.