Rui C. Monteiro
Rui C. Monteiro
**Checklist:** - [x] If you are new to Scapy: I have checked [CONTRIBUTING.md](https://github.com/secdev/scapy/blob/master/CONTRIBUTING.md) (esp. section submitting-pull-requests) - [ ] I squashed commits belonging together - [ ] I added unit...
Add support for MPTCP as described in [RFC 8684](https://datatracker.ietf.org/doc/html/rfc8684). I've already implemented the dissection of the options for a personal use case, and I would like to continue the work...
Hello, I'm experiencing some issues when running large scale and long simulations using ofswitch13. After a while the program receives a segmentation fault at OFSwitch13Device::BufferPacketRetrieve. In shorter simulations the module...
This PR adds a new option for node commands where we can choose to wait, or not, for the command to complete. It fixes #924 allowing to start GUI applications...
When executing a "Widget Node Command" core's GUI blocks waiting for the command to complete. This happens, for example, when trying to launch Wireshark as suggested in #811, leaving the...
This PR introduces checksum verification for IPv4 and UDP in the XDP rx path. It fixes #465 For UDP I utilized the available functions in `xdp-util.h`. As for IP, I...
While looking at the AF_XDP experimental implementation, I noticed that checksums are not verified on the rx path. This means that, contrary to the "default" implementation, packets with an incorrect...