fix mis-spelling in pcap.go (#3222)
This commit is contained in:
parent
df6235995b
commit
4fca3b0fb0
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import (
|
|||
"github.com/miekg/dns"
|
||||
)
|
||||
|
||||
// Hexdump converts the dns message m to a hex dump Whireshark can import.
|
||||
// Hexdump converts the dns message m to a hex dump Wireshark can import.
|
||||
// See https://www.wireshark.org/docs/man-pages/text2pcap.html.
|
||||
// This output looks like this:
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue