mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-03 01:10:17 +00:00
8 lines
277 B
Text
8 lines
277 B
Text
The program is designed to work with only one tcp connection.
|
|
|
|
The connection must start with SYN,SYN+ACK,ACK packets.
|
|
|
|
The project https://github.com/caesar0301/pkt2flowt was used
|
|
to separate the .pcap file into separate tcp connections
|
|
|
|
Tested on Linux/x86_64 platform only!
|