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

# Functions

AddInjectPacketInjectFlags add the command line flags for a packet injection.
GetPacketInjectRequest returns a packet injection request parsed from the command line flags.
RegisterClientCommands registers the 'client' CLI subcommands.

# Variables

CaptureCmd skydive capture root command.
CaptureCreate skydive capture creates command.
CaptureDelete skydive capture delete command.
CaptureGet skydive capture get command.
CaptureList skydive capture list command.
ClientCmd describes the skydive client root command.
CrudClient holds the client API CRUD client.
EdgeRuleCmd skydive edge rule root command.
EdgeRuleCreate skydive edge create command.
EdgeRuleDelete skydive edge delete command.
EdgeRuleGet skydive edge get command.
EdgeRuleList skydive edge list command.
NodeRuleCmd skydive node rule root command.
NodeRuleCreate skydive node create command.
NodeRuleDelete skydive node delete command.
NodeRuleGet skydive node get command.
NodeRuleList skydive node list command.
PacketInjectionCreate describes the command to create a packet injection.
PacketInjectionDelete describes the command to delete a packet injection.
PacketInjectionGet describes the command to retrieve a packet injection.
PacketInjectionList describes the command to list all the packet injections.
PacketInjectorCmd skydive inject-packet root command.
PcapCmd skydive pcap root command.
StatusCmd implents the skydive 'status' command that return the status of an analyzer by quering its API.