Re: Can we do perform a C style file Read/Write from within a ARP module

2011-12-27 Thread Rick Macklem
perryh wrote: > Jason Hellenthal wrote: > > > > See siftr(4). This module writes to a file. > > Is siftr(4) new since 8.1? > > $ man siftr > No manual entry for siftr > $ cd /usr/ports > $ ls -d */*siftr* > ls: */*siftr*: No such file or directory > You can look at: http://people.freebsd.org/

Re: Can we do perform a C style file Read/Write from within a ARP module

2011-12-27 Thread perryh
Eugene Grosbein wrote: > 27.12.2011 20:11, per...@pluto.rain.com ?: > > Jason Hellenthal wrote: > >> > >> See siftr(4). This module writes to a file. > > > > Is siftr(4) new since 8.1? > > HISTORY > SIFTR first appeared in FreeBSD 7.4 and FreeBSD 8.2. which explains why there's no man

Re: Can we do perform a C style file Read/Write from within a ARP module

2011-12-26 Thread Eugene Grosbein
27.12.2011 20:11, per...@pluto.rain.com пишет: > Jason Hellenthal wrote: >> >> See siftr(4). This module writes to a file. > > Is siftr(4) new since 8.1? > > $ man siftr > No manual entry for siftr > $ cd /usr/ports > $ ls -d */*siftr* > ls: */*siftr*: No such file or directory HISTOR

Re: Can we do perform a C style file Read/Write from within a ARP module

2011-12-26 Thread perryh
Jason Hellenthal wrote: > > See siftr(4). This module writes to a file. Is siftr(4) new since 8.1? $ man siftr No manual entry for siftr $ cd /usr/ports $ ls -d */*siftr* ls: */*siftr*: No such file or directory ___ freebsd-net@freebsd.org ma

Re: Can we do perform a C style file Read/Write from within a ARP module

2011-12-26 Thread Jason Hellenthal
See siftr(4). This module writes to a file. On Mon, Dec 26, 2011 at 07:13:46PM +0530, Rajneesh Kumar wrote: > Hello sir/madam, > > I am new to this. Kindly reply. > > I am modifying the native ARP version to thwart any ARP Poisoning attack > against my machine. I need to save some additional da

Can we do perform a C style file Read/Write from within a ARP module

2011-12-26 Thread Rajneesh Kumar
Hello sir/madam, I am new to this. Kindly reply. I am modifying the native ARP version to thwart any ARP Poisoning attack against my machine. I need to save some additional data to achieve my idea. So, My question is, can I do a file read/write operation using C code from within any ARP function