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

This commit is contained in:
AllenZMC 2019-08-28 21:34:48 +08:00 committed by Chris O'Haver
parent df6235995b
commit 4fca3b0fb0

View file

@ -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:
// //