Re: raw network packets

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sat, 29 May 1999 14:16:21 +0100 (BST)


> But I do seem to need to register a protocol type with the network core
> so my packets would not get droped. Is this right? What else do I need
> to get my packets though to userland with minimal effort?

Assign them a type, then use SOCK_PACKET to receive all frames of that type
to user space

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/