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

Added real-time packet sniffing feature to the CLI using TrafficFlowWorker #169

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

enigma522
Copy link

This update adds real-time packet sniffing functionality to the command-line interface (CLI) of CICFlowMeter, mirroring the feature already available in the GUI. Users can now capture and analyze live network traffic directly from the CLI by specifying a network interface. Flows are generated and saved to CSV files in real time, enhancing the tool’s flexibility for non-GUI use.
Key Changes:
Added RealCmd class for real-time packet sniffing in the CLI.
Usage
./gradlew exeRealCMD --args="<network_interface> <output_folder>"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant