Open installs the filter rules and starts packet interception. The returned error indicates a fatal setup failure (missing driver, insufficient privileges, rule conflict).
(ctx context.Context, scope Scope)
| 26 | // returned error indicates a fatal setup failure (missing driver, |
| 27 | // insufficient privileges, rule conflict). |
| 28 | Open(ctx context.Context, scope Scope) error |
| 29 | |
| 30 | // Packets returns the stream of intercepted packets. The channel is |
| 31 | // closed when the backend is stopped. |
no outgoing calls