Results 32 issues of 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...

user story
Parser

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...

epic
Parser

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....

user story
Extractor

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...

user story
Parser

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...

user story
Extractor

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...

user story
Parser

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**...

user story
Parser

**As a** user **I want** to generate custom reports **so that** I can analyse & understand the network patterns

epic
Supportability

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...

epic
Architecture

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...

epic
Feature