Skip to content
Snippets Groups Projects
Select Git revision
0 results

EthernetBase.cpp

  • Nicolò Caruso's avatar
    c666e757
    [ARP] EthernetSniffing fix due to deferenced shared pointer · c666e757
    Nicolò Caruso authored
    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.
    c666e757
    History
    [ARP] EthernetSniffing fix due to deferenced shared pointer
    Nicolò Caruso authored
    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.