package
0.28.0
Repository: https://github.com/skydive-project/skydive.git
Documentation: pkg.go.dev

# Functions

NewCapture creates a new capture.

# Constants

PIModeRandom use random packet identifier for each packet.
PIModeUniqPerNode use a unique packet identifier per source node.
PITypeICMP4 icmpv4 packet.
PITypeICMP6 icmpv6 packet.
PITypeTCP4 ipv4 + tcp packet.
PITypeTCP6 ipv6 + tcp packet.
PITypeUDP4 ipv4 + udp packet.
PITypeUDP6 ipv6 + udp packet.

# Variables

SchemaValidator validates resources against JSON schemas.

# Structs

Capture object Captures provide a way to capture network traffic on the nodes matching a Gremlin expression.
EdgeRule object Edge rules allow the dynamic creation of links between nodes of the graph.
NodeRule object Node rules allow the dynamic creation of nodes in the graph.
PacketInjection packet injector API parameters easyjson:json swagger:model.

# Type aliases

Edge object swagger:model.
Node object swagger:model.