add notes about sending packets

このコミットが含まれているのは:
Jeffrey Paul 2018-08-25 12:57:06 -07:00
コミット baa2dc836c
1個のファイルの変更2行の追加0行の削除

ファイルの表示

@ -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
}