Add requirements information to README.md
This commit is contained in:
parent
6fc5c1f19f
commit
6edccb90ca
1 changed files with 6 additions and 1 deletions
|
@ -2,10 +2,15 @@
|
||||||
|
|
||||||
Graphical packet analyzer.
|
Graphical packet analyzer.
|
||||||
|
|
||||||
Features:
|
## Features
|
||||||
- Reading and writing .pcapng files.
|
- Reading and writing .pcapng files.
|
||||||
- Using LLM to pretend it can detect anomalies.
|
- Using LLM to pretend it can detect anomalies.
|
||||||
- Selecting network interfaces.
|
- Selecting network interfaces.
|
||||||
- Packet sorting.
|
- Packet sorting.
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
- [PcapPlusPlus](https://pcapplusplus.github.io/)
|
||||||
|
- [Qt](https://www.qt.io/)
|
||||||
|
|
||||||
|
|
||||||
This program is Unlicensed, see UNLICENSE.
|
This program is Unlicensed, see UNLICENSE.
|
||||||
|
|
Reference in a new issue