nDPI/utils/tcp_check_seq
2023-04-28 11:13:55 +03:00
..
Makefile Added tcp_check_seq tools 2023-04-28 11:13:55 +03:00
README Added tcp_check_seq tools 2023-04-28 11:13:55 +03:00
tcp_check_seq.c Added tcp_check_seq tools 2023-04-28 11:13:55 +03:00

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!