Commit Graph

21 Commits (master)

Author SHA1 Message Date
Matthieu MOREL 30aff030d0 chore(golangci-lint): GOOS and GOARCH matrix
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
3 weeks ago
shirou 29ccada537 refactor(net): Gather base functions to net.go 3 months ago
tuftedocelot bca28ce54f [openbsd][net] copy related functions from net_unix to net_openbsd 3 months ago
tuftedocelot 88d6de082e [openbsd] set ConnectionsPid to return NotImplemented
netstat on OpenBSD doesn't provide PID information for open ports
3 months ago
shirou 37f531010d fix golangcilint errors, ignore gosec G115 7 months ago
shirou d725bd1786 fix lint 10 months ago
shirou bc060cc227 add SPDX License, remove old build tag, and replace import 10 months ago
Amarinder Cheema 6311a849df
Update net_openbsd.go to correctly parse netstat output on obsd. See #1441 11 months ago
cui fliter 9aa4e7a744 fix some comments
Signed-off-by: cui fliter <imcusg@gmail.com>
2 years ago
Ville Skyttä 1e56c6f421 Spelling and grammar fixes 3 years ago
mmorel-35 1e6b445a8a gofumpt 3 years ago
shirou 0969c9436b delete v2 directory, move v3 to top #1078 3 years ago
shirou f377a07e5a fix test and openbsd errors. 4 years ago
Curtis Mattoon 648bf4eebc Adds ConntrackStats to get conntrack summary stats 6 years ago
mingrammer 017c9f9cbc Fix typos 6 years ago
shirou 145dca90f7 change to use CommandContext. 7 years ago
shirou 4c73494c78 Add WithContext functions. 7 years ago
Marco Pfatschbacher df6462b50e Fix PR comments made by shirou 7 years ago
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.
7 years ago
Cameron Sparr a213bf5e6d
run go fmt ./... 8 years ago
Marco Pfatschbacher b4846b445b Add support for OpenBSD/amd64
This code is based on the FreeBSD version
and implements roughly the same feature set.
8 years ago