C++ to monitor network traffic over TCP for Fraud Detection

Job ID: 37032085

Budget: $30 – $250 USD

Looking for someone to help develop a C++ program that performs the following:
-Monitor incoming network traffic on port 443 over TCP.
-Cache incoming packet details such as Source IP, Sequence Number, -Acknowledgement Number, and Arrival Time.
-Calculate packet round trip time using arrivals times.
-Automatically manage cache size.
-Run indefinitely with proper mitigation protocol should the script crash.
-Handle high volume.