Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Handshakes ¶
func Marshal ¶ added in v1.4.4
func Marshal(hello *ClientHello) ([]byte, error)
func NewTransport ¶
Types ¶
type ClientHello ¶ added in v1.4.3
type ClientHello struct {
*tls.ClientHelloSpec
Version uint16
}
func NewClientHello ¶ added in v1.4.3
func NewClientHello(data []byte) (*ClientHello, error)
func Parse ¶
func Parse(ja3 string) (*ClientHello, error)
Click to show internal directories.
Click to hide internal directories.