From 616dd65d38e8efe05e3138bdebcb83951e0a2aa2 Mon Sep 17 00:00:00 2001 From: Jacob Paullus Date: Fri, 17 Apr 2026 14:45:33 -0500 Subject: [PATCH] Add wiki link to README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f2b614..22a0d34 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ proxychains gopacket-secretsdump 'domain/user:password@target' proxychains gopacket-smbclient -k -no-pass 'domain/user@dc.domain.local' ``` +## Documentation + +See the [Library Developer Guide](https://github.com/mandiant/gopacket/wiki) for full API documentation, code examples, and architecture overview for building custom tools on top of gopacket's 24 protocol packages. + ## Tools (63) ### Remote Execution @@ -209,7 +213,7 @@ sudo gopacket-ntlmrelayx -t ldaps://dc01.corp.local --delegate-access ## Library -The `pkg/` directory contains 24 reusable protocol packages that can be imported independently: +The `pkg/` directory contains 24 reusable protocol packages that can be imported independently. | Package | Description | |---------|-------------|