ongrep

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

commit e4bb6798701ecc04e6ae6b8694e509274eff4676
parent 22591a9471f76ad3a50e69e4c332cb7c3af7375d
Author: Jordan Ritter <jpr5@darkridge.com>
Date:   Sun, 22 Apr 2001 23:26:27 +0000

added -p (no promiscuous mode)

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

diff --git a/ngrep.8 b/ngrep.8 @@ -6,7 +6,7 @@ .\" .\" Please refer to the COPYRIGHT file for more information. -.TH NGREP 8 "February 2001" Linux "User Manuals" +.TH NGREP 8 "April 2001" Linux "User Manuals" .SH NAME @@ -14,7 +14,7 @@ ngrep \- network grep .SH SYNOPSIS -.B ngrep <-hXViwqevxlDtT> <-IO +.B ngrep <-hXViwqpevxlDtT> <-IO .I pcap_dump .B > < -n .I num @@ -63,6 +63,9 @@ Match the regex expression as a word. Be quiet; don't output any information other than packet headers and their payloads (if relevant). +.IP -p +Don't put the interface into promiscuous mode. + .IP -e Show empty packets. Normally empty packets are discarded because they have no payload to search. If specified, empty packets will be shown,