Re: snort -i pflog0 trouble

2006-12-13 Thread Alexander Zatserkovniy
Here the result of some my investigation: 1) There is function DecodePflog in snort-2.4.5/src/decode.c and it isn't actual for OpenBSD 4.0 pflog or it's just a mistake there. 2) In snort-2.4.5/src/decode.h describing pflog header structisn't actual for OpenBSD 4.0 pflog (just look at 'man pfl

Re: snort -i pflog0 trouble

2006-12-06 Thread Stuart Henderson
On 2006/12/06 22:18, Alexander Zatserkovniy wrote: > Olaf Schreck wrote: > >> I'm novice with OpenBSD and , may be > >> snort -i pflog0 > >> a kind of bad practice? Or it known problem with OpenBSD 4.0 ? > > > > Won't work. Although pflog does create pcap style output, it is not > > data that wo

Re: snort -i pflog0 trouble

2006-12-06 Thread Alexander Zatserkovniy
Olaf Schreck wrote: >> I'm novice with OpenBSD and , may be >> snort -i pflog0 >> a kind of bad practice? Or it known problem with OpenBSD 4.0 ? > > Won't work. Although pflog does create pcap style output, it is not > data that would make sense to snort. > > Use real interfaces for snort (eg r

Re: snort -i pflog0 trouble

2006-12-06 Thread Olaf Schreck
> I'm novice with OpenBSD and , may be > snort -i pflog0 > a kind of bad practice? Or it known problem with OpenBSD 4.0 ? Won't work. Although pflog does create pcap style output, it is not data that would make sense to snort. Use real interfaces for snort (eg rl0, fxp1, whatever). ciao, chak