Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeRootCmd ¶
MakeRootCmd constructs the root command-line entry point
Types ¶
type CaptureCmd ¶
type CaptureCmd struct { Input io.Reader Promisc bool Port uint16 Interface string RequestType string ResponseType string // contains filtered or unexported fields }
CaptureCmd captures network traffic and dumps it as JSON message
func (*CaptureCmd) Command ¶
func (captureCmd *CaptureCmd) Command() *cobra.Command
Command returns cobra command
type CborCmd ¶
type CborCmd struct { Input io.Reader // flags InputData string InputFormat string // contains filtered or unexported fields }
CborCmd parses data encoded in CBOR format
type ParseCmd ¶
type ParseCmd struct { Input io.Reader // flags InputData string InputFormat string ProtobufType string Raw bool // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.