[ECOS] raw socket at link layer

Weilong Li weilongli2000@yahoo.com
Wed Jul 18 01:51:00 GMT 2001


I am trying to do sniff under ecos.
However, in linux, it eithers give me choice to
use SOCK_PACKET, or use PF_PACKET to make socket
at link layer level,

int fd=socket(PF_PACKET, SOCK_RAW, htons(ETH_P_IP));
or
int fd=socket(AF_INET, SOCK_PACKET, htons(ETH_P_IP));

but under ecos's tcp/ip stack,
it neither gives SOCK_PACKET, or PF_PACKET, or
ETH_P_IP, so how to do the sniff?

thanks,

Weilong

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/



More information about the Ecos-discuss mailing list