ongrep

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

commit 080d358dbdc7c1d346589311ec6c2339b2fe51ba
parent 2c112b6db1b5487222885976d0f25b2eaaed78f0
Author: Jordan Ritter <jpr5@darkridge.com>
Date:   Wed, 23 Jul 2014 13:59:08 -0700

Version bump for release

Diffstat:
Mdoc/CHANGES.txt | 8++++++++
Mdoc/README.txt | 4++--
Mngrep.h | 2+-
3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/doc/CHANGES.txt b/doc/CHANGES.txt @@ -1,3 +1,11 @@ +v1.46.1 + + o actual bugfix for the VLAN parsing issue. prior version 1.46 expanded + the BPF filter to include IPv4/6 traffic, but the offset calculation + forgot to account for the variable presence of VLAN headers. now + ngrep detects VLAN frames in every packet and adjusts the offset on + the fly. + v1.46 o configure.in: re-organized, in part to sync with downstream patches diff --git a/doc/README.txt b/doc/README.txt @@ -1,6 +1,6 @@ Program: ngrep Author: Jordan Ritter <jpr5@darkridge.com> -Version: 1.46 (5.21.2014) +Version: 1.46.1 (7.23.2014) Goal: @@ -141,7 +141,7 @@ Known Working Platforms: o BeOS R5 o Mac OS X 10 - 10.9.3 - NOTE: To build on Win32, use the 1.45 source code. ngrep 1.46 hasn't been + NOTE: To build on Win32, use the 1.45 source code. ngrep 1.46.1 hasn't been updated for Win32 yet. 1.45 works on: Windows 95, 98, NT, 2000, XP, 2003/x86, 7 diff --git a/ngrep.h b/ngrep.h @@ -5,7 +5,7 @@ * */ -#define VERSION "1.46" +#define VERSION "1.46.1" /* * We cache the standard frame sizes here to save us time and