Documentation ¶
Index ¶
Constants ¶
View Source
const ( TypeClientHello = 0x01 TypeServerHello = 0x02 )
TLS handshake message types.
View Source
const (
RecordTypeHandshake = 0x16
)
TLS record types.
Variables ¶
This section is empty.
Functions ¶
func ParseTLSClientHelloMsgData ¶ added in v0.3.0
func ParseTLSClientHelloMsgData(chBuf *utils.ByteBuffer) analyzer.PropMap
func ParseTLSServerHelloMsgData ¶ added in v0.3.0
func ParseTLSServerHelloMsgData(shBuf *utils.ByteBuffer) analyzer.PropMap
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.