Ramon Fontes
Ramon Fontes
Mininet-WiFi should support classes for P4 Switches. This project (https://github.com/ANTLab-polimi/FOP4) seems to be a great kick-off. Since it works with Containernet we can also consider https://github.com/ramonfontes/containernet
Hi, I think that [#L125](https://github.com/nprint/nprint/blob/a2db222361eb2dfbab8e776757d528ab0229b0bc/src/nprint.cpp#L125) and [#L133](https://github.com/nprint/nprint/blob/a2db222361eb2dfbab8e776757d528ab0229b0bc/src/nprint.cpp#L133) won't work if we provide additional characters (e.g. csva, pcapa, etc) in `config.infile`. It seems that the patch below works better: ``` +...
Net-tools is considered obsolete. Replacing it with iproute2 which is actively developed and, unlike net-tools, has support for all of the kernel networking stack's fancier features.
I have been trying to reproduce the FT handshake vulnerability with mac80211/hwsim and hostapd but it doesn't work anymore. Firstly, I though that it could be related to the `hostap`...