Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UdpTcpBridge ¶
type UdpTcpBridge struct {
Name string
Source string
Target string
WrapPcapng bool
Raw bool
MaxBufferSize int
Timeout *time.Duration
Context context.Context
}
func (*UdpTcpBridge) Start ¶
func (o *UdpTcpBridge) Start(done func(label string))
func (*UdpTcpBridge) StartTcpReceiver ¶
func (o *UdpTcpBridge) StartTcpReceiver(done func(label string), writer io.Writer)
func (*UdpTcpBridge) StartUdpSender ¶
func (o *UdpTcpBridge) StartUdpSender(done func(label string), reader io.Reader)
Click to show internal directories.
Click to hide internal directories.