ongrep

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

commit 7e0278e05008b335e6b38d235a4113b38710f6d3
parent f196e0a42364705e706cf60a5096f5179ca22f26
Author: Jordan Ritter <jpr5@darkridge.com>
Date:   Sun, 28 Mar 2004 22:26:44 +0000

updated with latest changes

Diffstat:
MCHANGES | 30++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES @@ -1,3 +1,33 @@ +v1.42 + o rewrote the entire configure.in/config.h.in to autoconf 2.57 + to be more consistent with normal autoconf'd programs. + corrects bugs around packaging impediments and typos. + + o improved privilege dropping code and added more options to + configure to govern its behaviour + + o added flag to turn off privilege revocation logic + + o added multiline match as default and ability to enforce + previous default single-line match (bugfix + feature) + + o added ability to read bpf filter expression from file + + o added ability to force the column width to a certain size + + o added two new output modes: ``byline'', whose output + respects embedded carriage returns (useful for http dumps), + and ``none'', which prints out each dump as a single line no + matter what. + + o added ability to specify alternate nonprintable character + (default is ``.''). + + o made ``-q'' effects more consistent and usable for scenarios + where ``-I'' and/or ``-O'' are being employed + + o documentation updated + v1.41 o added -S (set limitlen) o added LOOP and SLL tests for portability/old libpcap'en