diff options
author | martti <martti@pkgsrc.org> | 2004-07-08 06:18:37 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2004-07-08 06:18:37 +0000 |
commit | 83bb1ef3e0098a81ce763c6f538fb113c523c9e0 (patch) | |
tree | bf8a518816d4285a79912b15f47f746002350017 /net/ethereal | |
parent | e44bcada5a1b02b5718b3ce9d918237f034333a1 (diff) | |
download | pkgsrc-83bb1ef3e0098a81ce763c6f538fb113c523c9e0.tar.gz |
Updated ethereal to 0.10.5
Multiple problems in Ethereal 0.10.4: It may be possible to make Ethereal
crash or run arbitrary code by injecting a purposefully malformed packet
onto the wire or by convincing someone to read a malformed packet trace file.
* Updated protocol support
AIM, ASAP, ASN.1 BER, ARP, ATM, DHCP, CFPI, CLNP, DCERPC (DCERPC, LSA, NT,
SAMR, SRVSVC, WKSSVC), EAP, ENIP, Frame Relay, GRE, H.225, H.245, H.450,
HTTP, IAX2, IEEE 802.11, ISAKMP, iSNS, ISUP, JFIF, Kerberos, LMP, M3UA,
MGCP, MPLS, MTP3, NCP, NetFlow, NFS, OSPF, PIM, RADIUS, RIP, RSVP, RTCP,
RTP, RTSP, SCSI, SDP, SIP, SMB, SMTP, SNMP, SOCKS, SSL, T.35, TCP, VRRP,
WBXML (User-Agent Profile), WSP, X11
* New protocol support: DNP, ENRP, giFT, H.235, PacketCable, SigComp, SIR
Diffstat (limited to 'net/ethereal')
-rw-r--r-- | net/ethereal/Makefile | 4 | ||||
-rw-r--r-- | net/ethereal/PLIST | 11 | ||||
-rw-r--r-- | net/ethereal/distinfo | 6 |
3 files changed, 15 insertions, 6 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 4e62941118d..2cf8ad2c3db 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.94 2004/05/14 09:20:31 xtraeme Exp $ +# $NetBSD: Makefile,v 1.95 2004/07/08 06:18:37 martti Exp $ # -DISTNAME= ethereal-0.10.4 +DISTNAME= ethereal-0.10.5 PKGREVISION= # defined CATEGORIES= net MASTER_SITES= http://www.ethereal.com/distribution/ \ diff --git a/net/ethereal/PLIST b/net/ethereal/PLIST index 234edbfe304..8014ac87d76 100644 --- a/net/ethereal/PLIST +++ b/net/ethereal/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.14 2004/05/14 09:20:31 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.15 2004/07/08 06:18:37 martti Exp $ +bin/dftest bin/editcap bin/ethereal bin/idl2eth @@ -59,11 +60,15 @@ man/man1/mergecap.1 man/man1/tethereal.1 man/man1/text2pcap.1 man/man4/ethereal-filter.4 +share/ethereal/AUTHORS-SHORT share/ethereal/diameter/dictionary.dtd share/ethereal/diameter/dictionary.xml share/ethereal/diameter/mobileipv4.xml share/ethereal/diameter/nasreq.xml share/ethereal/diameter/sunping.xml +share/ethereal/editcap.html +share/ethereal/ethereal-filter.html +share/ethereal/ethereal.html share/ethereal/help/capture_filters.txt share/ethereal/help/capturing.txt share/ethereal/help/display_filters.txt @@ -72,7 +77,11 @@ share/ethereal/help/getting_started.txt share/ethereal/help/overview.txt share/ethereal/help/toc share/ethereal/help/well_known.txt +share/ethereal/idl2eth.html share/ethereal/manuf +share/ethereal/mergecap.html +share/ethereal/tethereal.html +share/ethereal/text2pcap.html @dirrm share/ethereal/help @dirrm share/ethereal/diameter @dirrm share/ethereal diff --git a/net/ethereal/distinfo b/net/ethereal/distinfo index f62b1cee72b..db99b841680 100644 --- a/net/ethereal/distinfo +++ b/net/ethereal/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.27 2004/05/14 09:20:31 xtraeme Exp $ +$NetBSD: distinfo,v 1.28 2004/07/08 06:18:37 martti Exp $ -SHA1 (ethereal-0.10.4.tar.bz2) = d493c8df935f6db3c5f93a17b03e0b99d25bbe6e -Size (ethereal-0.10.4.tar.bz2) = 4889371 bytes +SHA1 (ethereal-0.10.5.tar.bz2) = 2d0e1c9de8f8e7dba8303a4f703d55dfa148b096 +Size (ethereal-0.10.5.tar.bz2) = 4984584 bytes |