Commit 4fca3b0f authored by AllenZMC's avatar AllenZMC Committed by Chris O'Haver

fix mis-spelling in pcap.go (#3222)

parent df623599
...@@ -9,7 +9,7 @@ import ( ...@@ -9,7 +9,7 @@ import (
"github.com/miekg/dns" "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. // See https://www.wireshark.org/docs/man-pages/text2pcap.html.
// This output looks like this: // This output looks like this:
// //
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment