summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2014-09-29 11:05:38 -0400
committerEvan Huus <eapache@gmail.com>2014-09-29 16:47:25 +0000
commit1c055f5b1d31a2b10135ce67467c71af6a42fd6d (patch)
tree1b42a89429114c4ca2120cdb4981bd4fb2418e37
parent97d2030cd563ebd29aed2ac6b4bec41963144bd5 (diff)
downloadwireshark-1c055f5b1d31a2b10135ce67467c71af6a42fd6d.tar.gz
Add KNXnetIP and DSR to the list of new-to-1.99 protocols. Add the former's
author to AUTHORS. Also mention support of nanosecond timestamps in PCAP-NG files. Change-Id: I31666de845240a311a8332cff42120d78d2d1474 Reviewed-on: https://code.wireshark.org/review/4367 Reviewed-by: Evan Huus <eapache@gmail.com>
-rw-r--r--AUTHORS4
-rw-r--r--NEWS22
-rw-r--r--docbook/release-notes.asciidoc7
3 files changed, 20 insertions, 13 deletions
diff --git a/AUTHORS b/AUTHORS
index b74a8330e5..d175f49c3d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -3619,6 +3619,9 @@ Gilles Roudiere <gilles[AT]roudiere.net> {
Dissector for the Dynamic Source Routing (DSR) protocol (RFC 4728)
}
+Alexander Gaertner <gaertner.alex[AT]gmx.de> {
+ KNXnetIP dissector
+}
and by:
@@ -3828,7 +3831,6 @@ Krishnamurthy Mayya <krishnamurthymayya[AT]gmail.com>
Nikitha Malgi <nikitha01[AT]gmail.com>
Adam Butcher <adam[AT]jessamine.co.uk>
Hendrik Uhlmann <Hendrik.Uhlmann[AT]rheinmetall.com>
-Alex Gaertner <gaertner.alex[AT]gmx.de>
Sebastiano Di Paola <sebastiano.dipaola[AT]gmail.com>
Steven J. Magnani <steve[AT]digidescorp.com>
David Arnold <davida[AT]pobox.com>
diff --git a/NEWS b/NEWS
index 01666be003..9fd6b898d3 100644
--- a/NEWS
+++ b/NEWS
@@ -110,9 +110,10 @@ What's New
New Protocol Support
- ceph, corosync/totemnet, corosync/totemsrp, CP Cooper 2179, Generic
- Network Virtualization Encapsulation (Geneve), IPMI Trace, iSER,
- OptoMMP, S7 Communication, and Stateless Transport Tunneling
+ ceph, corosync/totemnet, corosync/totemsrp, CP Cooper 2179, Dynamic
+ Source Routing (RFC 4728), Generic Network Virtualization Encapsulation
+ (Geneve), IPMI Trace, iSER, KNXnetIP, OptoMMP, S7 Communication, and
+ Stateless Transport Tunneling
Updated Protocol Support
@@ -120,7 +121,8 @@ What's New
New and Updated Capture File Support
- Android logcat text files
+ Android logcat text files, and Wireshark now supports nanosecond
+ timestamp resolution in PCAP-NG files.
Major API Changes
@@ -135,7 +137,7 @@ What's New
Getting Wireshark
Wireshark source code and installation packages are available from
- [5]http://www.wireshark.org/download.html.
+ [5]https://www.wireshark.org/download.html.
Vendor-supplied Packages
@@ -201,7 +203,7 @@ Frequently Asked Questions
A complete FAQ is available on the [22]Wireshark web site.
__________________________________________________________________
- Last updated 2014-09-04 15:30:56 UTC
+ Last updated 2014-09-29 15:04:45 UTC
References
@@ -209,8 +211,8 @@ References
2. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9044
3. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9200
4. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9492
- 5. http://www.wireshark.org/download.html
- 6. http://www.wireshark.org/download.html#thirdparty
+ 5. https://www.wireshark.org/download.html
+ 6. https://www.wireshark.org/download.html#thirdparty
7. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1419
8. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1516
9. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2234
@@ -224,6 +226,6 @@ References
17. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4985
18. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9242
19. http://ask.wireshark.org/
- 20. http://www.wireshark.org/lists/
+ 20. https://www.wireshark.org/lists/
21. http://www.wiresharktraining.com/
- 22. http://www.wireshark.org/faq.html
+ 22. https://www.wireshark.org/faq.html
diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc
index bf8683fb4a..be69b92d04 100644
--- a/docbook/release-notes.asciidoc
+++ b/docbook/release-notes.asciidoc
@@ -131,6 +131,8 @@ ceph
Stateless Transport Tunneling
CP 'Cooper' 2179
S7 Communication
+KNXnetIP
+Dynamic Source Routing (RFC 4728)
--sort-and-group--
=== Updated Protocol Support
@@ -139,9 +141,10 @@ Too many protocols have been updated to list here.
=== New and Updated Capture File Support
-//--sort-and-group--
+--sort-and-group--
Android logcat text files
-//--sort-and-group--
+Wireshark now supports nanosecond timestamp resolution in PCAP-NG files.
+--sort-and-group--
=== Major API Changes