Commit Graph

9 Commits (c6bd05a3e90675f22d47ad41ddcd95ee7aabae4c)

Author SHA1 Message Date
shirou f377a07e5a fix test and openbsd errors.
Curtis Mattoon 648bf4eebc Adds ConntrackStats to get conntrack summary stats
mingrammer 017c9f9cbc Fix typos
shirou 145dca90f7 change to use CommandContext.
shirou 4c73494c78 Add WithContext functions.
Marco Pfatschbacher df6462b50e Fix PR comments made by shirou
Marco Pfatschbacher 6e7aca41d7 Implement Connection support for OpenBSD
This retrieves open TCP/UDP connections by using netstat(1)
File descriptors and pids are not supported.
Cameron Sparr a213bf5e6d
run go fmt ./...
Marco Pfatschbacher b4846b445b Add support for OpenBSD/amd64
This code is based on the FreeBSD version
and implements roughly the same feature set.