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 packet logging #9

Open
glaslos opened this issue Mar 3, 2017 · 2 comments
Open

Support packet logging #9

glaslos opened this issue Mar 3, 2017 · 2 comments

Comments

@glaslos
Copy link
Collaborator

glaslos commented Mar 3, 2017

  • Log all packets into one file
  • One pcap per connection
  • Enable pcap logging in the config file
  • Pcap logging per IP address
  • Pcap per port/protocol
@kung-foo
Copy link
Owner

kung-foo commented Mar 3, 2017

Is there a strong case for any of the splitting features? i.e. is any better than just wireshark?

Also, would you expect the packets to be collected before the mangling?

@kung-foo
Copy link
Owner

kung-foo commented Mar 6, 2017

Also, one thing to keep in mind. The chan *RawPacket doesn't return bytes with the ethernet header. So I can't just grab the packet and write it to a pcap file.

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

No branches or pull requests

2 participants