Hi Alexis,
Ok so my system works in Modbus client server model.
Where Modbus client sends a request to read or write some registers from the Modbus server which is my device(lpc1778 with lwip stack).
On some random response from the server the packet are lost after been transferred to the phy from the ethernet mac(which i suppose is due to malformed packet).
So what i am trying to do is to sniff all the packet received by the internal port3 which is connected through RMII to the LPC1778.
But i am only to see the response from the server to the client.
Not the requests made by the client to the server.