Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultPrinter = NewStdoutPrinter()
Functions ¶
Types ¶
type ArrayFlags ¶
type ArrayFlags []string
func (*ArrayFlags) ParseDir ¶
func (arrayFlags *ArrayFlags) ParseDir(suffix string) []string
func (*ArrayFlags) Set ¶
func (arrayFlags *ArrayFlags) Set(value string) error
func (*ArrayFlags) String ¶
func (arrayFlags *ArrayFlags) String() string
type GrpcStreamFactory ¶
type GrpcStreamFactory struct {
// contains filtered or unexported fields
}
func NewGrpcStreamFactory ¶
func (*GrpcStreamFactory) New ¶
func (s *GrpcStreamFactory) New(net, transport gopacket.Flow) tcpassembly.Stream
type Printer ¶
type Printer struct {
// contains filtered or unexported fields
}
Printer buffered print
func NewPrinter ¶
func NewPrinter(output io.WriteCloser) *Printer
NewPrinter print ot io.WriteCloser
Source Files
¶
Click to show internal directories.
Click to hide internal directories.