aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-09-04 10:16:49 -0400
committerMichael Mann <mmann78@netscape.net>2017-09-04 18:41:46 +0000
commita2b084f6c507d96fe6f0776154537268d60e9428 (patch)
tree8638abf6329ce8f297ebff9b12e49cea0b462fdf /docbook
parent9f1c73edac06821987760e03f103c49bb9588d1f (diff)
Add support for WPFCapture "formats" from Microsoft Analyzer.
Normally a .cap file contains a network type that when masked with 0xFFF will convert to a pcap LINKTYPE_ value. However, Microsoft Analyzer used 0xE080-0xE08A for their own purposes within a .cap file. Add support for the WPFCapture formats and give a "not supported" error message to the few left unsupported. Bug: 10556 Change-Id: I321a75ce769fdec75bdc6b595936c25932950a97 Reviewed-on: https://code.wireshark.org/review/23386 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'docbook')
-rw-r--r--docbook/release-notes.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc
index 369b0c9b1d..122cefee99 100644
--- a/docbook/release-notes.asciidoc
+++ b/docbook/release-notes.asciidoc
@@ -42,8 +42,8 @@ since version 2.4.0:
Preferences -> Appearance -> Layout -> Show file load time.
* Support for G.729 codec in the RTP Player (via the bcg729 library).
* Support for hardware-timestamping of packets
-* Improved NetMon .cap support with comments, event tracing, network filter
- and network info types.
+* Improved NetMon .cap support with comments, event tracing, network filter,
+ network info types and some Message Analyzer exported types.
//=== Removed Dissectors