Skip to content

Commit

Permalink
Merge pull request #156 from synfinatic/fix-docs
Browse files Browse the repository at this point in the history
fix link to pcapgo
  • Loading branch information
synfinatic committed Jul 18, 2024
2 parents 2870624 + fbed6a2 commit 462901c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 462901c

Please sign in to comment.