Hello, I'm developing an application using the LPC1857 Starter Kit. I need to filter the broadcast incoming packet.
I tried to set the MAC_FRAME_FILTER as in the follow:
LPC_ETHERNET->MAC_FRAME_FILTER = MFFR_DBF; /* Disable Broadcase Frames */
but in this way I can't receive any packet.
Could someone explain me how to set the Ethernet address to block broadcast packet?
Thanks in advance.
Giovanni
Not just DHCP likes broadcasts.
That's why I said "First off ..." ;)
I need to filter the broadcast incoming packet.
It is fun seeing how these budding developers seem to believe that they need to do these crazy things.