---
name: flowgrep
version: 0.9
origin: net/flowgrep
comment: TCP stream/UDP/IP payload 'grep' utility
arch: freebsd:9:x86:64
www: http://www.monkey.org/~jose/software/flowgrep/
maintainer: corsmith@gmail.com
prefix: /usr/local
licenselogic: single
flatsize: 14501
desc: |
  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/
deps:
  py27-pynids: {origin: net/pynids, version: 0.6.1_1}
  libnet: {origin: net/libnet, version: '1.1.6_1,1'}
  python27: {origin: lang/python27, version: 2.7.5_2}
  python2: {origin: lang/python2, version: 2}
  python: {origin: lang/python, version: '2.7,2'}
  perl: {origin: lang/perl5.14, version: 5.14.4}
  pkgconf: {origin: devel/pkgconf, version: 0.9.2_1}
  pcre: {origin: devel/pcre, version: 8.33}
  libffi: {origin: devel/libffi, version: 3.0.13}
  glib: {origin: devel/glib20, version: 2.36.3}
  gettext: {origin: devel/gettext, version: 0.18.3}
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories:
- security
- net
