narke <[email protected]> wrote: > For the technical you mentioned, would you please show me a code > illustration? I just need to 'listen' on any IP packet coming to my > interface but without changing it. Hacking ip_input() might be a > solution (as Kieran probably pointed out), but I am looking for a > better way.
As i said, a good example for using a raw pcb is in the ping app. Have you had a look at it? In the receive callback, just always return 0, then no packet will get changed. Simon > _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
