login
Header Space

 
 

help in UDP catching module..

September 2, 2008 - 1:08am
Submitted by ravikumar.nie on September 2, 2008 - 1:08am.
Linux

i actually wrote a module to catch udp packets..

i could insert that module but couldn't remove that module..

we cant remove a module when its being used..

even if i shutdown my network i couldnot remove my module..

does any know why?

any help is appreciated

regards
ravikumar

Forgetting something?

September 4, 2008 - 9:53am

Hi Ho!

Maybe you forget to release any SKB that refers to your module?

Usually you cannot remove your module if there is an object that still holds to your module like an SKB on a buffer.

we didnt get that prob

September 10, 2008 - 5:07am

we didnt get that prob solved actually we freed every data structure we used.

and the thing is it just happens for udp..even if u shutdown ur network u can t remove ur module.

it says its busy,, meaning something is using it...

i donno what it was using as such.. i tried to figure out..

actually i wanted catch some l7 packets..

i am done with that

anyway thanks for ur time..

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
speck-geostationary