Versions in this module Expand all Collapse all v1 v1.0.0 Aug 4, 2025 Changes in this version + func DedupIntArr[T SliceIntType](arr []T) []T + func IsGREASEUint16(v uint16) bool + func ParseUDPPacket(buf []byte) (*layers.UDP, error) + func RewindConn(c net.Conn, buf []byte) (net.Conn, error) + func RewindReader(r io.Reader, buf []byte) io.Reader + func Uint16ToUint8(a []uint16) []uint8 + type SliceIntType interface + type Uint8Arr []uint8 + func (u Uint8Arr) MarshalJSON() ([]byte, error)