Part Number: MSP432E401Y
Hi,
I am looking for a way to kindly intercept sockets in order to protocol what is going on the network layer. However without modifying the packet contents. For example on some UDP based protocols like DHCP / DNS some customer do complain that the resolution is not always working properly (SL SDK 3.2). Using my own very simple logging mechanism I can protocol a return values of being -2006 for an unsuccessful DNS resolution. However I would like to have a filtered list (timestamped) IP type, packet length etc etc in an ASCII readable form. For this to write I would need to know the best way to intercept the network stack, if this is possible without a lot of modifications on the network stack itself.
If someone is able to shed some light on this topic I would be very graceful
Markus