Create and Send Packet from Scratch

2001-01-05 Thread Sunny So
Hi all, In my schoool project (kernel 2.2.X), I would like to pass some data attached immediately above IP. (i.e. w/o UDP and TCP) I have assigned an arbitrary protocol # in the IP header field so that the received data is passed on to my protocol stack. There is no problem on reception but I

Create and Send Packet from Scratch

2001-01-05 Thread Sunny So
Hi all, In my schoool project (kernel 2.2.X), I would like to pass some data attached immediately above IP. (i.e. w/o UDP and TCP) I have assigned an arbitrary protocol # in the IP header field so that the received data is passed on to my protocol stack. There is no problem on reception but I