impl

package
v2.43.3+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 26, 2017 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrMoreData    = newError("need more data")
	ErrInvalidData = newError("invalid data")
)

Functions

func ContainsValidHTTPMethod

func ContainsValidHTTPMethod(b []byte) bool

func IsValidTLSVersion

func IsValidTLSVersion(major, minor byte) bool

func ReadClientHello

func ReadClientHello(data []byte) (string, error)

ReadClientHello returns server name (if any) from TLS client hello message. https://github.com/golang/go/blob/master/src/crypto/tls/handshake_messages.go#L300

func SniffHTTP

func SniffHTTP(b []byte) (string, error)

func SniffTLS

func SniffTLS(b []byte) (string, error)

Types

type DefaultDispatcher

type DefaultDispatcher struct {
	// contains filtered or unexported fields
}

DefaultDispatcher is a default implementation of Dispatcher.

func NewDefaultDispatcher

func NewDefaultDispatcher(ctx context.Context, config *dispatcher.Config) (*DefaultDispatcher, error)

NewDefaultDispatcher create a new DefaultDispatcher.

func (*DefaultDispatcher) Close

func (*DefaultDispatcher) Close()

Close implements app.Application.

func (*DefaultDispatcher) Dispatch

func (d *DefaultDispatcher) Dispatch(ctx context.Context, destination net.Destination) (ray.InboundRay, error)

Dispatch implements Dispatcher.Interface.

func (*DefaultDispatcher) Interface

func (*DefaultDispatcher) Interface() interface{}

Interface implements app.Application.

func (*DefaultDispatcher) Start

func (*DefaultDispatcher) Start() error

Start implements app.Application.

type Sniffer

type Sniffer struct {
	// contains filtered or unexported fields
}

func NewSniffer

func NewSniffer(sniferList []proxyman.KnownProtocols) *Sniffer

func (*Sniffer) Sniff

func (s *Sniffer) Sniff(payload []byte) (string, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL