Add simple packet metrics

This commit is contained in:
Patrick Pacher
2020-10-01 11:30:18 +02:00
parent c01d61dcd9
commit 7a83e772f4
7 changed files with 181 additions and 17 deletions

View File

@@ -7,7 +7,7 @@ import (
)
// start starts the interception.
func start() error {
func start(ch chan packet.Packet) error {
log.Info("interception: this platform has no support for packet interception - a lot of functionality will be broken")
return nil
}