update to v0.8.7

Change summary
--------------
In Ethereal 0.8.7 we have fixed a display bug affecting boolean flags
in bitfields that was introduced in 0.8.5. The DNS dissector avoids the
zlip DNS Denial-of-Service exploit.  Dissectors for rlogin and SOCKS
4 and 5 were added. Other updated dissectors include SMB, BGP, LLC,
OSI CLNP, and ISIS.
This commit is contained in:
jakob 2000-04-13 16:33:50 +00:00
parent 07e69adc95
commit 835d32cf0a
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile,v 1.25 2000/04/05 14:21:42 jakob Exp $
# $OpenBSD: Makefile,v 1.26 2000/04/13 16:33:50 jakob Exp $
DISTNAME= ethereal-0.8.5
DISTNAME= ethereal-0.8.7
CATEGORIES= net x11
NEED_VERSION= 1.230
MASTER_SITES= http://ethereal.zing.org/distribution/ \

View File

@ -1,3 +1,3 @@
MD5 (ethereal-0.8.5.tar.gz) = f186c21bc0dea424f57d66afb410d973
RMD160 (ethereal-0.8.5.tar.gz) = 37ff001868e502ad60bf6650bdb3774cb5b6397b
SHA1 (ethereal-0.8.5.tar.gz) = 5e227b15de31ffc69cf4cba4d3dbb05486c14b49
MD5 (ethereal-0.8.7.tar.gz) = 0f7c9cb14c3867acceb4b77ccf784d70
RMD160 (ethereal-0.8.7.tar.gz) = 3207e16ba4ed04b448c439bb3fce8086599e4c36
SHA1 (ethereal-0.8.7.tar.gz) = 50d4119860e65ce6da43c8e34f87c2a8459da7fc

View File

@ -1,9 +1,9 @@
bin/editcap
bin/ethereal
bin/tethereal
lib/ethereal/plugins/0.8.5/libgryphon.so.0.0
lib/ethereal/plugins/0.8.5/gryphon.la
lib/ethereal/plugins/0.8.5/libgryphon.a
lib/ethereal/plugins/0.8.7/libgryphon.so.0.0
lib/ethereal/plugins/0.8.7/gryphon.la
lib/ethereal/plugins/0.8.7/libgryphon.a
man/man1/editcap.1
man/man1/ethereal.1
man/man1/tethereal.1