|
Modernize packaging:
- Add missing dependencies, remove unnecessary dependencies.
- Python 3 has been supported for a while.
- Require Lua 5.2, Lua 5.3 is not working.
- Add conflict to wireshark packages.
- Remove .desktop file and icon, it will be installed later:
https://code.wireshark.org/review/18708
- Use 2 space indent according to vim modeline.
- Use Ninja instead of Makefiles, it is faster.
New dependencies (since Wireshark 2.3.x):
- nghttp2: for HTTP/2 dissector.
- snappy, lz4: for cql dissector.
|