Versions in this module Expand all Collapse all v0 v0.0.1 Jun 19, 2021 Changes in this version + const IPVERSION_4 + const IPVERSION_6 + const PROTOCOL_ICMP + const PROTOCOL_TCP + const PROTOCOL_UDP + func IsSYNSegment(data []byte) bool + func PeekDestinationAddress(data []byte) net.IP + func PeekDestinationPort(data []byte) uint16 + func PeekIPVersion(data []byte) uint8 + func PeekProtocol(data []byte) string + func PeekSourceAddress(data []byte) net.IP + func PeekSourcePort(data []byte) uint16