-
- Downloads
[ARP] EthernetSniffing fix due to deferenced shared pointer
Fix hardfault: The ethernet sniffer by using the std::move for the Wiz5500 was deferencing the pointer and threfore in the recvfrom an HardFault occured. Debug: Removed and changed some TRACE strings Fix UDP socket: The sniffing socket was initialized opend correctly but then the init had switched arguments. This surely impacted on the recvfrom.
Please register or sign in to comment