Skip to content

fix link to pcapgo #156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
any-of-issue-labels: waiting-for-customer
stale-label: stale
exempt-pr-labels: exempt
exempt-pr-labels: exempt,dependencies
exempt-issue-labels: exempt
days-before-issue-stale: 14
days-before-issue-close: 14
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Python/Ruby and a bunch of libraries.

*Also: HAHAHAHAHAHAHA! None of that is true!* Needing to use
[libpcap](https://www.tcpdump.org) means I have to cross compile using CGO because
[gopacket/pcapgo](https://gowalker.org/github.com/google/gopacket/pcapgo) only
[gopacket/pcapgo](https://pkg.go.dev/github.com/google/gopacket@master/pcapgo) only
supports Linux for reading & writing to (ethernet?) network interfaces.

## Installation & Startup Scripts
Expand Down
Loading