add notes about sending packets

This commit is contained in:
Jeffrey Paul 2018-08-25 12:57:06 -07:00
父節點 ebb104715d
當前提交 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
}