Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Traffic Filtering #1

Open
TheSC4 opened this issue May 18, 2024 · 0 comments
Open

[Enhancement] Traffic Filtering #1

TheSC4 opened this issue May 18, 2024 · 0 comments
Labels
enhancement New feature or request feature good first issue Good for newcomers

Comments

@TheSC4
Copy link

TheSC4 commented May 18, 2024

Description

Feature to be added to the network sniffer project: The ability to filter network traffic based on specific criteria. This feature will enhance the usability of the tool by allowing users to focus on relevant traffic data.

Proposed Solution

The traffic filtering feature should allow users to specify criteria to filter the captured network traffic. The criteria should include:

  1. Protocol Type: Filter by protocol (e.g., TCP, UDP, ICMP).
  2. Source IP Address: Filter by source IP address.
  3. Destination IP Address: Filter by destination IP address.
  4. Source Port: Filter by source port number.
  5. Destination Port: Filter by destination port number.
  6. Packet Size: Filter by packet size (e.g., greater than, less than).
  7. Time Frame: Filter by a specific time frame or duration.

The user interface should include fields or options to input these criteria and apply the filters. The filtered results should be displayed in real-time or applied to captured data files.

Alternatives Considered

Currently, users have to manually sift through captured data to find relevant traffic. While functional, it is time-consuming and less efficient.

Additional Context

This feature will make the network sniffer more powerful and user-friendly by allowing users to focus on specific traffic of interest. It will also help in quickly identifying potential issues or patterns in the network.

@TheSC4 TheSC4 added enhancement New feature or request good first issue Good for newcomers feature labels May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant