diff options
author | itojun <itojun> | 2002-01-09 05:50:56 +0000 |
---|---|---|
committer | itojun <itojun> | 2002-01-09 05:50:56 +0000 |
commit | 324ea131a4dfe7231c20bd59c4c7a18d4b194566 (patch) | |
tree | 3f832e8174880bf715f4fd6c2fa0548ea875cdc1 /net/ethereal | |
parent | c70b8cc81abb1072fff097123bd4d31b7082b054 (diff) | |
download | pkgsrc-324ea131a4dfe7231c20bd59c4c7a18d4b194566.tar.gz |
upgrade to 0.9.0.
--- www.ethereal.com announement
Ethereal 0.9.0 has been released. Several new features have been
added, including TCP graphs and ring buffer captures. The SMB
dissector was completely rewritten, and many enhancements were made
to the user interface. The text2pcap utility can now handle a
broader range of input data formats. The developer documentation
also received many updates. Bug fixes include a workaround for an
SNMP bug present several Linux distributions.
New dissectors include EAPOL, M2TP, MS RPC, MTP2, PCNFSD, PPP/EAPOL,
QLLC, SMPP, and SUA. The AppleTalk, BEEP (formerly BXXP), BGP,
CLNP, Coseventcomm, DCE RPC, Diameter, DVMRP, Gnutella, GRE, GTP,
HTTP, IPSEC, IPX, ISAKMP, iSCSI, IUA, L2TP, LDP, MMSE, Mobile IP,
MPLS, MTP3, OSPF, PPP, Prism, RADIUS, SCCP, SCTP, SDP, SMB, SMTP,
SNA, SOCKS, SSL, Telnet, TFTP, UCP, WAP, WCCP, WSP, and X.25
dissectors all received updates.
Ethereal now supports DBS Etherwatch, Visual Networks Visual UpTime,
and VMS TCPIPtrace capture files. Support for Ascend/Lucent debug,
Etherpeek, iptrace, and MS Netmon capture files was enhanced.
Diffstat (limited to 'net/ethereal')
-rw-r--r-- | net/ethereal/Makefile | 4 | ||||
-rw-r--r-- | net/ethereal/PLIST | 7 | ||||
-rw-r--r-- | net/ethereal/distinfo | 6 |
3 files changed, 11 insertions, 6 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 9a2b8168960..de47fe4a019 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.52 2001/10/22 03:03:15 mycroft Exp $ +# $NetBSD: Makefile,v 1.53 2002/01/09 05:50:56 itojun Exp $ -DISTNAME= ethereal-0.8.20 +DISTNAME= ethereal-0.9.0 CATEGORIES= net MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \ ftp://ftp.sunet.se/pub/network/monitoring/ethereal/ diff --git a/net/ethereal/PLIST b/net/ethereal/PLIST index 63a5b159bac..742d3a788d8 100644 --- a/net/ethereal/PLIST +++ b/net/ethereal/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:55:19 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/01/09 05:50:56 itojun Exp $ bin/editcap bin/ethereal bin/idl2eth @@ -6,6 +6,11 @@ bin/mergecap bin/tethereal bin/text2pcap etc/manuf +etc/dictionary.dtd +etc/dictionary.xml +etc/mobileipv4.xml +etc/nasreq.xml +etc/sunping.xml lib/ethereal/plugins/${PKGVERSION}/coseventcomm.la lib/ethereal/plugins/${PKGVERSION}/coseventcomm.a lib/ethereal/plugins/${PKGVERSION}/coseventcomm.so diff --git a/net/ethereal/distinfo b/net/ethereal/distinfo index 0bf107d9865..f8ace04c5d4 100644 --- a/net/ethereal/distinfo +++ b/net/ethereal/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2001/10/22 03:03:15 mycroft Exp $ +$NetBSD: distinfo,v 1.6 2002/01/09 05:50:56 itojun Exp $ -SHA1 (ethereal-0.8.20.tar.gz) = 7bbce67262631e856fd2dae032dc63da0fdf3a7b -Size (ethereal-0.8.20.tar.gz) = 2306541 bytes +SHA1 (ethereal-0.9.0.tar.gz) = 8f78fedafc70d0f553ccec9b349a49ea926dd9b0 +Size (ethereal-0.9.0.tar.gz) = 2650195 bytes SHA1 (patch-aa) = 22e24b1741626555353b92fdbb63975452cf68e4 |