summaryrefslogtreecommitdiff
path: root/security/snortsnarf
AgeCommit message (Collapse)AuthorFilesLines
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-02- Update SnortSnarf to 050314.1adrianp3-30/+15
- Grab maintainership - Use SUBST_SED framework replacing patch-aa - Change HOMEPAGE for project - Origional update submitted by Dave Tyson in PR# 29753, thanks ! > * Changed hard coded reference links to the Snort.org SID database to > reflect changes to snort.org - MFR
2005-02-24Add RMD160 digests.agc1-1/+2
2004-04-25This does not need buildlink2.snj1-4/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-13Update to version 20021111.1.salo5-35/+30
Based on a patch sent by Hiramatsu Yoshifumi via PR pkg/21540. Changes: - fix all installed scripts - simplify installation - DESCR has 80 columns - style nits 20021111.1: =========== - alerts with original packet included now have both sets of ports and first set of IPs as links - added -obfuscateip option to change the IP addresses in alerts to randomly (but consistently) chosen alternates (not presently available for database input) - Updated parsing for Snort 1.9.0 full alert files - new-style Spade reports now processed (Spade version 021008.1 and on) - spp_portscan2 log files now processed (these entries are displayed somewhat prettified) - updated linking to ICMP log files; this involved updates for new ICMP header format in Snort 1.9.0 - more robust recognition of non-packet alerts in different formats(these get ignored) - clarified warning about unknown ICMP type text and added repeat warning suppression (you'll now only get a warning about a particular string twice) - SnortSnarf will now ignore lines beginning with '#' between alerts, so you can use that to begin a comment
2003-02-05add newline to end of perl script. while I'm here, clean upgrant3-15/+21
post-configure target and whitespace. fixes PR pkg/20210 from Jesse Kempf.
2002-12-14REPLACE_PERL's working directory is ${WRKSRC}, so packages needn'tschmonz1-2/+2
prefix REPLACE_PERL definitions with ${WRKSRC}.
2002-08-11Delete "No newline at end of file" garbage left by "mkpatches".fredb2-8/+3
2002-07-12Add version number to depends line.wiz1-2/+2
2002-07-12Initial import of snortsnarf-20020621.1 into the NetBSD Packagesagc5-0/+101
Collection. Provided in PR 17580 by Hiramatsu Yoshifumi (hiramatu@boreas.dti.ne.jp), with minor changes by me. SnortSnarf is a Perl program to take files of alerts from the free Snort Intrusion Detection System , and produce HTML output intended for diagnostic inspection and tracking down problems.