Build 1.99.7.

Change-Id: Ia990ad2c9a56ef41b1ed82509afe18079bdc451f
Reviewed-on: https://code.wireshark.org/review/8978
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Gerald Combs 2015-06-18 10:03:03 -07:00
parent d8529ba64d
commit 03c02f3321
3 changed files with 3150 additions and 9719 deletions

12826
ChangeLog

File diff suppressed because it is too large Load Diff

35
NEWS
View File

@ -1,4 +1,4 @@
Wireshark 1.99.6 Release Notes
Wireshark 1.99.7 Release Notes
This is an experimental release intended to test new features for
Wireshark 2.0.
@ -14,6 +14,18 @@ What's New
New and Updated Features
The following features are new (or have been significantly updated)
since version 1.99.6:
* Qt port:
+ The Bluetooth Devices dialog has been added.
+ The wireless toolbar has been added.
+ Opening files via drag and drop is now supported.
+ The Capture Filter and Display Filter dialogs have been added.
+ The Display Filter Expression dialog has been added.
+ Conversation Filter menu items have been added.
+ You can change protocol preferences by right clicking on the
packet list and details.
The following features are new (or have been significantly updated)
since version 1.99.4 and 1.99.5:
* Qt port:
@ -111,10 +123,10 @@ What's New
New Protocol Support
(LISP) TCP Control Message, AllJoyn Reliable Datagram Protocol, Android
ADB, Android Logcat text, Apache Tribes Heartbeat, BGP Monitoring
Prototol (BMP), C15 Call History Protocol dissection (C15ch), ceph,
corosync/totemnet corosync cluster engine ( lowest
(LISP) TCP Control Message, Aeron, AllJoyn Reliable Datagram Protocol,
Android ADB, Android Logcat text, Apache Tribes Heartbeat, BGP
Monitoring Prototol (BMP), C15 Call History Protocol dissection
(C15ch), ceph, corosync/totemnet corosync cluster engine ( lowest
levelencryption/decryption protocol), corosync/totemsrp corosync
cluster engine ( totem single ring protocol), Couchbase, CP "Cooper"
2179, DJI UAV Drone Control Protocol, Dynamic Source Routing (RFC
@ -123,11 +135,12 @@ What's New
Geospatial and Imagery Access Service (GIAS), GVSP GigE Vision (TM)
Streaming Protocol, HCrt, HiQnet, IP Detail Record (IPDR), IPMI Trace,
iSER, KNXnetIP, MACsec Key Agreement - EAPoL-MKA, MCPE (Minecraft
Pocket Edition), OCFS2, OptoMMP, QNEX6 (QNET), RakNet games library,
Remote Shared Virtual Disk - RSVD, Riemann, S7 Communication, Secure
Socket Tunnel Protocol (SSTP), Shared Memory Communications - RDMA,
Stateless Transport Tunneling, Thrift, Video Services over IP (VSIP),
and ZVT Kassenschnittstelle
Pocket Edition), Network File System over Remote Direct Memory Access
(NFSoRDMA), OCFS2, OptoMMP, Performance Co-Pilot Proxy, QNEX6 (QNET),
RakNet games library, Remote Shared Virtual Disk - RSVD, Riemann, S7
Communication, Secure Socket Tunnel Protocol (SSTP), Shared Memory
Communications - RDMA, Stateless Transport Tunneling, Thrift, Video
Services over IP (VSIP), and ZVT Kassenschnittstelle
Updated Protocol Support
@ -222,7 +235,7 @@ Frequently Asked Questions
A complete FAQ is available on the [19]Wireshark web site.
__________________________________________________________________
Last updated 2015-05-28 18:47:50 UTC
Last updated 2015-06-18 15:33:59 UTC
References

View File

@ -91,12 +91,12 @@ my %version_pref = (
"format" => "git %Y%m%d%H%M%S",
# Normal development builds
"pkg_enable" => 1,
"pkg_format" => "-%#",
#"pkg_enable" => 1,
#"pkg_format" => "-%#",
# Development releases
#"pkg_enable" => 0,
#"pkg_format" => "",
"pkg_enable" => 0,
"pkg_format" => "",
);
my $srcdir = ".";
my $info_cmd = "";