diff options
author | tron <tron@pkgsrc.org> | 2007-02-03 18:06:37 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-02-03 18:06:37 +0000 |
commit | 1685a8907917bf20fdd41e1df6d036b3a7a6d5f1 (patch) | |
tree | f7f630d0e01a93054416160f58a9a3e5bdbd2548 /net/wireshark/Makefile | |
parent | 0fd8896ac81c4c754e04a1d03c95f94d106a9902 (diff) | |
download | pkgsrc-1685a8907917bf20fdd41e1df6d036b3a7a6d5f1.tar.gz |
Update "wireshark" package to version 0.99.5.
Changes since version 0.99.4:
- Bug Fixes
o The TCP dissector could hang or crash while reassembling HTTP
packets.
Versions affected: 0.99.2 to 0.99.4
CVE-2007-0459
o The HTTP dissector could crash.
Versions affected: 0.99.3 to 0.99.4
CVE-2007-0458
o On some systems, the IEEE 802.11 dissector could crash.
Versions affected: 0.10.14 to 0.99.4
CVE-2007-0457
o On some systems, the LLT dissector could crash.
Versions affected: 0.99.3 to 0.99.4
CVE-2007-0456
The following bugs have been fixed:
o The end of HTTP chunked encoding wasn't being displayed.
o The Follow TCP Stream window could omit characters.
o Opening a flow graph could crash Wireshark.
o Follow TCP Stream would sometimes get the direction wrong.
o The foreground text in the coloring rules editor was always
black.
o The CSV export format was incorrect.
o On some Windows systems Wireshark could take a long time to
start up.
o Malformed UDLD packets could cause an exception.
o The ISUP statistics report could overflow a buffer and crash
when displaying IPv6 addresses.
- New and Updated Features
o Decryption support for WPA/WPA2 and SNMPv3 has been added. The
TDS / MS SQL dissector now de-obfuscates passwords.
o 64-bit file handling has been improved.
o The Find function now selects the corresponding packet detail
item. Find functionality has been added to the TCP and SSL
stream dialogs.
o Main window keyboard navigation has been improved.
o ASN.1 BER-encoded files can now be dissected according to a
user-specified syntax.
- New Protocol Support
DMP, Homeplug (INT51X1), NBD, OMAPI, PKCS#12, RGMP, Roofnet, STUN
v2
- Updated Protocol Support
2dparityfec, ACN, AIM, AMR, ANSI 637, ANSI A, ANSI MAP, ARP, ASN.1
BER, ASN.1 PER, BACapp, BPDU, CAMEL, DCERPC (DCERPC, EFS,
EVENTLOG, NSPI, PN-IO, WINREG), DCOM CBA, DCP, DHCP, DHCPv6, DMP,
DNS, E.164, EAP, EPL, ETSI DCP, FCP, GIOP, GSM A, H.245, H.248,
HPSW, HTTP, ICMP, ICMPv6, IEEE 802.11, IMAP, INAP, IPMI, IPsec,
IRC, ISAKMP, iSCSI, ISIS LSP, IuUP, K12, Kerberos, LDAP, LLDP,
MEGACO, MGCP, MIME Multipart, MMS, MMSE, MSRP, MySQL, NetFlow,
NFS, NTLMSSP, NTP, OSPF, PN-PTCP, PPPoE, Q.931, Radiotap, RADIUS,
RPC, RSVP, RTCP, S4406, SCCP, SCSI, SDP, SES, sFlow, SIGCOMP, SIP,
SIR, Skinny, SMB (SMB, NETLOGON), SMTP, SNMP, SPNEGO, SSL, T.38,
TCP, TDS, text/media, TIPC, UDLD, UDP Lite, UDP, UMA, UMTS FP,
USB, VNC, WBXML, WLCCP, WSP, X.411, X.420, XML, XOT, YMSG
- New and Updated Capture File Support
Catapult DCT2000, Netttl, Windows Sniffer / NetXray
Diffstat (limited to 'net/wireshark/Makefile')
-rw-r--r-- | net/wireshark/Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 201c59ceb8e..76edba5b4ff 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2006/11/01 12:59:42 tron Exp $ +# $NetBSD: Makefile,v 1.6 2007/02/03 18:06:37 tron Exp $ -DISTNAME= wireshark-0.99.4 +DISTNAME= wireshark-0.99.5 CATEGORIES= net MASTER_SITES= http://www.wireshark.org/download/src/ \ ${MASTER_SITE_SOURCEFORGE:=wireshark/} @@ -13,7 +13,7 @@ COMMENT= Network protocol analyzer CONFLICTS+= ethereal-[0-9]* USE_LANGUAGES+= c c++ -USE_TOOLS+= perl pkg-config +USE_TOOLS+= gmake perl pkg-config USE_LIBTOOL= YES SHLIBTOOL_OVERRIDE= # empty @@ -37,15 +37,6 @@ PTHREAD_OPTS+= require USE_BUILTIN.libpcap= no .endif -# Work arround for files missing in the 0.99.3 release archive. -# This and "${FILESDIR}/*.xpm" should be removed after the next update. -post-extract: - ${CP} ${FILESDIR}/*.xpm ${WRKSRC}/image/toolbar - -# XXX avoid rebuild after dissector patch -pre-build: - ${TOUCH} ${WRKSRC}/epan/dissectors/register.c - SUBST_CLASSES+= shell SUBST_STAGE.shell= post-build SUBST_MESSAGE.shell= Replacing @SHELL@ with a proper shell. |