ongrep

A cleaned up fork of ngrep for OpenBSD
git clone git://git.sgregoratto.me/ongrep
Log | Files | Refs | README | LICENSE

commit e590bddbfd3654a09ee327c8701eb331ca660ff0
parent 78fb8b9ca08f697bcdf57600456643531eb885f9
Author: Jordan Ritter <jpr5@darkridge.com>
Date:   Tue, 22 Feb 2005 06:26:51 +0000

typo

Diffstat:
Mdoc/REGEX.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/REGEX.txt b/doc/REGEX.txt @@ -33,7 +33,7 @@ A note about PCRE vs. GNU regex: compile against PCRE which is available under the Artistic License (Free as in Beer). Otherwise, in all other cases the GNU regex library is the best candidate, and the speed can - really helps when piping those 500MB pcap dump files through + really help when piping those 500MB pcap dump files through ngrep over and over for analysis.