ongrep

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

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

added -p

Diffstat:
MREADME | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README b/README @@ -1,7 +1,7 @@ Program: ngrep Author: Jordan Ritter <jpr5@darkridge.com> -Version: 1.39.1 (4.18.2001) +Version: 1.39.1 (4.24.2001) Goal: @@ -24,8 +24,8 @@ Description: Usage: - ngrep <-hXViwqevxlDtT> <-IO pcap_dump> <-n num> <-d dev> <-A num> - <match expression> <bpf filter> + ngrep <-hXViwqpevxlDtT> <-IO pcap_dump> <-n num> <-d dev> <-A num> + <match expression> <bpf filter> -h is help/usage -X is interpret match expression as hexadecimal @@ -33,6 +33,7 @@ Usage: -i is ignore case -w is word-regex (expression must match as a word) -q is be quiet + -p is don't go into promiscuous mode -e is show empty packets -v is invert match -x is print in alternate hexdump format