STACK TCP/IP and ethernet headers.....?

2005-03-08 Thread BZ Benny
Hi all, is there some fonctions for displaying ethernet headers, the protocol used... and the payload. I'm using an ethertap device. And I want to see what data I'm receiving from my TAP device. regards benny Découvrez le nouveau Yahoo! Mail : 250 Mo d'espac

Module Vs app?

2005-03-02 Thread BZ Benny
Hi, I have an app wich run in the user space. I want to create a virtual network device for catching data under the IP layer and sending data to IP layer. I want to creaate such a second eth0. I know how we can do this with /linux/netdevice.h but how can we do that from the user space? regards b