Graphical packet analyzer
This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2024-09-16 17:59:17 +03:00
.gitignore First version 2024-08-30 16:48:01 +03:00
llmmanager.cpp Split LLM, packet classification and packet capturing in different classes 2024-08-31 09:38:11 +03:00
llmmanager.h Split LLM, packet classification and packet capturing in different classes 2024-08-31 09:38:11 +03:00
main.cpp First version 2024-08-30 16:48:01 +03:00
NG_2024_PacketAnalyzer.pro Split LLM, packet classification and packet capturing in different classes 2024-08-31 09:38:11 +03:00
packetanalyzer.cpp Fix packet list getting broken on refresh if sorting is enabled 2024-09-16 17:59:17 +03:00
packetanalyzer.h Split LLM, packet classification and packet capturing in different classes 2024-08-31 09:38:11 +03:00
packetanalyzer.ui First version 2024-08-30 16:48:01 +03:00
packetmanager.cpp Implement protocol-related data output 2024-09-06 12:21:24 +03:00
packetmanager.h Implement protocol-related data output 2024-09-06 12:21:24 +03:00
README.md Add requirements information to README.md 2024-09-02 11:48:34 +03:00
UNLICENSE First version 2024-08-30 16:48:01 +03:00

New Generation 2024 Packet Analyzer

Graphical packet analyzer.

Features

  • Reading and writing .pcapng files.
  • Using LLM to pretend it can detect anomalies.
  • Selecting network interfaces.
  • Packet sorting.

Requirements

This program is Unlicensed, see UNLICENSE.