# Packages
Package procspy lists TCP connections, and optionally tries to find the owning processes.
# Functions
NewDNSSnooper creates a new snooper of DNS queries.
NewReporter creates a new Reporter that invokes procspy.Connections to generate a report.Report that contains every discovered (spied) connection on the host machine, at the granularity of host and port.
# Variables
IsConntrackSupported returns true if conntrack is suppported by the kernel.
# Structs
DNSSnooper is a snopper of DNS queries.
EbpfTracker contains the sets of open and closed TCP connections.
Reporter generates Reports containing the Endpoint topology.
ReporterConfig are the config options for the endpoint reporter.