diff options
author | martti <martti> | 2002-09-30 11:50:25 +0000 |
---|---|---|
committer | martti <martti> | 2002-09-30 11:50:25 +0000 |
commit | 5e3099ea97ea5ccd290eee1cfd39d3018b1e3286 (patch) | |
tree | d2e570a558bacb1d96c6526baaa02cec5708bc0f /net | |
parent | 19165a26220a5655a15db0a3e8080a68f63d8790 (diff) | |
download | pkgsrc-5e3099ea97ea5ccd290eee1cfd39d3018b1e3286.tar.gz |
Updated ethereal to 0.9.7
New Features
In order to improve the out-of-box responsiveness of Ethereal and
Tethereal, network name resolution has been disabled by default.
TCP analysis (a feature added in the 0.9.6 release) was improved.
The NCP code base received quite a few updates.
Initial support for version 2 of the GTK+ library was added.
RPC staticstics (which use the new Tap API) were added.
Due to added and updated support for the NTLM, SNEGO, and GSS-API
protocols, Ethereal can now dissect most of the security blobs for
Windows 2000 authentication.
The Ethernet "manuf" file now handles addresses specified with a
mask, and contains many well-known addresses.
New Protocols
802.1s MSTP, FIX, GSS-API, Interbase, NDPS, Netflow (Cisco and Juniper),
SCCP-Management, SPNEGO
The following DCE/RPC protocols were also added:
AFS4INT, BOSSVR, CDS_CLERKSERVER, CDS_SOLICIT, CPRPC_SERVER, DNSSERVER,
DTSPROVIDER, DTSSTIME_REQ, FLDB, FTSERVER, KRB5RPC, REPADMIN, REP_PROC,
ROVERRIDE, RPRIV, RS_ATTR, RSEC_LOGIN, RS_MISC, RS_PGO, RS_REPLIST,
RS_UNIX, SECIDMAP, TKN4INT, UBIKDISK, UKIKVOTE
Updated Protocols
AFP, AODV/AODV6, BGP, CHDLC, CHPA, DCE/RPC CONV, DCE/RPC LSA, DCE/RPC
NT, DCE/RPC SAMR, DHCP, DNS, DOCSIS, EAP, GTP, HTTP, IP, iSCSI, IS-IS,
Kerberos, LDAP, LDP, M2PA MMSE, NBNS, NCP, NDS, NETLOGON, NTLMSSP, OSI
Q.931 RPC, RPCSTAT, SCSI, Skinny, SMB, SNEGO, SPOOLSS, SRVSVC, TCP, WSP
Diffstat (limited to 'net')
-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 fed4fe7fec1..bdbf9b4e421 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2002/09/24 00:13:13 jlam Exp $ +# $NetBSD: Makefile,v 1.66 2002/09/30 11:50:25 martti Exp $ -DISTNAME= ethereal-0.9.6 +DISTNAME= ethereal-0.9.7 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 e99b2843fbf..25cdd916cef 100644 --- a/net/ethereal/distinfo +++ b/net/ethereal/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.13 2002/08/22 00:30:07 itojun Exp $ +$NetBSD: distinfo,v 1.14 2002/09/30 11:50:25 martti Exp $ -SHA1 (ethereal-0.9.6.tar.gz) = 00d1cbfc19cdb6259afcb36f493a7174d9d73367 -Size (ethereal-0.9.6.tar.gz) = 3647226 bytes +SHA1 (ethereal-0.9.7.tar.gz) = 308b5dd2a90ec6d0e090ae54b1bf3cc9c69a9bf7 +Size (ethereal-0.9.7.tar.gz) = 4153241 bytes |