commit d32706b2afea3bb165824273816366d447a63fae
parent 3523f46f842c9ae24d8a96fbb5ddf6aa90c9e91f
Author: Jordan Ritter <jpr5@darkridge.com>
Date: Mon, 29 Dec 2003 01:45:34 +0000
added ``-c'', explicitly define column width instead of ioctl()'ing for
it.
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/ngrep.8 b/ngrep.8
@@ -96,6 +96,12 @@ a packet is matched.
Print a timestamp in the form of +S.UUUUUU, indicating the delta
between packet matches.
+.IP "-c cols"
+Explicitly set the console width to ``cols''. Note that this is the
+console width, and not the full width of what ngrep prints out as
+payloads; depending on the output mode ngrep may print less than
+``cols'' bytes per line (indentation).
+
.IP "-F file"
Read in the bpf filter from the specified filename. This is a
compatibility option for users familiar with tcpdump. Please note