add notes about sending packets

This commit is contained in:
Jeffrey Paul 2018-08-25 12:57:06 -07:00
rodič ebb104715d
revize baa2dc836c
1 změnil soubory, kde provedl 2 přidání a 0 odebrání

Zobrazit soubor

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