SOCK_PACKET

Is there an equivalent way to create a SOCK_PACKET socket (as in Linux)
where I can write directly to an interface? I need to be able to create and
send ARP packets directly.

Thanks

Issam Haddad <ihaddad@asurent.com> wrote:

Is there an equivalent way to create a SOCK_PACKET socket (as in Linux)
where I can write directly to an interface? I need to be able to create and
send ARP packets directly.

There is a port of the libpcap that should allow you raw access to packets.
Check out http://members-http-7.rwc1.sfba.home.net/xtang/repository/

-Adam

Thanks – I just downloaded it.

“Operating System for Tech Supp” <os@qnx.com> wrote in message
news:9pa03d$si6$2@nntp.qnx.com

Issam Haddad <> ihaddad@asurent.com> > wrote:
Is there an equivalent way to create a SOCK_PACKET socket (as in Linux)
where I can write directly to an interface? I need to be able to create
and
send ARP packets directly.

There is a port of the libpcap that should allow you raw access to
packets.
Check out > http://members-http-7.rwc1.sfba.home.net/xtang/repository/

-Adam