You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anonymizing Packet Capture tool for Conjure (#168)
* captool working for pcap from file source
* Remove lifetimes from PacketHandler
* Split interfaces / read pcap dir into functions
* Capture from interfaces
* runs with interface
* limits seem to be working. need a bit more live testing
* termation handler fix and write gzipped
* disable error logging for common errors
* bug fixes and error handling instead of unwrap within threads. panics == bad
* seemss to work for Eth and IP packets, adding better test next
* unit tests working for Eth and IPvX link types
* support raw linktype for tun interfaces
* handling funky link layer types for tun interfaces
* anonymize ipv6 flow label and add cli opt for v4 / v6 only
* flow tracking WIP
* WIP fixing issues and adding flow tracking
* flow tracking passing tests, integration next
* cautously optimistic - integration compiling, tests succeeding
* fixed timestamp issue, flow tracking integration complete, tests passing
* help messages for cli args
* change cli arg name
* default log level in release to warn and err on empty targets
---------
Co-authored-by: Eric Wustrow <[email protected]>
0 commit comments