mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
fix mis-spelling in pcap.go (#3222)
This commit is contained in:
@@ -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:
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user