Documentation ¶
Index ¶
- type Sniffer
- func (s *Sniffer) Close() error
- func (s *Sniffer) LocalAddr() net.Addr
- func (s *Sniffer) Read(b []byte) (int, error)
- func (s *Sniffer) ReadClientHello() ([]byte, error)
- func (s *Sniffer) RemoteAddr() net.Addr
- func (s *Sniffer) SetDeadline(t time.Time) error
- func (s *Sniffer) SetReadDeadline(t time.Time) error
- func (s *Sniffer) SetWriteDeadline(t time.Time) error
- func (s *Sniffer) Write(b []byte) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sniffer ¶
type Sniffer struct {
// contains filtered or unexported fields
}
func NewSniffer ¶
func (*Sniffer) ReadClientHello ¶
func (*Sniffer) RemoteAddr ¶
Click to show internal directories.
Click to hide internal directories.