ongrep

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

commit 8e5187def73abd624c10ed37d42b7416e4a1ce97
parent bdb02e6152288e74d7693be669f5dd2c2084cd1a
Author: Jordan Ritter <jpr5@darkridge.com>
Date:   Wed,  6 Sep 2017 10:34:22 -0700

Import Debian manpage patch, and update date to reflect

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

diff --git a/ngrep.8 b/ngrep.8 @@ -4,7 +4,7 @@ .\" .\" Please refer to the LICENSE file for more information. -.TH NGREP 8 "July 2014" *nux "User Manuals" +.TH NGREP 8 "September 2017" *nux "User Manuals" .SH NAME @@ -147,13 +147,13 @@ controls how many RST segments are sent. .IP "-W normal|byline|single|none" Specify an alternate manner for displaying packets, when not in hexadecimal mode. The ``byline'' mode honors embedded linefeeds, -wrapping text only when a linefeed is encountered. The ``none'' mode -doesn't wrap under any circumstance (entire payload is displayed on -one line). The ``single'' mode is conceptually the same as ``none'', -except that everything including IP and source/destination header -information is all on one line. ``normal'' is the default mode and is -only included for completeness. This option is incompatible with -``-x''. +wrapping text only when a linefeed is encountered (useful for observing +HTTP transactions, for instance). The ``none'' mode doesn't wrap under +any circumstance (entire payload is displayed on one line). The +``single'' mode is conceptually the same as ``none'', except that +everything including IP and source/destination header information is all +on one line. ``normal'' is the default mode and is only included for +completeness. This option is incompatible with ``-x''. .IP "-s snaplen" Set the bpf caplen to snaplen (default 65536).