Hi all, I have derived a program from the Ethernet Bypass sample.
Everything work, I can catch packets by means of registering a custom filter thru NAEthRegisterCustomPacketFn().
Only problem I have is that I only catch broadcast messages or messages directed at the board and I need to be able to inspect anything that goes past the ethernet.
Any ideas on how to get all the packets to present themselfs to me.
Regards