Debugging IP packet through Linux stack
From: Daniel Baluta <hidden>
Date: 2011-09-21 20:46:16
From: Daniel Baluta <hidden>
Date: 2011-09-21 20:46:16
On Wed, Sep 21, 2011 at 10:26 PM, Abu Rasheda [off-list ref] wrote:
I am inserting packets into Linux stack and they are accepted by net_rx function, but are latter dropped. What tools are available in Linux kernel to for debugging this issue.
printk + dump_stack + your brain :). thanks, Daniel.