Subject: CVS commit: pkgsrc/net
To: None <pkgsrc-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: pkgsrc-changes
Date: 07/21/2006 14:27:53
Module Name:	pkgsrc
Committed By:	tron
Date:		Fri Jul 21 14:27:53 UTC 2006

Modified Files:
	pkgsrc/net: Makefile
	pkgsrc/net/ethereal: Makefile
Added Files:
	pkgsrc/net/wireshark: DESCR Makefile PLIST distinfo
	pkgsrc/net/wireshark/patches: patch-aa patch-ab

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.627 -r1.628 pkgsrc/net/Makefile
cvs rdiff -r1.132 -r1.133 pkgsrc/net/ethereal/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/net/wireshark/DESCR pkgsrc/net/wireshark/Makefile \
    pkgsrc/net/wireshark/PLIST pkgsrc/net/wireshark/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/net/wireshark/patches/patch-aa \
    pkgsrc/net/wireshark/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.