summaryrefslogtreecommitdiff
path: root/net/wireshark/Makefile
diff options
context:
space:
mode:
authortron <tron>2007-12-15 13:53:27 +0000
committertron <tron>2007-12-15 13:53:27 +0000
commit3b5fe33760d94826167525e84e54e9407362c4b3 (patch)
tree47a101a8a23e84e4f30391101737a7f7682e6ae2 /net/wireshark/Makefile
parentcdcd937b0fb80daed9de9efd9b6f506ba55ebe55 (diff)
downloadpkgsrc-3b5fe33760d94826167525e84e54e9407362c4b3.tar.gz
Update "wireshark" package to version 0.99.7pre2. Changes since
version 0.99.6: - Fixes for the security problems reported in "wnpa-sec-2007-03" - Most of the capture code has been moved out of the GUI, which means that Wireshark no longer needs to be run as root. - Many display filter names have been cleaned up. If your favorite display filter just went missing, please consult the display filter reference to find out where it ended up. - You can now filter directly on SNMP OIDs. - IO graphs have more display options, and you can now export graphs. - You can now follow UDP streams in addition to TCP and SSL streams. - You can now disable coloring rules without deleting them. - Main window toolbar buttons are now available even when the window is small. - Optimizations have been applied in some places to make Wireshark start up and run faster. - New Protocol Support ANSI TCAP, application/xcap-error (MIME type), CFM, DPNSS, EtherCAT, ETSI e2/e4, H.282, H.460, H.501, IEEE 802.1ad and 802.1ah, IMF (RFC 2822), RSL, SABP, T.125, TNEF, TPNCP, UNISTIM, Wake on LAN, WiMAX ASN Control Plane, X.224 - Updated Protocol Support 3Com XNS, 3G A11, ACN, ACP123, ACSE, AIM, ANSI IS-637-A, ANSI MAP, Armagetronad, BACapp, BACnet, BER, BFD, BGP, Bluetooth, CAMEL, CDT, CFM, CIP, Cisco ERSPAN, CLNP, CMIP, CMS, COPS, CTDB, DCCP, DCERPC ATSVC, DCERPC PNIO, DCERPC SAMR, DCERPC, DCOM CBA-ACCO, DCP ETSI, DEC DNA, DFS, DHCP/BOOTP, DHCPv6, DIAMETER, DISP, DMP, DNP, DNS, DOP, DTLS, DUA, eDonkey, ELSM, ESL, Ethernet, FC ELS, FC, FCOE, FTAM, FTP, GDSDB, GIOP, GPRS-LLC, GSM A, GSM MAP, GTP, HSRP, HTTP, IAX2, ICMPv6, IEEE 802.11, INAP, IP, IPMI, IPv6, ISAKMP, ISIS, iSNS, ISUP, IUUP, JXTA, K12, Kerberos, L2TP, LAPD, LDAP, LINX, LPD, LWAPP, MEGACO, MIKEY, MIME Multipart, MMS, MP2T, MPEG PES, MPEG, MTP2, MySQL, NBAP, NetFlow, nettl, NFS, NSIP, OSPF, P_MUL, PANA, PER, PKCS#12, PMIPv6, PN-PTCP, PN-RT, PPI, PPPoE, PRES, PROFINET, PTP, Q.932 ROS, Q.932, QSIG, Radiotap, RADIUS, RANAP, RNSAP, ROS, RTCP, RTP, RTSE, RTSP, SCCP, SCTP, SDP, SIGCOMP, SIP, Slow Protocols, SMB, SMPP, SMTP, SNDCP, SNMP, SRP, SSL, STANAG 4406, STUN2, TCAP, TCP, text/media, TIPC, ULP, UMA, UMTS FP, V5UA, VNC, WiMAX M2M, WiMAX, WLCCP, X.411, X.420, X.509 SAT, XML - New and Updated Capture File Support Catapult DCT 2000, Endace ERF, Juniper NetScreen snoop, Visual Networks, Windows Sniffer (NetXRay)
Diffstat (limited to 'net/wireshark/Makefile')
-rw-r--r--net/wireshark/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 7bb825769df..423123ac0a7 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.12 2007/10/08 12:44:33 ghen Exp $
+# $NetBSD: Makefile,v 1.13 2007/12/15 13:53:27 tron Exp $
-DISTNAME= wireshark-0.99.6
+DISTNAME= wireshark-0.99.7pre2
CATEGORIES= net
-MASTER_SITES= http://www.wireshark.org/download/src/ \
- ${MASTER_SITE_SOURCEFORGE:=wireshark/}
-EXTRACT_SUFX= .tar.bz2
+#MASTER_SITES= http://www.wireshark.org/download/src/ \
+# ${MASTER_SITE_SOURCEFORGE:=wireshark/}
+MASTER_SITES= http://www.wireshark.org/download/prerelease/
+#EXTRACT_SUFX= .tar.bz2
MAINTAINER= tron@NetBSD.org
HOMEPAGE= http://www.wireshark.org/