Re: [PLUG] need help with kernel coding .. imp !!

2005-03-09 Thread linux lover
Hello Alok, --- Alok <[EMAIL PROTECTED]> wrote: > hi everyone ... >> first of all I am coding it in Linux kernel 2.6 Which 2.6 kernel version and distro u r using?? >>... I have to read data payload of SKB structure (Struct sk_buff) and modify it No problem you can do that by using net

Re: [PLUG] need help with kernel coding .. imp !!

2005-03-07 Thread Swapnil Nagle
first of all I am coding it in Linux kernel 2.6 ... I have to read data payload of SKB structure (Struct sk_buff) and modify it ... now when i try to do this .. always kernel panics. Now .. what all Why don't you use uml or kgdb for debugging. Makes life much easier. Atleast use ksymoops t

[PLUG] need help with kernel coding .. imp !!

2005-03-07 Thread Alok
hi everyone ... i am developing a project for my college .. won't give u the complete details of my project here now .. but if u r interested u can visit my project website http://scrub-tech.sourceforge.net .. .anyways .. as of now .. I am stuck here with some technical coding problem and m n