ongrep

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

commit eae451ef00b9dbb02e34881cee05c3ca3bc44920
parent 10503e7814b960727436e6d9f9fb699e980ab50e
Author: Jordan Ritter <jpr5@darkridge.com>
Date:   Mon, 31 Dec 2001 21:30:29 +0000

-I and -O descriptions were switched

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

diff --git a/README b/README @@ -42,8 +42,8 @@ Usage: -t is print timestamp every time a packet is matched -T is print delta timestamp every time a packet is matched -s is set the bpf caplen - -I is dump matched packets in pcap format to pcap_dump - -O is read packet stream from pcap format file pcap_dump + -O is dump matched packets in pcap format to pcap_dump + -I is read packet stream from pcap format file pcap_dump -n is look at only num packets -d is use a device different from the default (pcap) -A is dump num packets after a match