tcpdump is in section 8 on OpenBSD, not section 1.

This commit is contained in:
lteo 2014-10-05 19:23:00 +00:00
parent edbefed815
commit 647d6da79e
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.87 2014/08/19 04:22:53 lteo Exp $ # $OpenBSD: Makefile,v 1.88 2014/10/05 19:23:00 lteo Exp $
SHARED_ONLY = Yes SHARED_ONLY = Yes
@ -6,6 +6,7 @@ COMMENT = highly flexible sniffer/NIDS
VERSION = 2.9.6.2 VERSION = 2.9.6.2
DISTNAME = snort-${VERSION} DISTNAME = snort-${VERSION}
REVISION = 0
CATEGORIES = net security CATEGORIES = net security

View File

@ -9,6 +9,6 @@ real-time, sending alerts, performing session sniping, logging packets, or
dropping sessions/packets when deployed in-line. dropping sessions/packets when deployed in-line.
Snort has three primary functional modes. It can be used as a packet sniffer Snort has three primary functional modes. It can be used as a packet sniffer
like tcpdump(1), a packet logger (useful for network traffic like tcpdump(8), a packet logger (useful for network traffic
debugging, etc), or as a full blown network intrusion detection and prevention debugging, etc), or as a full blown network intrusion detection and prevention
system. system.