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

[Feature] Frontend to Display Network Sniffer Output #2

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

[Feature] Frontend to Display Network Sniffer Output #2

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

I would like to request a new feature to be added to the network sniffer project: a frontend interface that displays the output of the network sniffer. This feature would enhance user experience by providing a visual representation of the captured network traffic and its analysis.

Proposed Solution

The frontend should be a web-based interface that allows users to:

  1. Start and stop the network sniffer.
  2. View real-time packet data captured by the sniffer.
  3. Display detailed packet information including headers, payloads, and protocol details.
  4. Filter traffic based on criteria such as protocol type, source/destination IP, and port numbers.
  5. Provide statistics and visualizations (graphs, charts) for traffic analysis.

The frontend can be developed using a modern web framework such as React or Angular, with a backend API (e.g., Flask, Django) that interfaces with the existing Python-based network sniffer.

@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