Re: Writing raw PPP packets

2005-11-01 Thread Lowell Gilbert
Aniruddha Bohra <[EMAIL PROTECTED]> writes: > From the bpf(4) manpage : > > A packet can be sent out on the network by writing to a bpf file descrip- > tor. The writes are unbuffered, meaning only one packet can be > processed > per write. Currently, only writes to Ethernets and S

Writing raw PPP packets

2005-10-31 Thread Aniruddha Bohra
Hello all, From the bpf(4) manpage : A packet can be sent out on the network by writing to a bpf file descrip- tor. The writes are unbuffered, meaning only one packet can be processed per write. Currently, only writes to Ethernets and SLIP links are sup- ported. Is it poss