Tinycore is here 12/1/2008! Welcome visitors.
... but seems it donest support raw socket. ...
/******************************************************************//* Configures the socket for the Sniffer routine */static void SetupRawSockets(void){ sniffersock=socket(AF_PACKET, SOCK_RAW, htons(ETH_P_ALL)); fcntl(sniffersock, F_SETFL, fcntl(sniffersock, F_GETFL) | O_NONBLOCK); return;}/******************************************************************/
thanks so much. ...