aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-06-17 17:52:31 +0000
committerGerald Combs <gerald@wireshark.org>2011-06-17 17:52:31 +0000
commit8d88f3a7902d1e44d782fdc96157e70884a9ebf2 (patch)
tree2114755f933eee189d1a4ae481381e945a090800 /docbook
parent78f376abc58a5f52f3abe50f4e693bc796e46d03 (diff)
Make pcap-ng the default. Add a compile-time option to prefer pcap-ng or
pcap. Add a "-P" capture option which tries to use pcap instead of pcap-ng ("-P" seemed to be the best option but we may want to use a different letter). Update the documentation and release notes. svn path=/trunk/; revision=37696
Diffstat (limited to 'docbook')
-rw-r--r--docbook/release-notes.xml18
1 files changed, 17 insertions, 1 deletions
diff --git a/docbook/release-notes.xml b/docbook/release-notes.xml
index a14314eec5..a5915e0935 100644
--- a/docbook/release-notes.xml
+++ b/docbook/release-notes.xml
@@ -63,7 +63,23 @@ Wireshark Info
<listitem>
<para>
- <!-- -->
+ Wireshark supports capturing from multiple interfaces at once.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Wireshark, TShark, and their associated utilities now save files
+ using the pcap-ng file format by default. (Your copy of Wireshark
+ might still use the pcap file format if pcap-ng is disabled in
+ your preferences.)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Decryption key management for IEEE 802.11, IPsec, and ISAKMP
+ is now easier.
</para>
</listitem>