Versions in this module Expand all Collapse all v1 v1.3.1 Sep 14, 2016 Changes in this version + const TCP_MAX_DATA_IN_STREAM + const TcpDirectionOriginal + const TcpDirectionReverse + type Processor interface + Process func(tcphdr *layers.TCP, pkt *protos.Packet) + type Tcp struct + func NewTcp(p protos.Protocols) (*Tcp, error) + func (tcp *Tcp) Process(tcphdr *layers.TCP, pkt *protos.Packet) + type TcpConnection struct + func (conn *TcpConnection) String() string + type TcpStream struct Other modules containing this package github.com/JitendraKSahu/beats/v7