ongrep

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

commit a9d12de798f60e0c13821531283b7a549c1af2c1
parent 0ef38bf955a9ed95222180476964bfe57c7a49c0
Author: Jordan Ritter <jpr5@darkridge.com>
Date:   Wed, 18 Oct 2006 03:57:29 +0000

radiotap support and version bump

Diffstat:
Mngrep.h | 11++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/ngrep.h b/ngrep.h @@ -7,7 +7,7 @@ * */ -#define VERSION "1.44" +#define VERSION "1.45-CVS" /* * We cache the standard frame sizes here to save us time and @@ -112,3 +112,12 @@ int8_t win32_initwinsock(void); void win32_listdevices(void); char *win32_usedevice(const char *); #endif + + +struct NGREP_rtaphdr_t { + uint8_t it_version; + uint8_t it_pad; + uint16_t it_len; + uint32_t it_present; +}; +