add notes about sending packets
This commit is contained in:
parent
ebb104715d
commit
baa2dc836c
@ -96,6 +96,8 @@ func send(device *string, targetlist *string, portlist *string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func sendSyn(device *string, sport uint16, dst uint32, dport uint16) {
|
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
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user