commit 88528fc62e470d776cc8a1ae8ebde3af5051451a parent 98c38914e7b9cb8878571de6ccb2ef1a80a08ca9 Author: Jordan Ritter <jpr5@darkridge.com> Date: Wed, 6 Jun 2001 15:19:28 +0000 updated for new version Diffstat:
M | CHANGES | | | 6 | ++++++ |
M | ngrep.h | | | 2 | +- |
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/CHANGES b/CHANGES @@ -1,3 +1,9 @@ +v1.40 + o license change, amends the BSD advertising clause + o fixed bug from not considering caplen in payload length + calculations + o added -s (set bpf caplen) + v1.39.2 o typographical error, -p works now diff --git a/ngrep.h b/ngrep.h @@ -7,7 +7,7 @@ * */ -#define VERSION "1.39.2" +#define VERSION "1.40" #define ETHHDR_SIZE 14