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
Add option to exclude archival messages from traffic using source por…
…ts (#136)
* Add -exclude-srcport flag to tcp-info
* Add ExcludeConfig to netlink.MakeArchivalRecord
Add basic anonymization support (#113)
* Add basic anonymization support
* Add anonymize argument to NewSaver in tests
* Anonymize using Parse
* Apply anonymization conditional on IP addr type
* Remove ID equality check that fails after anonymization
* Return error on unknown family; add comment explaining necessity
* Add unit tests for RawInetDiagMsg.Anonymize
* Add package ErrUnknownAF error
* Update docstring to warn about cached references