Documentation ¶
Index ¶
- Constants
- func IsSYNSegment(data []byte) bool
- func PeekDestinationAddress(data []byte) vnet.Address
- func PeekDestinationPort(data []byte) vnet.Port
- func PeekIPVersion(data []byte) uint8
- func PeekProtocol(data []byte) string
- func PeekSourceAddress(data []byte) vnet.Address
- func PeekSourcePort(data []byte) vnet.Port
Constants ¶
View Source
const ( IPVERSION_4 = 4 IPVERSION_6 = 6 PROTOCOL_ICMP = 1 PROTOCOL_TCP = 6 PROTOCOL_UDP = 17 )
Variables ¶
This section is empty.
Functions ¶
func IsSYNSegment ¶
func PeekDestinationAddress ¶
func PeekDestinationPort ¶
func PeekIPVersion ¶
func PeekProtocol ¶
func PeekSourceAddress ¶
func PeekSourcePort ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.