ongrep

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

commit a11d949a440b250a323392794c666632830015e9
parent a3aa897d7041260208aa5d7ac3572ef8a9ab27ea
Author: Jordan Ritter <jpr5@darkridge.com>
Date:   Mon, 11 Sep 2000 17:33:37 +0000

forgot to commit with ngrep.c
contains TOKENRING_SIZE and VERSION defines

Diffstat:
Mngrep.h | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/ngrep.h b/ngrep.h @@ -7,7 +7,11 @@ * */ +#define VERSION "1.38" + + #define ETHHDR_SIZE 14 +#define TOKENRING_SIZE 22 #define PPPHDR_SIZE 4 #define SLIPHDR_SIZE 16 #define RAWHDR_SIZE 0