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/
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
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
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
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
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