Rp
Rp
As a user I want to see the source & destination IPs of my network-packet. **Acceptance Criteria** - print them in the proper IP format - Focus only on the...
As a user I want to see the details of the 'transport' layer like port so that I can understand what ports are being used both internal & external to...
As a user I want to extract the transport layer header details based on that protocol identified so that I can extract more meaningful intelligence out of the network packet....
As a user I want to identify the protocol being used so that I can use that information in my firewall. **Acceptance Criteria** - print the information in human readable...
As a user I want extract the IP header of the TCP/IP stack so that I can identify the IP address my system is communicating to/fro. **Acceptance Criteria** - print...
As a user monitoring the network traffic I want know the higher-layer protocol (like HTTP, DNS) using the standard destination port info so that I can understand the type of...
As a user monitoring the network activity I want to view the ports being used both internal & external so that I can map my network open ports. **Acceptance Criteria**...
**As a** user **I want** to generate custom reports **so that** I can analyse & understand the network patterns
Using multi-threaded application could result in thread-explosion. Additionally the overhead of creating, maintaining & cleanly destroying a thread can be avoided for a short-lived actions. Finally, the 'actions' are all...
As a user analysing the network traffic I want the logs of all the events in the 'exact' order they occurred so that I can understand the exact flow of...