Monday, April 16, 2007

Another Stupid Device Driver

I wrote another stupid Linux device driver. :o
This time the driver uses netfilter and can catch various conditions of TCP/IP(v4, at this moment) protocol stack. I named it 'holden'. :)
It's available here.

Well, I heard Linux TCP/IP stack sometimes sent out TCP segments with both RST and ACK bits are ON, and I wanted to catch such an event. This is why I did this small work.
Anyway, it's just a relaxation before going into RFC 793 deeply.

2 comments:

Unknown said...
This comment has been removed by the author.
Unknown said...

www.rstack.org --> Interesting stuff about security.

One of the members was my teacher at the University. He even came here in 2004 at the Blackhat conference.

Enjoy!