mysql

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2016 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const MAX_PAYLOAD_SIZE = 100 * 1024
View Source
const (
	MYSQL_CMD_QUERY = 3
)

Packet types

View Source
const (
	MysqlStateMax parseState
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Mysql

type Mysql struct {

	// config
	Ports []int

	Send_request  bool
	Send_response bool
	// contains filtered or unexported fields
}

func (*Mysql) ConnectionTimeout

func (mysql *Mysql) ConnectionTimeout() time.Duration

func (*Mysql) GapInStream

func (mysql *Mysql) GapInStream(tcptuple *common.TcpTuple, dir uint8,
	nbytes int, private protos.ProtocolData) (priv protos.ProtocolData, drop bool)

func (*Mysql) GetPorts

func (mysql *Mysql) GetPorts() []int

func (*Mysql) Init

func (mysql *Mysql) Init(test_mode bool, results publish.Transactions) error

func (*Mysql) InitDefaults

func (mysql *Mysql) InitDefaults()

func (*Mysql) Parse

func (mysql *Mysql) Parse(pkt *protos.Packet, tcptuple *common.TcpTuple,
	dir uint8, private protos.ProtocolData) protos.ProtocolData

func (*Mysql) ReceivedFin

func (mysql *Mysql) ReceivedFin(tcptuple *common.TcpTuple, dir uint8,
	private protos.ProtocolData) protos.ProtocolData

type MysqlMessage

type MysqlMessage struct {
	Ts             time.Time
	IsRequest      bool
	PacketLength   uint32
	Seq            uint8
	Typ            uint8
	NumberOfRows   int
	NumberOfFields int
	Size           uint64
	Fields         []string
	Rows           [][]string
	Tables         string
	IsOK           bool
	AffectedRows   uint64
	InsertId       uint64
	IsError        bool
	ErrorCode      uint16
	ErrorInfo      string
	Query          string
	IgnoreMessage  bool

	Direction    uint8
	IsTruncated  bool
	TcpTuple     common.TcpTuple
	CmdlineTuple *common.CmdlineTuple
	Raw          []byte
	Notes        []string
	// contains filtered or unexported fields
}

type MysqlStream

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

func (*MysqlStream) PrepareForNewMessage

func (stream *MysqlStream) PrepareForNewMessage()

type MysqlTransaction

type MysqlTransaction struct {
	Type string

	Src          common.Endpoint
	Dst          common.Endpoint
	ResponseTime int32
	Ts           int64
	JsTs         time.Time

	Query    string
	Method   string
	Path     string // for mysql, Path refers to the mysql table queried
	BytesOut uint64
	BytesIn  uint64
	Notes    []string

	Mysql common.MapStr

	Request_raw  string
	Response_raw string
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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