aboutsummaryrefslogtreecommitdiff
path: root/plugin/debug/pcap_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/debug/pcap_test.go')
-rw-r--r--plugin/debug/pcap_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/debug/pcap_test.go b/plugin/debug/pcap_test.go
index b2796e399..6b263c883 100644
--- a/plugin/debug/pcap_test.go
+++ b/plugin/debug/pcap_test.go
@@ -32,7 +32,7 @@ func TestNoDebug(t *testing.T) {
}
}
-func ExampleLogHexdump() {
+func ExampleHexdump() {
buf, _ := msg().Pack()
h := hexdump(buf)
fmt.Println(string(h))