Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Tracer ¶
type Tracer interface { // Load creates the bpf module and starts collecting the data for the tracer. Load() error // Unload closes the bpf module and all the probes that all attached to it. Unload() // WatchEvent defines the function to watch the events for the tracer. WatchEvent(context.Context) (*grpc.Event, error) // Start starts the map for the tracer. Start() // String returns a string representation of this tracer. String() string }
Tracer defines the basic capabilities of a tracer.
Directories
¶
Path | Synopsis |
---|---|
Package tcpdrop implements a tracer to detect CVE-2018-5390.
|
Package tcpdrop implements a tracer to detect CVE-2018-5390. |
Click to show internal directories.
Click to hide internal directories.