1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/net/flowgrep/pkg-descr
Doug Barton 2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00

9 lines
466 B
Plaintext

flowgrep is a basic IDS/IPS tool written in python as a way to help you
investigate and manage your network. it works by sniffing traffic, reassembling
TCP streams, and IP and UDP fragments into single packets, and allowing you to
"grep" through their payloads using regular expressions. the quality of the
regular expression engine is similar to Perl's. think of it as a marriage of
tcpflow, tcpkill, and ngrep.
WWW: http://www.monkey.org/~jose/software/flowgrep/