diff options
author | tron <tron@pkgsrc.org> | 2006-07-21 14:27:53 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-07-21 14:27:53 +0000 |
commit | 7a20b1e9ce43007cd7486abf33071f89d768dfc8 (patch) | |
tree | 2fdde85a585d9bf6d8beb23b701289b9d18b17a1 /net/Makefile | |
parent | 48dbcee2f4cef907ffc05cb211897de89c74af0c (diff) | |
download | pkgsrc-7a20b1e9ce43007cd7486abf33071f89d768dfc8.tar.gz |
Add new "wireshark" package.
Wireshark is a network protocol analyzer and the successor of "ethereal".
Changes since "ethereal" version 0.99.0:
- The GSM BSSMAP dissector could crash. Versions affected:
0.10.11.
- The ANSI MAP dissector was vulnerable to a format string
overflow. Versions affected: 0.10.0.
- The Checkpoint FW-1 dissector was vulnerable to a format
string overflow. Versions affected: 0.10.10.
- The MQ dissector was vulnerable to a format string overflow.
Versions affected: 0.10.4.
- The XML dissector was vulnerable to a format string overflow.
Versions affected: 0.10.13.
- The MOUNT dissector could attempt to allocate large amounts of
memory. Versions affected: 0.9.4.
- The NCP NMAS and NDPS dissectors were susceptible to
off-by-one errors. Versions affected: 0.9.7.
- The NTP dissector was vulnerable to a format string overflow.
Versions affected: 0.10.13.
- The SSH dissector was vulnerable to an infinite loop. Versions
affected: 0.9.10.
- The NFS dissector may have been susceptible to a buffer
overflow. Versions affected: 0.8.16.
- The "Follow TCP Stream" dialog now wraps long lines.
- Problems with ring buffers under 0.99.0 have been fixed.
- It was possible for Wireshark to crash when closing the
capture information dialog. This has been fixed.
- It was possible for Wireshark to crash when using the "Find"
feature. This has been fixed.
- Wireshark could crash if an interface was removed while
viewing the interface list. This has been fixed.
- Multicast stream analysis (Statistics->Multicast Streams) has
been added. It lets you determine burst size, output buffer
size, and losses for multicast data.
- TCP reassembly has been updated and improved.
- Expert analysis has been updated and improved.
- SCSI service response time statistics have been added.
- You can now find next/previous marked frames.
- The LDAP and SNMP dissectors have been completely rewriten.
- The SMB dissector now tracks filenames and share names.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index e3fdaefa81c..ec92d614c7a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.627 2006/07/19 04:47:09 minskim Exp $ +# $NetBSD: Makefile,v 1.628 2006/07/21 14:27:53 tron Exp $ # COMMENT= Networking tools @@ -487,6 +487,7 @@ SUBDIR+= xnap SUBDIR+= xorp SUBDIR+= xrmftp SUBDIR+= xtraceroute +SUBDIR+= wireshark SUBDIR+= yafc SUBDIR+= yale-tftpd SUBDIR+= yaz |