freki icon indicating copy to clipboard operation
freki copied to clipboard

Support packet logging

Open glaslos opened this issue 8 years ago • 2 comments

  • 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

glaslos avatar Mar 03 '17 15:03 glaslos

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 avatar Mar 03 '17 17:03 kung-foo

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.

kung-foo avatar Mar 06 '17 18:03 kung-foo