diff options
author | mjl <mjl> | 2002-02-03 11:41:31 +0000 |
---|---|---|
committer | mjl <mjl> | 2002-02-03 11:41:31 +0000 |
commit | b38452d00864a0a40bc90cf9921fe4fcbe529fde (patch) | |
tree | 85c42c7a259f91e05cc5f0494abb2b8ea98cc6ee | |
parent | 1e934ab77824c3a293367ce9fa57eba539bc4818 (diff) | |
download | pkgsrc-b38452d00864a0a40bc90cf9921fe4fcbe529fde.tar.gz |
Update ethereal to 0.9.1
Program preferences have been expanded to include capture, name
resolution, and window geometry settings. It is now possible to search
for all fields in GIOP messages. You can now build display filters on
the fly by right-clicking on tree view items. Additionally, protocol
hierarchy statistics display and MacOS X capture timeout bugs have
been fixed.
The idl2eth utility now handles CORBA IDL recursive unions and
structs and the text2pcap utility also received updates, including
SCTP support.
New dissectors include DHCPv6, DLSw, IAPP, SCSI, SPOOLSS RPC,
SliMP3, and TSP. Dissectors receiving updates include AFS, AIM,
Auto-RP, BGP, BOOTP, DCE RPC, DIAMETER, FDDI, GTP, H.261, HMIPv6,
IS-IS, iSCSI, ISUP, LDAP, M3UA, MIP, MMSE, MTP3, NBNS, NCP, NDMP,
NFS, ONC RPC, PIM, PPP, PPP, Q.931, RPC, RSVP, RTCP, SCTP, SDP,
SIP, SMB/CIFS, SSL, STAT, Syslog, TCP, TNS, VJ, WTP, and ypbind.
Support for WildPackets' AiroPeek and OpenBSD pflog capture
file formats have been added (you can read pflog data from a file,
or directly from the logging interface). Support for the DBS
Etherwatch, EtherPeek, NetMon, and VMS TCPIPtrace formats has
been 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 de47fe4a019..8f8519f9b67 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2002/01/09 05:50:56 itojun Exp $ +# $NetBSD: Makefile,v 1.54 2002/02/03 11:41:31 mjl Exp $ -DISTNAME= ethereal-0.9.0 +DISTNAME= ethereal-0.9.1 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 fda83884880..c45ff6e54d5 100644 --- a/net/ethereal/distinfo +++ b/net/ethereal/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2002/01/10 14:18:25 wiz Exp $ +$NetBSD: distinfo,v 1.8 2002/02/03 11:41:31 mjl Exp $ -SHA1 (ethereal-0.9.0.tar.gz) = 8f78fedafc70d0f553ccec9b349a49ea926dd9b0 -Size (ethereal-0.9.0.tar.gz) = 2650195 bytes +SHA1 (ethereal-0.9.1.tar.gz) = 5f6c3465b2023b855d0a19cc35bb906919818422 +Size (ethereal-0.9.1.tar.gz) = 2756335 bytes |