api/pkg/audit
Peter Kurfer af0a7a2375
Capture source and destination addresses as byte arrays
- update necessary tests

This removes a lot of complexity because IPv4 and IPv6 addresses can be handled the same way.
To distinguish between them it's enough to take their length into account.
Parsing should be straight forward in any language.
2021-01-26 18:20:51 +01:00
..
details Add DNS details 2021-01-26 18:17:37 +01:00
sink Audit API prototype 2021-01-26 18:19:03 +01:00
api.go Apply comments 2021-01-26 18:19:54 +01:00
event.go Capture source and destination addresses as byte arrays 2021-01-26 18:20:51 +01:00
event_stream.go Apply comments 2021-01-26 18:19:54 +01:00
event_stream_test.go Audit API prototype 2021-01-26 18:19:03 +01:00
event_test.go Add DNS details 2021-01-26 18:17:37 +01:00
options.go Moved code of commands to their main package 2021-01-26 18:19:52 +01:00
reader.go Implement log and writer sinks 2021-01-26 18:17:37 +01:00
reader_test.go Capture source and destination addresses as byte arrays 2021-01-26 18:20:51 +01:00
tls_details.go Implement log and writer sinks 2021-01-26 18:17:37 +01:00
writer.go Move sinks to extra package 2021-01-26 18:17:37 +01:00
writer_test.go Add DNS details 2021-01-26 18:17:37 +01:00