The code is implements TCP session over ICMP packets. It allows the users to connect with TCP using ICMP echo request and reply packet.
Yannay Mizrachi Benel Tayar
cmake -DCMAKE_BUILD_TYPE=Release -G "CodeBlocks - Unix Makefiles" .
make./server./client <proxy_address> <local_port> <destination_address> <destination_port>