diff options
author | martti <martti@pkgsrc.org> | 2002-03-22 06:27:17 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-03-22 06:27:17 +0000 |
commit | c57452c60ef2c3e5124e97025b6be87530108b9a (patch) | |
tree | b3a25d80940efb0a0f2c582d808290486c2c309f | |
parent | 989c24e714bca8fd909cc1c95ead9aa64bea9798 (diff) | |
download | pkgsrc-c57452c60ef2c3e5124e97025b6be87530108b9a.tar.gz |
Updated ethereal to 0.9.2
This version fixes problems in the SNMP and LDAP dissectors revealed by
the PROTOS test suite. The SCTP checksum code for CRC32C was updated to
match the new (version 3) draft specification. Additionally, the layout
of the capture dialog was vastly improved.
NCP type 0x2222 packet type support was added to the randpkt utility, and
a script to recreate packets from core dumps (pkt-from-core.py) was added
to the source distribution.
SNA over Ethernet and HiPath HDLC support was added. Dissectors receiving
updates include 802.11w, 802.11, AARP, AFS, ARP, COPS, DCE RPC, EAP/EAPOL,
GIOP, ICQ, iSCSI/SCSI, ISIS, LAPD, LDAP, M3UA, NBNS, NDMP, OSPF, Q.931,
RADIUS, Raw IP, RX, SDB, SMB, SNMP, SSL, TCP, TPKT, UCP, WSP, and YP.
Support for the AiroPeek and pflog file formats was also enhanced.
-rw-r--r-- | net/ethereal/Makefile | 4 | ||||
-rw-r--r-- | net/ethereal/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index d0b633998af..b6f987c640c 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.55 2002/02/17 21:23:39 tron Exp $ +# $NetBSD: Makefile,v 1.56 2002/03/22 06:27:17 martti Exp $ -DISTNAME= ethereal-0.9.1 +DISTNAME= ethereal-0.9.2 CATEGORIES= net MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \ ftp://ftp.sunet.se/pub/network/monitoring/ethereal/ diff --git a/net/ethereal/distinfo b/net/ethereal/distinfo index c45ff6e54d5..159d0933854 100644 --- a/net/ethereal/distinfo +++ b/net/ethereal/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2002/02/03 11:41:31 mjl Exp $ +$NetBSD: distinfo,v 1.9 2002/03/22 06:27:18 martti Exp $ -SHA1 (ethereal-0.9.1.tar.gz) = 5f6c3465b2023b855d0a19cc35bb906919818422 -Size (ethereal-0.9.1.tar.gz) = 2756335 bytes +SHA1 (ethereal-0.9.2.tar.gz) = b45b437441545868cd082b455a85bd26ac9d62d1 +Size (ethereal-0.9.2.tar.gz) = 2899603 bytes |