ongrep

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

commit 5a56b0d3315e5277f367937a00aa3aa9232c4ac8
parent e951fbc948e650b4e6c60f954ccdbf7706e6fa7b
Author: Jordan Ritter <jpr5@darkridge.com>
Date:   Wed, 29 Nov 2006 05:38:31 +0000

fix for bug #1604997: duplicate ngrep.8 entries

Diffstat:
Mngrep.8 | 15---------------
1 file changed, 0 insertions(+), 15 deletions(-)

diff --git a/ngrep.8 b/ngrep.8 @@ -181,21 +181,6 @@ this option to force ngrep to listen on interface \fIdev\fP. .IP "-A num" Dump \fInum\fP packets of trailing context after matching a packet. -.IP "-W normal|byline|none" -Alter the method by which ngrep displays packet payload. ``normal'' -mode represents the standard behaviour, ``byline'' instructs ngrep to -respect embedded linefeeds (useful for observing HTTP transactions, -for instance), and ``none'' results in the payload on one single line -(useful for scripted processing of ngrep output). - -.IP "-c cols" -Ignore the detected terminal width and force the column width to the -specified size. - -.IP "-P char" -Change the non-printable character from the default ``.'' to the -character specified. - .IP "\fI match expression\fP" A match expression is either an extended regular expression, or if the \fI-X\fP option is specified, a string signifying a hexadecimal value.