Work in progress.
use the VSCode folder, or if you want to build it manually, simply
gcc -g *.c -o myApp
First, extract the traffic into two files, the client.bin, and the server.bin. They must be ascii hex, one linebreak per transmission. Will be revised in the future
Once you have those two files, you can simply give it the files in this order
./myApp client.bin server.bin
In the future. if things dont get too out of hand. I want to get this polished.