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

Support for writing out to a pcap file #60

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ghost-pep
Copy link

Before, there was not the ability to output to a pcap formatted file that can be opened by tools like wireshark. This PR adds that support through a new -o or --output flag that allows specifying a pcap output file. It follows with the existing structure (conforming to the verbosity levels) and has no extra parsing overhead if the user does not use the flag.

@ripx80
Copy link

ripx80 commented Sep 16, 2021

Do you add this feature in the near future?

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.

None yet

2 participants