diff options
author | frueauf <frueauf> | 2000-07-05 21:52:43 +0000 |
---|---|---|
committer | frueauf <frueauf> | 2000-07-05 21:52:43 +0000 |
commit | f98a67a2901c3f554f95264bb0f04dfaa91d32f3 (patch) | |
tree | 7061a4aa6dd016195294a30987841652f23fe70e /net | |
parent | 0349d59e38bdd21c5fa7799a450c803f73298d08 (diff) | |
download | pkgsrc-f98a67a2901c3f554f95264bb0f04dfaa91d32f3.tar.gz |
Update ethereal to 0.8.10.
Overview of changes in Ethereal 0.8.10:
* Code cleanup (Gilbert)
* Assign port 1052 to DDTP (Olivier)
* Add syslog dissector (Gerald)
* Build cleanup (Guy)
* X11 dissector (Christophe, Guy)
* RPC cleanup (Guy)
* tvbuffication (Olivier, Gilbert)
* Remove dead tos_str symbol (itojun)
* More manufacturer ether codes (Gaetan Soltesz <gaetan@cisco.com>)
* Support for capturing on Linux ATM interfaces (Mark Clayton)
* NG Sniffer file reading fixes (Joerg, Guy)
* Make 'tethereal -h' look similar to 'ethereal -h' (Joerg)
* Support for "Update list of packets in real time" on Win32 (Graham)
* Win32 makefile dependency fix (Graham)
* Fix for people who don't read the FAQ. I.e., fix for
calling snmp_set_full_objid(0 in packet-snmp.c (Guy)
* OSI fix (Guy)
* ISIS fix (Guy)
* AFS volume name display fix (Guy)
* tvbtest enhancements (Guy)
* Treat TCP follow temp file as binary, for Win32 (Guy)
* Read NetXRay 2.002 files (Joerg, Guy)
* Fix octet string buffer overflow in packet-snmp.c (Guy)
* asn1.c/packet-snmp.c code cleanup (Guy)
* Variable name ("cf"/"cfile") cleanup (Ben Fowler)
* GUI-code enhancements (Guy)
* Wiretap enhancements (Guy)
* Support for OSI CLTP (Guy)
* ISAKMP padding fix (Guy)
* GUI progress bar change (Guy)
* Debian build-file fix (Olivier)
Diffstat (limited to 'net')
-rw-r--r-- | net/ethereal/Makefile | 4 | ||||
-rw-r--r-- | net/ethereal/files/md5 | 4 | ||||
-rw-r--r-- | net/ethereal/pkg/PLIST | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 560dba701b9..28ee39b5b33 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2000/06/30 10:04:47 agc Exp $ +# $NetBSD: Makefile,v 1.25 2000/07/05 21:52:43 frueauf Exp $ # -DISTNAME= ethereal-0.8.9 +DISTNAME= ethereal-0.8.10 CATEGORIES= net MASTER_SITES= http://ethereal.zing.org/distribution/ diff --git a/net/ethereal/files/md5 b/net/ethereal/files/md5 index 0183afc3e6a..ab6dc571cd7 100644 --- a/net/ethereal/files/md5 +++ b/net/ethereal/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.17 2000/06/10 20:40:52 frueauf Exp $ +$NetBSD: md5,v 1.18 2000/07/05 21:52:44 frueauf Exp $ -MD5 (ethereal-0.8.9.tar.gz) = 89d7f4f7658b485ecedc3d78c85d1166 +MD5 (ethereal-0.8.10.tar.gz) = 8d3e78d10410d5bc2c2d34bcfd7e5235 diff --git a/net/ethereal/pkg/PLIST b/net/ethereal/pkg/PLIST index d409fb30421..dc9dae1ee65 100644 --- a/net/ethereal/pkg/PLIST +++ b/net/ethereal/pkg/PLIST @@ -1,14 +1,14 @@ -@comment $NetBSD: PLIST,v 1.7 2000/06/10 20:40:53 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.8 2000/07/05 21:52:44 frueauf Exp $ bin/editcap bin/ethereal bin/tethereal etc/manuf -lib/ethereal/plugins/0.8.9/gryphon.la -lib/ethereal/plugins/0.8.9/libgryphon.a -lib/ethereal/plugins/0.8.9/libgryphon.so.0.0 +lib/ethereal/plugins/0.8.10/gryphon.la +lib/ethereal/plugins/0.8.10/libgryphon.a +lib/ethereal/plugins/0.8.10/libgryphon.so.0.0 man/man1/editcap.1 man/man1/ethereal.1 man/man1/tethereal.1 -@dirrm lib/ethereal/plugins/0.8.9 +@dirrm lib/ethereal/plugins/0.8.10 @dirrm lib/ethereal/plugins @dirrm lib/ethereal |