974cf2e158
This version fixes the buffer overflow issue noted in: http://www.kb.cert.org/vuls/id/916785 Changes: - follow PKG_SYSCONFDIR - added rc.d script - create own user and group - added MESSAGE with post-install instructions - removed DEINSTALL - minor cleanups (this package was really half-baked..) 1.9.1: ====== - src/preprocessors/spp_rpc_decode.c (PreprocRpcDecode): - alignment errors on non-x86 platforms - added new space delimited options alert_fragments no_alert_multiple_requests no_alert_large_fragments no_alert_incomplete - corrected buffer overflow in fragment normalization - src/snort.c - Win32 '-s' parameter wasn't configured to accept an optarg, but code expected one, causing null-pointer violation. - Backport of 2.0 fixes for stream4 ( off by one errors on reassembly )
14 lines
475 B
Text
14 lines
475 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1 2003/03/04 01:02:25 salo Exp $
|
|
|
|
To use snort, you will need to perform the following steps:
|
|
|
|
1. In case you don't have PKG_RCD_SCRIPTS set in your /etc/mk.conf, copy
|
|
${PREFIX}/etc/rc.d/snort to /etc/rc.d/snort and add
|
|
|
|
snort=YES
|
|
|
|
2. Now start snort by issuing the command
|
|
|
|
/etc/rc.d/snort start
|
|
===========================================================================
|