> socket = socket(PF_INET, SOCK_RAW, 0);  /* I use (PF_INET, SOCK_PACKET) */    
>                                       /* on 2.0, (PF_PACKET, SOCK_RAW) */
>                                       /* on 2.2.  Personal preference */
> 

For GIFADDR why not use PF_INET, SOCK_DGRAM, IPPROTO_UDP ? then you dont
create a program only root can run
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to