func()

in internal/tcp/tcp.go [52:54]


func (t PortRange) Contains(p layers.TCPPort) bool {
	return p >= t[0] && p <= t[1]
}