diff options
author | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2014-09-04 11:31:30 -0400 |
---|---|---|
committer | Michael Mann <mmann78@netscape.net> | 2014-09-04 18:07:48 +0000 |
commit | cccc9275ca242b950284786fdc6f53cc45b70fb8 (patch) | |
tree | 4d5e04bda4967ae550e2566539433f38c59b7500 | |
parent | 3b20e02266490ecf2f0a5787d993a2d2b7dbff18 (diff) | |
download | wireshark-cccc9275ca242b950284786fdc6f53cc45b70fb8.tar.gz wireshark-cccc9275ca242b950284786fdc6f53cc45b70fb8.tar.bz2 wireshark-cccc9275ca242b950284786fdc6f53cc45b70fb8.zip |
Update NEWS: Add S7 Communication dissector and the extcap interface.
Also add the S7 Communication dissector's author to AUTHORS.
Mention that the Qt UI is now the default.
Change-Id: Ie2629333fd48bbe1ce95052292336a4f8608ea17
Reviewed-on: https://code.wireshark.org/review/3988
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Michael Mann <mmann78@netscape.net>
-rw-r--r-- | AUTHORS | 4 | ||||
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | docbook/release-notes.asciidoc | 6 |
3 files changed, 19 insertions, 5 deletions
@@ -3611,6 +3611,10 @@ Qiaoyin Yang <qiaoyin.yang[AT]gmail.com> { Dissector for CP 'Cooper' 2179 } +Thomas Wiens <th.wiens[AT]gmx.de> { + Dissector for S7 Communication +} + and by: Georgi Guninski <guninski[AT]guninski.com> @@ -1,4 +1,3 @@ - Wireshark 1.99.0 Release Notes This is an experimental release intended to test new features for the @@ -33,7 +32,12 @@ What's New * tshark now resets its state when changing files in ring-buffer mode. * Expert Info severities can now be configured. + * Wireshark now supports external capture interfaces. External + capture interfaces can be anything from a tcpdump-over-ssh pipe to + a program that captures from proprietary or non-standard hardware. + This functionality is not available in the Qt UI yet. * Qt port: + + The Qt UI is now the default (program name is wireshark). + A Polish translation has been added. + The Interfaces dialog has been added. + The interface list is now updated when interfaces appear or @@ -106,9 +110,9 @@ What's New New Protocol Support - ceph, corosync/totemnet, corosync/totemsrp, Generic Network - Virtualization Encapsulation (Geneve), IPMI Trace, iSER, OptoMMP, and - Stateless Transport Tunneling + ceph, corosync/totemnet, corosync/totemsrp, CP Cooper 2179, Generic + Network Virtualization Encapsulation (Geneve), IPMI Trace, iSER, + OptoMMP, S7 Communication, and Stateless Transport Tunneling Updated Protocol Support @@ -197,7 +201,7 @@ Frequently Asked Questions A complete FAQ is available on the [22]Wireshark web site. __________________________________________________________________ - Last updated 2014-08-17 20:04:58 UTC + Last updated 2014-09-04 15:30:56 UTC References diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc index 28912f5f5f..4d550ae95b 100644 --- a/docbook/release-notes.asciidoc +++ b/docbook/release-notes.asciidoc @@ -33,9 +33,14 @@ since version 1.12.0: (up from 100k). * tshark now resets its state when changing files in ring-buffer mode. * Expert Info severities can now be configured. +* Wireshark now supports external capture interfaces. External capture +interfaces can be anything from a tcpdump-over-ssh pipe to a program that +captures from proprietary or non-standard hardware. This functionality is not +available in the Qt UI yet. * Qt port: +** The Qt UI is now the default (program name is wireshark). ** A Polish translation has been added. ** The Interfaces dialog has been added. ** The interface list is now updated when interfaces appear or disappear. @@ -125,6 +130,7 @@ corosync/totemsrp ceph Stateless Transport Tunneling CP 'Cooper' 2179 +S7 Communication --sort-and-group-- === Updated Protocol Support |