openssltracer

package
v0.0.0-...-aaac84e Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeInitTLSTracer

func DeInitTLSTracer(m *bpf.Module)

func InitTLSTracer

func InitTLSTracer() (*bpf.Module, error)

func LoadBPFTable

func LoadBPFTable(m *bpf.Module) (*bpf.Table, error)

func Start

func Start() error

Types

type AttachType

type AttachType int64
const (
	PROBE_ENTRY AttachType = iota
	PROBE_RET
)

type SSLDataEvent

type SSLDataEvent struct {
	EventType    int64
	Timestamp_ns uint64
	Pid          uint32
	Tid          uint32
	Data         [4096]byte
	Data_len     int32
}

type UprobeSpec

type UprobeSpec struct {
	ObjPath string
	Symbol  string
	Type    AttachType
	ProbeFn string
}

Jump to

Keyboard shortcuts

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