Hello,
I am using the next commend to establish an attack
client.cmdPrint('sudo hping3 --flood --rand-source --verbose -p 80 10.0.0.99
&').
but, I cannot get the ip address from the packet_in during the attack.
ip = pkt.get_protocol(ipv4.ipv4)
if ip:
x = ip.src
any help
Soliman
_______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
