diff options
author | tron <tron@pkgsrc.org> | 2008-03-31 13:13:40 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-03-31 13:13:40 +0000 |
commit | 4b9d0f0dc1885af3eb5d625c991d6903a949bcf1 (patch) | |
tree | b0718e7219129aa9b2383bc47c28cad0eb35e19a /net/wireshark | |
parent | 694498b84ce21be5969905d54dbe8c6c690c7929 (diff) | |
download | pkgsrc-4b9d0f0dc1885af3eb5d625c991d6903a949bcf1.tar.gz |
Update "wireshark" package to version 1.0.0. Changes since 0.99.8:
- security fixes for X.509sat, Roofnet, LDAP and SCCP dissectors
- several SNMP-related bugs have been fixed.
- several memory-related bugs have been fixed.
- Wireshark now supports custom columns.
- New Protocol Support:
IEEE 802.15.4, Infiniband, Parallel Redundancy Protocol,
RedBack Lawful Intercept, Xcsl
- Updated Protocol Support:
- AFS, ALCAP, ATM, BACapp, CIGI, DCC (renamed from DCCP), DCCP (renamed
from DCP), DCERPC SPOOLSS, DCERPC NT, DHCP, DirectPlay, EtherCAT, FIX,
GIOP, GTP, H.248, HTTP, ICMPv6, ICQ, IPv6, ISIS, JXTA, NCP, P_Mul, PCAP,
PKIX1Explicit, PTP, RADIUS, Roofnet, RTCP, RTMPT, RTP, RX, SABP,
SCSI OSD, sFlow, SMPP, SNMP, SSCOP, TAPA, TIPC, TPNCP, UNISTIM, X.25,
X.509sat, XML
- New and Updated Capture File Support:
Hilscher Analyzer
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 5 | ||||
-rw-r--r-- | net/wireshark/PLIST | 3 | ||||
-rw-r--r-- | net/wireshark/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index b0967728f0b..80de158d94a 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2008/03/06 14:53:53 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2008/03/31 13:13:40 tron Exp $ -DISTNAME= wireshark-0.99.8 -PKGREVISION= 1 +DISTNAME= wireshark-1.0.0 CATEGORIES= net MASTER_SITES= http://www.wireshark.org/download/src/ \ ${MASTER_SITE_SOURCEFORGE:=wireshark/} diff --git a/net/wireshark/PLIST b/net/wireshark/PLIST index cc027c75d16..6977e47dc90 100644 --- a/net/wireshark/PLIST +++ b/net/wireshark/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2008/02/28 14:55:17 tron Exp $ +@comment $NetBSD: PLIST,v 1.10 2008/03/31 13:13:40 tron Exp $ bin/capinfos bin/dftest bin/dumpcap @@ -22,6 +22,7 @@ lib/wireshark/plugins/${PKGVERSION}/docsis.la lib/wireshark/plugins/${PKGVERSION}/enttec.la lib/wireshark/plugins/${PKGVERSION}/ethercat.la lib/wireshark/plugins/${PKGVERSION}/gryphon.la +lib/wireshark/plugins/${PKGVERSION}/infiniband.la lib/wireshark/plugins/${PKGVERSION}/irda.la lib/wireshark/plugins/${PKGVERSION}/lwres.la lib/wireshark/plugins/${PKGVERSION}/m2m.la diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index e3399f3a8c0..99a8af06a54 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.11 2008/02/28 14:55:17 tron Exp $ +$NetBSD: distinfo,v 1.12 2008/03/31 13:13:40 tron Exp $ -SHA1 (wireshark-0.99.8.tar.bz2) = a33c7fd8d73bcbf843d3e3a96fd44489212c51e5 -RMD160 (wireshark-0.99.8.tar.bz2) = 3d7a4fdd9e2c9b9abaa0c9fe0c3e76fa86ec9aea -Size (wireshark-0.99.8.tar.bz2) = 13243168 bytes +SHA1 (wireshark-1.0.0.tar.bz2) = 4f53f526359a072665812deca980999bd26e6ab0 +RMD160 (wireshark-1.0.0.tar.bz2) = 12016f80d30954bdc89163958e7d007543b3327e +Size (wireshark-1.0.0.tar.bz2) = 13413951 bytes SHA1 (patch-aa) = c155f38e66a553b14778dc73344b46f8614eb9b0 SHA1 (patch-ab) = 5ae79916603f04c2d362c764d39f0c99728e716c |