aboutsummaryrefslogtreecommitdiff
path: root/net/flowgrep/pkg-descr
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-06-29 14:32:03 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-06-29 14:32:03 +0000
commit9b986e19b4515468cd0c8f01d95c57d90de49169 (patch)
tree6612c52b8030b922761c7bea8f1ea7ac0bba748f /net/flowgrep/pkg-descr
parent11134ebd3d621962812a5b5160c72a0762da7704 (diff)
Notes
Diffstat (limited to 'net/flowgrep/pkg-descr')
-rw-r--r--net/flowgrep/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/flowgrep/pkg-descr b/net/flowgrep/pkg-descr
new file mode 100644
index 000000000000..bb935d93b65a
--- /dev/null
+++ b/net/flowgrep/pkg-descr
@@ -0,0 +1,11 @@
+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/
+
+- Corey Smith
+corsmith@gmail.com