Re: FIX: net/snort

2006-11-19 Thread Theo de Raadt
And be super careful about this in anything else which interfaces to bpf or pcap. The pcap people were super uncareful using a machine-dependent structure. > > This diff fixes unified logging/alerting on 64-bit platforms. > > > > http://secure.lv/~nikns/stuff/ports/snort-2.6.0.2p1.diff > ... >

Re: FIX: net/snort

2006-11-19 Thread nikns
On Sun, Nov 19, 2006 at 12:05:48PM -0700, Peter Valchev wrote: >> This diff fixes unified logging/alerting on 64-bit platforms. >> >> http://secure.lv/~nikns/stuff/ports/snort-2.6.0.2p1.diff >... > >> +--- src/snort_packet_header.h.orig Thu Jan 19 19:09:12 2006 >> src/snort_packet_header.h

Re: FIX: net/snort

2006-11-19 Thread Peter Valchev
> This diff fixes unified logging/alerting on 64-bit platforms. > > http://secure.lv/~nikns/stuff/ports/snort-2.6.0.2p1.diff ... > +--- src/snort_packet_header.h.orig Thu Jan 19 19:09:12 2006 > src/snort_packet_header.hTue Nov 7 20:28:12 2006 > +@@ -16,12 +16,20 @@ > + #include >

Re: FIX: net/snort

2006-11-18 Thread ddp
This fixed snort + barnyard on my AMD64 machine. Sorry this report is so late! ddp On 11/7/06, nikns <[EMAIL PROTECTED]> wrote: This diff fixes unified logging/alerting on 64-bit platforms. http://secure.lv/~nikns/stuff/ports/snort-2.6.0.2p1.diff Index: snort/Makefile

FIX: net/snort

2006-11-07 Thread nikns
This diff fixes unified logging/alerting on 64-bit platforms. http://secure.lv/~nikns/stuff/ports/snort-2.6.0.2p1.diff Index: snort/Makefile === RCS file: /cvs/ports/net/snort/Makefile,v retrieving revision 1.49 diff -u -r1.49 Makefi