From baa2dc836ca66df1a26b480886b986b8186a83af Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Sat, 25 Aug 2018 12:57:06 -0700 Subject: [PATCH] add notes about sending packets --- gopakketo/main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gopakketo/main.go b/gopakketo/main.go index 8d8163b..ac5632b 100644 --- a/gopakketo/main.go +++ b/gopakketo/main.go @@ -96,6 +96,8 @@ func send(device *string, targetlist *string, portlist *string) { } func sendSyn(device *string, sport uint16, dst uint32, dport uint16) { + // TODO(sneak) + // https://www.devdungeon.com/content/packet-capture-injection-and-analysis-gopacket#creating-sending-packets }