aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog1027
-rw-r--r--NEWS187
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog2
-rw-r--r--docbook/asciidoc.conf2
-rw-r--r--docbook/release-notes.asciidoc136
-rw-r--r--epan/CMakeLists.txt2
-rw-r--r--epan/Makefile.am2
-rwxr-xr-xmake-version.pl2
-rw-r--r--version.conf12
-rw-r--r--wiretap/CMakeLists.txt2
-rw-r--r--wiretap/Makefile.am2
13 files changed, 120 insertions, 1260 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c8a64ff6ce..feb9afe403 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ project(Wireshark C CXX)
set(GIT_REVISION 0)
set(PROJECT_MAJOR_VERSION 2)
set(PROJECT_MINOR_VERSION 2)
-set(PROJECT_PATCH_VERSION 8)
+set(PROJECT_PATCH_VERSION 9)
set(PROJECT_BUILD_VERSION ${GIT_REVISION})
set(PROJECT_VERSION_EXTENSION "")
diff --git a/ChangeLog b/ChangeLog
index 89029b01a9..e69de29bb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,1027 +0,0 @@
-commit 07061c0
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Mon Jul 17 16:06:16 2017 -0700
-
- Prep for 2.2.8.
-
- Change-Id: I4a346d8a213724ae9037b6e9e728e659eab9ec8a
- Reviewed-on: https://code.wireshark.org/review/22681
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit a1224a7
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Sun Jul 16 17:28:02 2017 +0000
-
- [Automatic update for 2017-07-16]
-
- Update manuf, services enterprise numbers, translations, and other items.
-
- Change-Id: I89c8ba7971e35d0a77104bfffc0b582de3e940c6
- Reviewed-on: https://code.wireshark.org/review/22649
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 125f4be
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Tue Jul 11 11:49:07 2017 +0000
-
- etypes(.h): fix typo
-
- found by Robert Sauter
-
- Change-Id: I8099797ae52bdee512c7dff0423717a5acb2d36f
- Reviewed-on: https://code.wireshark.org/review/22582
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
- (cherry picked from commit dbe50602b07022e25a86925655dc2dc0ec3a8f96)
- Reviewed-on: https://code.wireshark.org/review/22584
-
-commit f062b7f
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Fri Jul 7 13:25:07 2017 +0200
-
- BGP: fix incorrect decoding COMMUNITIES whose length is larger than 255
-
- Issue reported by Kura
-
- Bug: 13872
- Change-Id: I054839a9e141fa4a882114b150842366c090d012
- Reviewed-on: https://code.wireshark.org/review/22537
- Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
- (cherry picked from commit c4c4c44a21cd45334ecd07494dba84c6ba64eda6)
- Reviewed-on: https://code.wireshark.org/review/22552
- Petri-Dish: Michael Mann <mmann78@netscape.net>
-
-commit 3b7f185
-Author: Darien Spencer <cusneud@mail.com>
-Date: Fri Jul 7 17:40:06 2017 +0300
-
- UMTS FP: Set missing sub-frame
-
- HS-DSCH T2 dissection method did not set the
- 'subnum' field in the packet info which broke
- dissection in higher layers.
-
- Change-Id: Ib50e9d783b4abfed477479b7fbaa46d005431322
- Reviewed-on: https://code.wireshark.org/review/22540
- Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
- (cherry picked from commit a7a66a18908924cc3a56605ea3ff389476b364c4)
- Reviewed-on: https://code.wireshark.org/review/22548
-
-commit d61b45a
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Fri Jul 7 18:36:12 2017 +0200
-
- GSM A GM: fix dissection of AER bit
-
- Change-Id: I705e0ed70bbd9c540615f6bf6e603596deb11d0d
- Reviewed-on: https://code.wireshark.org/review/22543
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
- (cherry picked from commit 9d909b22fc91c7af5d74fc181178c2c0b4aa9331)
- Reviewed-on: https://code.wireshark.org/review/22545
-
-commit 2836382
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Wed Jul 5 10:05:04 2017 +0200
-
- UMTS RLC: check rlc_channel_assign return value when searching duplicates
-
- Bug: 13871
- Change-Id: Id28d73115b557af96c23154a18dcee502b4305ed
- Reviewed-on: https://code.wireshark.org/review/22520
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
- (cherry picked from commit 9ff673d3e85590141a6f0e33c9521de91512094d)
- Reviewed-on: https://code.wireshark.org/review/22525
- (cherry picked from commit f4bd55e239f02651fac13272de7bf3acd23541a0)
- Reviewed-on: https://code.wireshark.org/review/22526
-
-commit 0fc230f
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Wed Jul 5 10:19:08 2017 +0200
-
- UMTS FP: do not try to compute CRC on payload when no payload is present
-
- A call to tvb_memdup() with a 0 length triggers a UBSan warning
-
- Change-Id: I6c99ef85050cd2219d2135f64f747961a8be6927
- Ping-Bug: 13871
- Reviewed-on: https://code.wireshark.org/review/22521
- Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
- (cherry picked from commit 02f66afd64753c6b177ba21c46bdf938d682afe4)
- Reviewed-on: https://code.wireshark.org/review/22523
-
-commit cbf219d
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Sat Jul 1 05:15:19 2017 +0000
-
- Revert "dumpcap: fix minor memory leak at begin of capture"
-
- This reverts commit b58666bc8216011702baa80d1945958b28b0cda9.
-
- There's no cpu_info_str to *be* leaked in the 2.2 branch.
-
- Change-Id: I77162ac29cd4b25873e62c23a33d77aa72e70635
- Reviewed-on: https://code.wireshark.org/review/22491
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit b58666b
-Author: Peter Wu <peter@lekensteyn.nl>
-Date: Fri Jun 30 00:32:25 2017 +0200
-
- dumpcap: fix minor memory leak at begin of capture
-
- While "os_info_str" is freed after the loop, "cpu_info_str" was leaked.
-
- Change-Id: Ia4069403c0a5dd5cc6bd7ed61726c1bfa9736b19
- Reviewed-on: https://code.wireshark.org/review/22465
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
- (cherry picked from commit 247446539704aee99f64e73a77e5e88a40ae885a)
- Reviewed-on: https://code.wireshark.org/review/22469
-
-commit 0930fe4
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Tue Jun 27 18:44:39 2017 -0700
-
- Clean up the "non-constant initalizers" stuff.
-
- We aren't, in this branch, insisting on C99 on UN*X, so we still warn
- against initializing aggregates, even if they have automatic storage
- duration, with non-constant values. Put that into its own section, with
- some details, and take that out of the section on initializing global
- and static variables with non-constant values.
-
- (In practice, it'll probably Just Work, but we haven't pulled any of the
- *other* C99isms into this branch, and this branch is soon going to be
- less active once 2.4 is out, so we'll just leave the restrictions in.)
-
- For the latter section, expand the example in the hopes of avoiding
- confusion between "static storage duration" (which something declared
- "static" has, but which anything declared with file scope, whether
- declared "static" or not, also has) and "static storage duration and
- internal linkage", which is what the "static" keyword specifies.
-
- Change-Id: I5a7d307f0cb3be84e355b92231fb115359d0cd41
- Reviewed-on: https://code.wireshark.org/review/22436
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit b8273a1
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Tue Jun 27 14:35:20 2017 -0700
-
- Fix the "don't initialize with non-constant variables" item.
-
- It only applies to variables with static storage duration, i.e. global
- and static variables. Expand the example of how to do it, to make it a
- bit clearer.
-
- Change-Id: Ie0c473a35a77351dd10d6c9df2c34a39f077fca4
- Reviewed-on: https://code.wireshark.org/review/22430
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
- (cherry picked from commit 7321df2a4532d6531eab75f99c5f158ffd90574b)
- Reviewed-on: https://code.wireshark.org/review/22432
-
-commit 6efb73e
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Mon Jun 26 21:03:01 2017 -0700
-
- On UN*X, make sure we can find inflate() in libz.
-
- For example, on at least some versions of Fedora, if you have a 64-bit
- machine, have both the 32-bit and 64-bit versions of the run-time zlib
- package installed, and have only the *32-bit* version of the zlib
- development package installed, it'll find the header, and think it can
- use zlib, and will use it in subsequent tests, but it'll try and link
- 64-bit test programs with the 32-bit library, causing those tests to
- falsely fail. Hilarity ensues.
-
- Change-Id: Ic2536e8a652ef96e2a3923c1faa61f6c8c06bf58
- Reviewed-on: https://code.wireshark.org/review/22417
- Petri-Dish: Guy Harris <guy@alum.mit.edu>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
- (cherry picked from commit e61d2f624348329f8d73af55e6ff3e0e7ee012da)
- Reviewed-on: https://code.wireshark.org/review/22419
-
-commit 86ab1a2
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Mon Jun 26 18:48:01 2017 -0700
-
- Don't check for inflatePrime() on Windows.
-
- On Windows, we build libz as part of the Wireshark build process, so we
- don't necessarily *have* a libz library to search or inflatePrime() at
- this point; the search fails on the buildbots, for example.
-
- So, on Windows, we just assume we have a new enough version of libz, so
- that it has inflatePrime().
-
- Bug: 13850
- Change-Id: Ied0909f4a591ff3312d83a2a2ed41e3cd12218e8
- Reviewed-on: https://code.wireshark.org/review/22413
- Petri-Dish: Guy Harris <guy@alum.mit.edu>
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
- (cherry picked from commit 9a1d16b55324056e4d5031370b007097b76dc519)
- Reviewed-on: https://code.wireshark.org/review/22415
-
-commit 963a749
-Author: Silvio Gissi <silvio.gissi@gmail.com>
-Date: Sat Jun 24 17:13:54 2017 -0700
-
- Fix Packet Lengths statistics count
-
- Packet statistics were not showing the packets above 5120 due to
- the last entry being reformatted and not parsed correctly.
- Since the last entry is "reformatted" for better user string,
- also "reformat" the last entry as it goes through "range processing".
-
- Bug: 13844
- Change-Id: Id49b41c08111dcad1590e034159b81ead8636c4e
- Reviewed-on: https://code.wireshark.org/review/22382
- Reviewed-by: Michael Mann <mmann78@netscape.net>
- Petri-Dish: Michael Mann <mmann78@netscape.net>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
- (cherry picked from commit aefd4e1844abbc8b10732be03991047617ebd650)
- Reviewed-on: https://code.wireshark.org/review/22404
-
-commit 79f7f86
-Author: Silvio Gissi <silvio.gissi@gmail.com>
-Date: Sat Jun 24 17:52:21 2017 -0700
-
- Fix Y.1711 endianness
-
- ITU Y.1711 at https://www.itu.int/rec/T-REC-Y.1711-200402-I/en states
- that OAM payloads are big endian (section 5.3) as reported on bug.
-
- Bug: 8292
- Change-Id: Id30e340eee5f5a5c96020cdd1770fa48adb5d169
- Reviewed-on: https://code.wireshark.org/review/22383
- Reviewed-by: Michael Mann <mmann78@netscape.net>
- Petri-Dish: Michael Mann <mmann78@netscape.net>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
- (cherry picked from commit 80d3483f3463b8e5ed73f019dbf431656410f658)
- Reviewed-on: https://code.wireshark.org/review/22389
- Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 5f244ed
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Sun Jun 25 08:19:25 2017 +0000
-
- [Automatic update for 2017-06-25]
-
- Update manuf, services enterprise-numbers, translations, and other items.
-
- Change-Id: I8bf75b343fc3bfa35ebe1b983e5392cdded77608
- Reviewed-on: https://code.wireshark.org/review/22386
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 651705f
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Wed Jun 21 23:25:24 2017 +0200
-
- OSPF: fix Opaque LSA Type 11 is considered as unknown
-
- it is define in RFC5250 (and RFC 2370)
-
- Ping-Bug: 13823
-
- Change-Id: I84f166d48b39e76ab811a6c2d1c7b1d516e7f0f3
- Reviewed-on: https://code.wireshark.org/review/22328
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
- (cherry picked from commit 0727123773d36a9dd6000d82a2967f7ddaa61aca)
- Reviewed-on: https://code.wireshark.org/review/22371
-
-commit 42a82a8
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Thu Jun 22 18:27:36 2017 +0200
-
- E.212: update list to Operational Bulletin No. 1126 (15.VI.2017)
-
- Change-Id: If137f45e4e76a0203fffd1a1bb37d789c0e66dc5
- Reviewed-on: https://code.wireshark.org/review/22359
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
- Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit f3c9bd0
-Author: Dirk Weise <code@dirk-weise.de>
-Date: Thu Jun 22 10:16:17 2017 +0200
-
- Add notes about predefined strings not available to plugins
-
- The documention refers dissector authors to helpful predifined string structures
- that plugin authors unfortunately cannot use.
-
- # Conflicts:
- # doc/README.dissector
-
- Bug: 13828
- Change-Id: I62cdfeb200c9b354aed44d40c80a0e8f9e8f910b
- Reviewed-on: https://code.wireshark.org/review/22339
- Reviewed-by: Michael Mann <mmann78@netscape.net>
- Reviewed-on: https://code.wireshark.org/review/22343
-
-commit 8b5b084
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Thu Jun 22 02:13:52 2017 +0200
-
- MQ: put declaration before code
-
- Change-Id: I2b0d1a4795e3278a1702d51d4fd532a37a4eba19
- Reviewed-on: https://code.wireshark.org/review/22332
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
- (cherry picked from commit e46cb2defc559a530d11689d50f0adf47513e8e5)
- Reviewed-on: https://code.wireshark.org/review/22334
-
-commit 694c39e
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Wed Jun 21 14:43:04 2017 +0200
-
- ISIS LSP: fix wrong bitmask for SPVID
-
- Issue reported by Bo-Han Liao
-
- Bug: 13821
- Change-Id: I74641bef723e747bfe5fa87e946b7f4f74b94bf6
- Reviewed-on: https://code.wireshark.org/review/22299
- Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
- (cherry picked from commit 855484fbd98c8c01f5a84902243389e07e32b6e9)
- Reviewed-on: https://code.wireshark.org/review/22301
- Petri-Dish: Michael Mann <mmann78@netscape.net>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit bab374e
-Author: Roland Knall <rknall@gmail.com>
-Date: Tue Jun 20 16:10:42 2017 -0400
-
- tcp: Change the wording to include (s)
-
- More than one packet could be meant by that
-
- Change-Id: Ie751a282c927608414673c2cd48b11dc5e6d5ea6
- Reviewed-on: https://code.wireshark.org/review/22283
- Reviewed-by: Roland Knall <rknall@gmail.com>
- Petri-Dish: Roland Knall <rknall@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
- (cherry picked from commit 050da447424223d39d1e494b8daab840a100d05e)
- Reviewed-on: https://code.wireshark.org/review/22296
-
-commit 4522bf0
-Author: Peter Wu <peter@lekensteyn.nl>
-Date: Sun May 7 21:50:00 2017 +0200
-
- Qt: try harder to find a working monospace font
-
- QFont::toString returned the default font (which might be unavailable),
- leading to use of non-monospace fonts in the bytes view. Detect the
- effective font instead and apply it to avoid this issue.
-
- Add additional logic to invoke font detection when the configured font
- is bad (for example, because of the bug or because a font has been
- removed in meantime).
-
- Bug: 13638
- Change-Id: I8a625cf365c90119caebe8c4deada0df7426e53a
- Reviewed-on: https://code.wireshark.org/review/21551
- Reviewed-by: Jörg Mayer <jmayer@loplof.de>
- Petri-Dish: Jörg Mayer <jmayer@loplof.de>
- Tested-by: Jörg Mayer <jmayer@loplof.de>
- Reviewed-by: Ahmad Fatoum <ahmad@a3f.at>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
- (cherry picked from commit ab504191fccdb7db1d9559ac0592f22872586133)
- Reviewed-on: https://code.wireshark.org/review/22293
- Reviewed-by: Peter Wu <peter@lekensteyn.nl>
-
-commit 75ea2a8
-Author: Peter Wu <peter@lekensteyn.nl>
-Date: Tue Jun 20 14:08:39 2017 -0400
-
- Fix filter for "Next Packet in Conversation"
-
- The "Previous/Next Packet in Conversation" actions accidentally
- overwrites more specific filters (like TCP port matching) by less
- specific ones (like IP addresses). This resulted in strange behavior
- where packets from different TCP streams were selected.
-
- Change-Id: Ifa93064e1db3777fa3c12e2220bbb0b36b9478fe
- Reported-by: Christian Landström
- Reviewed-on: https://code.wireshark.org/review/22274
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
- Reviewed-by: Peter Wu <peter@lekensteyn.nl>
- (cherry picked from commit 4deb97f31f52ca9c88efbbf46cf3e580c85474f3)
- Reviewed-on: https://code.wireshark.org/review/22291
-
-commit 4287b27
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Tue Jun 20 21:00:59 2017 +0200
-
- IP: ensure that fragment contains payload before adding it for reassembly
-
- Solves a UBSan runtime error null pointer passed as argument 1, which is
- declared to never be null.
- It can be reproduced with the pcap from bug 13603
-
- Change-Id: I0d6fdddcccc892b3141855d59be372887afcaca5
- Reviewed-on: https://code.wireshark.org/review/22272
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
- Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
- (cherry picked from commit e6883c15ac00942e3232213f087147e355f7494b)
- Reviewed-on: https://code.wireshark.org/review/22285
-
-commit 9ae7041
-Author: Robert Sauter <sauter@locoslab.com>
-Date: Tue Jun 20 14:18:02 2017 +0200
-
- IEEE 802.11: Use correct mask for 'SMK message'
-
- Change-Id: I2def75c999faec0cbb16fd87133f09544bff78c4
- Reviewed-on: https://code.wireshark.org/review/22264
- Reviewed-by: Michael Mann <mmann78@netscape.net>
- (cherry picked from commit 23e667169eefc450808e60ea515fc271122052de)
- Reviewed-on: https://code.wireshark.org/review/22266
- (cherry picked from commit a8793793630bd33e0d10d18d565944aa31a6d77f)
- Reviewed-on: https://code.wireshark.org/review/22267
- Petri-Dish: Michael Mann <mmann78@netscape.net>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit a0b8629
-Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
-Date: Mon Jun 19 16:46:49 2017 -0400
-
- Don't scroll back to the selected frame when we get name resolution updates.
-
- With live or large capture files and asynchronous name resolution this can
- cause serious scrolling issues as the name resolutions come in.
-
- Bug: 12074
- Change-Id: I1a5cca410c0608927b32e9e7107885370caf14d7
- Reviewed-on: https://code.wireshark.org/review/22245
- Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
- (cherry picked from commit 4e46352657df1d66e8f2ade8c5e3d38ecae18530)
- Reviewed-on: https://code.wireshark.org/review/22263
- Petri-Dish: Michael Mann <mmann78@netscape.net>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit 4e54dae
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Mon Jun 19 20:40:52 2017 +0200
-
- MQ: check fragment length before trying to perform reassembly
-
- Bug: 13792
- Change-Id: Id0c116655288c5a3347911281a932ae80250c24f
- Reviewed-on: https://code.wireshark.org/review/22233
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
- Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
- (cherry picked from commit bb58b3a2643ab81560d84b00be3a9b9e86f0393c)
- Reviewed-on: https://code.wireshark.org/review/22252
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit d6e8884
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Mon Jun 19 20:06:06 2017 +0200
-
- PROFINET IO: define an arbitrary recursion depth limit
-
- Bug: 13811
- Change-Id: I52bffd4a79dcdad9da23f33e1fc6a868472390bf
- Reviewed-on: https://code.wireshark.org/review/22232
- Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
- (cherry picked from commit fbfb87a2439dd18f2318586b8e5a2f6db410ba6a)
- Reviewed-on: https://code.wireshark.org/review/22255
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit a102c17
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Mon Jun 19 22:12:22 2017 +0200
-
- AMQP: workaround some proto_tree_add_none_format() asserts
-
- Previously proto_tree_add_none_format() could be called with any type
- of field type, not FT_NONE only.
-
- Change-Id: I78976a168fc1bf606b72ad38d284bb0bd1794b03
- Ping-Bug: 13780
- Reviewed-on: https://code.wireshark.org/review/22243
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
- Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
- (cherry picked from commit 2de483c0925a5a93cdaee168997f3f3c7949d2d4)
- Conflicts:
- epan/dissectors/packet-amqp.c
- Reviewed-on: https://code.wireshark.org/review/22258
-
-commit d6231d9
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Mon Jun 19 21:23:47 2017 +0200
-
- AMQP: fix a stack overflow when offset goes back and forth
-
- Previous code assumed that list decoding was successful and that some
- bytes were consumed. Let's explicitly check this.
-
- Bug: 13780
- Change-Id: I3546b093f309f2b8096f01bc9987ac5ad9e029eb
- Reviewed-on: https://code.wireshark.org/review/22235
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
- Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
- (cherry picked from commit 246cbbc2ea6dd0a3a69a1aaa94db244a77565353)
- Reviewed-on: https://code.wireshark.org/review/22249
-
-commit e7ca2ba
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Sun Jun 18 22:16:42 2017 +0200
-
- DAAP: define an arbitrary recursion depth limit
-
- Bug: 13799
- Change-Id: I611e3e888f91f78262e0d685e613a2bc221687c5
- Reviewed-on: https://code.wireshark.org/review/22210
- Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
- (cherry picked from commit 82fc557bed30b1aa69ca43a4291b64a9ce54c78a)
- Reviewed-on: https://code.wireshark.org/review/22230
-
-commit ee11641
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Mon Jun 19 12:46:42 2017 -0700
-
- Register for SFLOW_245_HEADER_FDDI.
-
- In 609ea4baa62a523434cdd8ff350d56d135d588ae
- (I459249b98741cc069495c84ad4c47c0aa6768096) I unintentionally removed
- the registration. Put it back.
-
- Change-Id: I4769fc10d74fe7358f9794b9697591c61324e883
- Reviewed-on: https://code.wireshark.org/review/22239
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
- (cherry picked from commit 051921854d8720123bd671af3ba3a123da2cfab3)
- Reviewed-on: https://code.wireshark.org/review/22241
-
-commit 53d91f8
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Sun Jun 18 19:55:11 2017 -0700
-
- Put the definition of BIT_SWAPPED_MAC_ADDRS in the file where it's used.
-
- In change 18a3b0659c209a2e0121eacd640b75e6c1c3b87d, I moved the table
- that uses it, but not the actual definition, from libpcap.c to
- pcap-common.c; they both should have been moved. Make it so.
-
- Change-Id: I266fce455df3848b873cdfadb12cecdbf9c8d4d3
- Reviewed-on: https://code.wireshark.org/review/22216
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
- (cherry picked from commit e9e1b4816278a131aa38dfc579ccd975fed2d7c7)
- Reviewed-on: https://code.wireshark.org/review/22218
-
-commit ffbf230
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Sun Jun 18 18:58:48 2017 -0700
-
- Register for WTAP_ENCAP_FDDI.
-
- In 609ea4baa62a523434cdd8ff350d56d135d588ae
- (I459249b98741cc069495c84ad4c47c0aa6768096) I unintentionally removed
- the registration. Put it back.
-
- Change-Id: I7cf216378e1610350949910091ee187ce150ca05
- Reviewed-on: https://code.wireshark.org/review/22213
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
- (cherry picked from commit 547b08b49527eb97ac2ab37fbbcb5a728869d2fd)
- Reviewed-on: https://code.wireshark.org/review/22215
-
-commit 54acd9b
-Author: Michael Mann <mmann78@netscape.net>
-Date: Sat Jun 17 11:33:29 2017 -0400
-
- OpenSafety: sanity check calculated length.
-
- Original sanity check was missed for fragmentation
-
- Bug: 13755
- Change-Id: If9e24e01a119c869b02f198456776c8e6c6f2ad0
- Reviewed-on: https://code.wireshark.org/review/22193
- Reviewed-by: Michael Mann <mmann78@netscape.net>
- Petri-Dish: Michael Mann <mmann78@netscape.net>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Roland Knall <rknall@gmail.com>
- (cherry picked from commit 66c50585e5c10764d0b8a850fd49fa7012346560)
- Reviewed-on: https://code.wireshark.org/review/22209
- Reviewed-by: Peter Wu <peter@lekensteyn.nl>
-
-commit ffe858a
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Sun Jun 18 08:30:00 2017 +0000
-
- [Automatic update for 2017-06-18]
-
- Update manuf, services enterprise-numbers, translations, and other items.
-
- Change-Id: Iee0c3f336a0d5104d819a2762e59b394a0192340
- Reviewed-on: https://code.wireshark.org/review/22205
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 9f30f80
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Fri Jun 16 11:40:22 2017 -0700
-
- Fix SURROGATE_VALUE() to match what RFC 2781 says.
-
- While we're at it, note in the comment for get_utf_16_string() the
- "decoding UTF-16" algorithm in RFC 2781.
-
- Change-Id: I5d7dc5c09af0474c055796e49e0c7b94fa87d2ad
- Reviewed-on: https://code.wireshark.org/review/22171
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
- (cherry picked from commit 435c68cd2b856a6be7d015e8703c6c83d9b8eb89)
- Reviewed-on: https://code.wireshark.org/review/22173
-
-commit 5ff8a4f
-Author: Michael Mann <mmann78@netscape.net>
-Date: Wed Jun 14 12:52:09 2017 -0400
-
- packet-btrfcomm.c: Prevent over bit shift in get_le_multi_byte_value.
-
- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2163
- Bug: 13783
- Change-Id: I92cefec86f9545345d00cf28e32ef7c05064417c
- Reviewed-on: https://code.wireshark.org/review/22141
- Petri-Dish: Michael Mann <mmann78@netscape.net>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
- (cherry picked from commit 552dab08a6ea1b47465d888c613c353f8697e918)
- Reviewed-on: https://code.wireshark.org/review/22153
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit b26b821
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Thu Jun 15 02:14:25 2017 -0700
-
- Make the short names for USB encspsulation types more regular.
-
- Have them all be "usb-XXX", where XXX indicates the type of header.
-
- Change-Id: I7f1bfea7e264b17c57f94c484d64d1cce91b9b78
- Reviewed-on: https://code.wireshark.org/review/22147
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
- (cherry picked from commit ee0dde474c20afb4c493441400926ad7924ca458)
- Reviewed-on: https://code.wireshark.org/review/22149
-
-commit 0498c05
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Thu Jun 15 02:05:08 2017 -0700
-
- Better names for various USB headers.
-
- Change-Id: Iec2126fa1b71d9923ef0fb9ca2a027f7752d71f3
- Reviewed-on: https://code.wireshark.org/review/22144
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
- (cherry picked from commit 6f8bc61c3323b959900f125234e7055018d62e4b)
- Reviewed-on: https://code.wireshark.org/review/22146
-
-commit 37285b8
-Author: Jaap Keuter <jaap.keuter@xs4all.nl>
-Date: Wed Jun 14 22:55:02 2017 +0200
-
- Miscellaneous texual corrections and addition
-
- Correct some symbolic references in source file comments
- and add a note about the CMake configuration options.
-
- Change-Id: Idb670a2c798c2a52cdce142340ce8fc5a2022508
- Reviewed-on: https://code.wireshark.org/review/22138
- Reviewed-by: Michael Mann <mmann78@netscape.net>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
- (cherry picked from commit 2a5cb8e32e31ed0fb64b97318dd38470886d9154)
- Reviewed-on: https://code.wireshark.org/review/22143
-
-commit 651a974
-Author: Michael Mann <mmann78@netscape.net>
-Date: Tue Jun 13 23:05:24 2017 -0400
-
- WBXML: Fix some more potential infinite loops.
-
- tvb_get_guintvar can generate some unrealistic values so do some
- sanity checking on them.
-
- Bug: 13796
- Change-Id: I2d5f7a48c2e982a419ea6ab3ac0000be3b6bcbc7
- Reviewed-on: https://code.wireshark.org/review/22121
- Reviewed-by: Michael Mann <mmann78@netscape.net>
- Petri-Dish: Michael Mann <mmann78@netscape.net>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
- (cherry picked from commit 50fa2d95833ec2e2b0de3000eda7b290fc23eaeb)
- Reviewed-on: https://code.wireshark.org/review/22128
- (cherry picked from commit 75e2c7ef57643639484a07da98a7fb2629bd000c)
- Reviewed-on: https://code.wireshark.org/review/22129
-
-commit 2502162
-Author: Michael Mann <mmann78@netscape.net>
-Date: Tue Jun 13 20:37:11 2017 -0400
-
- DOCSIS: Prevent infinite loop from unknown FCParm.
-
- concatlen was not updated if FCParm was unknown, leading to an infinite loop.
-
- # Conflicts:
- # plugins/docsis/packet-docsis.c
-
- Bug: 13797
- Change-Id: I1b64d757a369183a711f01b0b5cd1ba7aa0787bc
- Reviewed-on: https://code.wireshark.org/review/22120
- Reviewed-by: Michael Mann <mmann78@netscape.net>
- Petri-Dish: Michael Mann <mmann78@netscape.net>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
- (cherry picked from commit 26a6881014c85c935f2794f6eeb852849137c20a)
- Reviewed-on: https://code.wireshark.org/review/22124
- Reviewed-on: https://code.wireshark.org/review/22125
-
-commit 31be949
-Author: Anthony Coddington <anthony.coddington@endace.com>
-Date: Fri Jun 9 17:16:27 2017 +1200
-
- Fix automatic name resolution not saved to NRB
-
- Clear DUMMY_ADDRESS_ENTRY when add_ipv4_name/add_ipv6_name. This flag is checked in ipv4_hash_table_resolved_to_list().
- TODO: clean up these flags as they are confusing and DUMMY appears somewhat redundant.
-
- Change-Id: I81d40cc778cbe5c36314631d3fa0997cee409368
- Bug: 13798
- Reviewed-on: https://code.wireshark.org/review/22109
- Reviewed-by: Michael Mann <mmann78@netscape.net>
- (cherry picked from commit f3267f17a3fc3c8ab138940653f2e968c5d27378)
- Reviewed-on: https://code.wireshark.org/review/22115
-
-commit aa519f5
-Author: Ivan Nardi <nardi.ivan@gmail.com>
-Date: Sun Jun 11 17:27:58 2017 +0200
-
- Ranap: improve heuristic algorithm
-
- Strength the heuristic cheking PDU-Type and Criticality field values too
-
- # Conflicts:
- # epan/dissectors/asn1/ranap/packet-ranap-template.c
- # epan/dissectors/packet-ranap.c
-
- Change-Id: Id95603634a93033664bdbd169880e6b411cfbc11
- Bug: 13791
- Reviewed-on: https://code.wireshark.org/review/22076
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
- Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
- Reviewed-on: https://code.wireshark.org/review/22085
- Petri-Dish: Michael Mann <mmann78@netscape.net>
-
-commit a9a536b
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Sun Jun 11 08:27:57 2017 +0000
-
- [Automatic update for 2017-06-11]
-
- Update manuf, services enterprise-numbers, translations, and other items.
-
- Change-Id: I86b1eaaa5e3c9c76414d843a33626497aab91bc4
- Reviewed-on: https://code.wireshark.org/review/22069
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 3ccc981
-Author: Pavel Strnad <pavel_strnad@hotmail.com>
-Date: Thu Jun 8 15:23:53 2017 +0200
-
- LTE RRC: fix filtering of q-RxLevMin parameter
-
- Ensure that filter as a different abbreviation depending on the
- technology used.
-
- Bug: 13481
- Change-Id: I14782dffcf70bdb015fd705d2184ae8c42f232c5
- Reviewed-on: https://code.wireshark.org/review/22039
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
- Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
- (cherry picked from commit 3453a0b888a0e188c03012023a4e93d03764602c)
- Reviewed-on: https://code.wireshark.org/review/22042
-
-commit 0def456
-Author: linzhao115 <zlbinghamton@gmail.com>
-Date: Wed Jun 7 19:52:53 2017 -0700
-
- export-smb2-objects: Make sure tap be called for named pipe
-
- smb2_eo_tap is not called when smb2 packets are dissected as
- named pipe then exit. Basically, for the following code snippet,
-
- if (length) {
- int old_offset = offset;
- ...
- offset = dissect_file_data_smb2_pipe(...);
- if (offset != oldoffset) {
- /* managed to dissect pipe data */
- return offset;
- ...
-
- dissect_file_data_smb2_pipe() always returns a different offset,
- thus it will never hit the smb2_eo_tap related code below that
- are needed for exporting smb2 objects.
-
- As a quick fix, call the tap related code before returning.
-
- Bug: 13214
- Change-Id: I7a99177947c384f53424b209f7e5c1f9963b5da8
- Reviewed-on: https://code.wireshark.org/review/22031
- Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
- Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
- (cherry picked from commit 411a5342c5d9f12651ed7c8d268597bdc3db9f4a)
- Reviewed-on: https://code.wireshark.org/review/22035
- Petri-Dish: Michael Mann <mmann78@netscape.net>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit 34972ed
-Author: Martin Kaiser <wireshark@kaiser.cx>
-Date: Wed Jun 7 23:26:33 2017 +0200
-
- wsmp: read the message length as big endian
-
- We add the message length to the tree as big endian but we interpret it
- as little endian for our further calculations. This causes parsing
- errors. Use big endian for both cases.
-
- Bug: 13766
- Change-Id: I4e6cdb7d4267be96ea78eb664e88c532a9a90b52
- Reviewed-on: https://code.wireshark.org/review/22024
- Petri-Dish: Martin Kaiser <wireshark@kaiser.cx>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
- (cherry picked from commit bd130766438546ab64f7540597a2e3b82cbf8a3c)
- Reviewed-on: https://code.wireshark.org/review/22028
- (cherry picked from commit 4f4258ea582d88ddc5b5c38f53ed5f4e17b23c2d)
- Reviewed-on: https://code.wireshark.org/review/22029
- Petri-Dish: Michael Mann <mmann78@netscape.net>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 7c2207d
-Author: Anders Broman <a.broman58@gmail.com>
-Date: Tue May 23 10:56:03 2017 +0000
-
- Revert "Fix issue with dissecting multiple DT1 packets in the frame"
-
- Bug: 13651
- This reverts commit daefa86695ecb6f859615ccd1bee6269e2c568a5.
-
- Change-Id: I50eee7ae99bc471d95365a8da0271188d826ac46
- Reviewed-on: https://code.wireshark.org/review/21738
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
- (cherry picked from commit 8fd14b796055fc45f0aac0ee6d24bfb183bebe43)
- Reviewed-on: https://code.wireshark.org/review/22015
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
-
-commit ca12bf7
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Wed Jun 7 14:18:52 2017 +0200
-
- RANAP: prevent heuristic dissector from adding info to tree or triggering exception
-
- Bug: 13770
- Change-Id: I6ba5dfb5098ea1a4d4d1e2d740382326c7d58f8c
- Reviewed-on: https://code.wireshark.org/review/22006
- Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
- Reviewed-by: Ivan Nardi <nardi.ivan@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
- (cherry picked from commit e82fa761d671fd4e1c6cdeccd57473fb18982e87)
- Conflicts:
- epan/dissectors/asn1/ranap/packet-ranap-template.c
- epan/dissectors/packet-ranap.c
- Reviewed-on: https://code.wireshark.org/review/22013
-
-commit 0ac8cb9
-Author: Ivan Nardi <nardi.ivan@gmail.com>
-Date: Mon Jun 5 13:24:03 2017 +0200
-
- [Bssmap] Fix and improve dissection
-
- See TS 48.008:
- * in "Perform Location Request" msg, "Cell Identifier" ie is optional, not mandatory (3.2.1.71)
- * in "Uplink Releae Command" msg, "Cause" ie is mandatory (3.2.1.62)
- * fixed and improved "Service Handover" ie dissection (3.2.2.75)
-
- Change-Id: I2194bf56ef21a2cccbd4f2ed7ff22565af04cddd
- Reviewed-on: https://code.wireshark.org/review/21957
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
- Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
- (cherry picked from commit 795077b3ea95b1c2fb8f8cf5c6971da05a0c3ed2)
- Reviewed-on: https://code.wireshark.org/review/21961
-
-commit 264ed3c
-Author: Ivan Nardi <nardi.ivan@gmail.com>
-Date: Sun Jun 4 12:46:50 2017 +0200
-
- [SGsAP] Fix Release-Request msg
-
- "SGs Cause" is an optional ie, not a mandatory one. See TS 29.118 8.23.1
-
- Change-Id: I74ad90d159e667fa41f8c099520ce5f662a4d85e
- Reviewed-on: https://code.wireshark.org/review/21939
- Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
- (cherry picked from commit 88cf898c4409d4267ef11eb6676cca5c8b05c435)
- Reviewed-on: https://code.wireshark.org/review/21944
-
-commit 7cb77e9
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Sun Jun 4 08:23:01 2017 +0000
-
- [Automatic update for 2017-06-04]
-
- Update manuf, services enterprise-numbers, translations, and other items.
-
- Change-Id: Ie65259697f7668493c84750398c47ce488964ca3
- Reviewed-on: https://code.wireshark.org/review/21934
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 093ee94
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Mon May 29 21:49:26 2017 +0200
-
- TCAP: fix SRT analysis
-
- When reviewing the code, the following issues were identified:
- - otid/dtid on 3 bytes were not stored
- - when receiving the first continue from dest, the TC_END hash entry was
- created with the source tid / address instead of destination ones
- - when receiving the first continue from src, the logic could prevent
- the creation of the hash entry
-
- Bug: 13739
- Change-Id: If4ee70f0fa69f5ff74fdf75f3a741102baa0121a
- Reviewed-on: https://code.wireshark.org/review/21780
- Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
- (cherry picked from commit f434820705b7875e5eaab1bba77c0264b1eb1bd6)
- Conflicts:
- epan/dissectors/packet-tcap.c
- Reviewed-on: https://code.wireshark.org/review/21897
-
-commit f95510a
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Fri Jun 2 13:14:05 2017 +0200
-
- Qt: Add version check for setTextInteractionFlags
-
- This property was introduced in Qt 5.1.
-
- Change-Id: I3446886d65fbeaf011a69071b605b044e5205b60
- Reviewed-on: https://code.wireshark.org/review/21896
- Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 3aa830d
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Thu Jun 1 13:51:28 2017 -0700
-
- 2.2.7 → 2.2.8.
-
- Change-Id: I5b17e75435823d7664f934d1e6761d44efa64965
- Reviewed-on: https://code.wireshark.org/review/21884
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
diff --git a/NEWS b/NEWS
index 3e3f23a191..0a6336e8ea 100644
--- a/NEWS
+++ b/NEWS
@@ -14,51 +14,51 @@ What's New
The following vulnerabilities have been fixed:
* [1]wnpa-sec-2017-13
WBMXL dissector infinite loop ([2]Bug 13477, [3]Bug 13796)
- [4]CVE-2017-7702, cve-idlink:CVE-2017-11410[] Note: This is an
- update for a fix in Wireshark 2.2.6 and 2.0.12.
+ [4]CVE-2017-7702, [5]CVE-2017-11410
+ Note: This is an update for a fix in Wireshark 2.2.6 and 2.0.12.
- * [5]wnpa-sec-2017-28
- openSAFETY dissector memory exhaustion ([6]Bug 13649, [7]Bug 13755)
- [8]CVE-2017-9350, [9]CVE-2017-11411 Note: This is an update for a
- fix in Wireshark 2.2.7.
+ * [6]wnpa-sec-2017-28
+ openSAFETY dissector memory exhaustion ([7]Bug 13649, [8]Bug 13755)
+ [9]CVE-2017-9350, [10]CVE-2017-11411
+ Note: This is an update for a fix in Wireshark 2.2.7.
- * [10]wnpa-sec-2017-34
- AMQP dissector crash. ([11]Bug 13780) [12]CVE-2017-11408
- * [13]wnpa-sec-2017-35
- MQ dissector crash. ([14]Bug 13792) [15]CVE-2017-11407
- * [16]wnpa-sec-2017-36
- DOCSIS infinite loop. ([17]Bug 13797) [18]CVE-2017-11406
+ * [11]wnpa-sec-2017-34
+ AMQP dissector crash. ([12]Bug 13780) [13]CVE-2017-11408
+ * [14]wnpa-sec-2017-35
+ MQ dissector crash. ([15]Bug 13792) [16]CVE-2017-11407
+ * [17]wnpa-sec-2017-36
+ DOCSIS infinite loop. ([18]Bug 13797) [19]CVE-2017-11406
The following bugs have been fixed:
- * Y.1711 dissector reverses defect type order. ([19]Bug 8292)
+ * Y.1711 dissector reverses defect type order. ([20]Bug 8292)
* Packet list keeps scrolling back to selected packet while names are
- being resolved. ([20]Bug 12074)
+ being resolved. ([21]Bug 12074)
* [REGRESSION] Export Objects do not show files from a SMB2 capture.
- ([21]Bug 13214)
+ ([22]Bug 13214)
* LTE RRC: lte-rrc.q_RxLevMin filter fails on negative values.
- ([22]Bug 13481)
- * Hexpane showing in proportional font again. ([23]Bug 13638)
- * Regression in SCCP fragments handling. ([24]Bug 13651)
- * TCAP SRT incorrectly matches TC_BEGINs and TC_ENDs. ([25]Bug 13739)
- * Dissector for WSMP (IEEE 1609.3) not current. ([26]Bug 13766)
- * RANAP: possible issue in the heuristic code. ([27]Bug 13770)
+ ([23]Bug 13481)
+ * Hexpane showing in proportional font again. ([24]Bug 13638)
+ * Regression in SCCP fragments handling. ([25]Bug 13651)
+ * TCAP SRT incorrectly matches TC_BEGINs and TC_ENDs. ([26]Bug 13739)
+ * Dissector for WSMP (IEEE 1609.3) not current. ([27]Bug 13766)
+ * RANAP: possible issue in the heuristic code. ([28]Bug 13770)
* [oss-fuzz] UBSAN: shift exponent 35 is too large for 32-bit type
- int in packet-btrfcomm.c:314:37. ([28]Bug 13783)
- * RANAP: false positives on heuristic algorithm. ([29]Bug 13791)
- * Automatic name resolution not saved to PCAP-NG NRB. ([30]Bug 13798)
+ int in packet-btrfcomm.c:314:37. ([29]Bug 13783)
+ * RANAP: false positives on heuristic algorithm. ([30]Bug 13791)
+ * Automatic name resolution not saved to PCAP-NG NRB. ([31]Bug 13798)
* DAAP dissector dissect_daap_one_tag recursion stack exhausted.
- ([31]Bug 13799)
+ ([32]Bug 13799)
* Malformed DCERPC PNIO packet decode, exception handler invalid
- poionter reference. ([32]Bug 13811)
- * It seems SPVID was decoded from wrong field. ([33]Bug 13821)
+ poionter reference. ([33]Bug 13811)
+ * It seems SPVID was decoded from wrong field. ([34]Bug 13821)
* README.dissectors: Add notes about predefined string structures not
- available to plugin authors. ([34]Bug 13828)
+ available to plugin authors. ([35]Bug 13828)
* Statistics->Packet Lengths doesn't display details for 5120 or
- greater. ([35]Bug 13844)
- * cmake/modules/FindZLIB.cmake doesn't find inflatePrime. ([36]Bug
+ greater. ([36]Bug 13844)
+ * cmake/modules/FindZLIB.cmake doesn't find inflatePrime. ([37]Bug
13850)
* BGP: incorrect decoding COMMUNITIES whose length is larger than
- 255. ([37]Bug 13872)
+ 255. ([38]Bug 13872)
New and Updated Features
@@ -96,14 +96,14 @@ What's New
Getting Wireshark
Wireshark source code and installation packages are available from
- [38]https://www.wireshark.org/download.html.
+ [39]https://www.wireshark.org/download.html.
Vendor-supplied Packages
Most Linux and Unix vendors supply their own Wireshark packages. You
can usually install or upgrade Wireshark using the package management
system specific to that platform. A list of third-party packages can be
- found on the [39]download page on the Wireshark web site.
+ found on the [40]download page on the Wireshark web site.
__________________________________________________________________
File Locations
@@ -116,44 +116,44 @@ File Locations
Known Problems
- Dumpcap might not quit if Wireshark or TShark crashes. ([40]Bug 1419)
+ Dumpcap might not quit if Wireshark or TShark crashes. ([41]Bug 1419)
- The BER dissector might infinitely loop. ([41]Bug 1516)
+ The BER dissector might infinitely loop. ([42]Bug 1516)
Capture filters aren't applied when capturing from named pipes.
- ([42]Bug 1814)
+ ([43]Bug 1814)
Filtering tshark captures with read filters (-R) no longer works.
- ([43]Bug 2234)
+ ([44]Bug 2234)
- Application crash when changing real-time option. ([44]Bug 4035)
+ Application crash when changing real-time option. ([45]Bug 4035)
Wireshark and TShark will display incorrect delta times in some cases.
- ([45]Bug 4985)
+ ([46]Bug 4985)
- Wireshark should let you work with multiple capture files. ([46]Bug
+ Wireshark should let you work with multiple capture files. ([47]Bug
10488)
Dell Backup and Recovery (DBAR) makes many Windows applications crash,
- including Wireshark. ([47]Bug 12036)
+ including Wireshark. ([48]Bug 12036)
__________________________________________________________________
Getting Help
- Community support is available on [48]Wireshark's Q&A site and on the
+ Community support is available on [49]Wireshark's Q&A site and on the
wireshark-users mailing list. Subscription information and archives for
- all of Wireshark's mailing lists can be found on [49]the web site.
+ all of Wireshark's mailing lists can be found on [50]the web site.
Official Wireshark training and certification are available from
- [50]Wireshark University.
+ [51]Wireshark University.
__________________________________________________________________
Frequently Asked Questions
- A complete FAQ is available on the [51]Wireshark web site.
+ A complete FAQ is available on the [52]Wireshark web site.
__________________________________________________________________
- Last updated 2017-07-18 16:43:22 UTC
+ Last updated 2017-07-18 18:13:29 UTC
References
@@ -161,50 +161,51 @@ References
2. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13477
3. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13796
4. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7702
- 5. https://www.wireshark.org/security/wnpa-sec-2017-28.html
- 6. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13649
- 7. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13755
- 8. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9350
- 9. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11411
- 10. https://www.wireshark.org/security/wnpa-sec-2017-34.html
- 11. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13780
- 12. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11408
- 13. https://www.wireshark.org/security/wnpa-sec-2017-35.html
- 14. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13792
- 15. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11407
- 16. https://www.wireshark.org/security/wnpa-sec-2017-36.html
- 17. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13797
- 18. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11406
- 19. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8292
- 20. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12074
- 21. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13214
- 22. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13481
- 23. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13638
- 24. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13651
- 25. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13739
- 26. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13766
- 27. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13770
- 28. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13783
- 29. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13791
- 30. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13798
- 31. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13799
- 32. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13811
- 33. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13821
- 34. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13828
- 35. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13844
- 36. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13850
- 37. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13872
- 38. https://www.wireshark.org/download.html
- 39. https://www.wireshark.org/download.html#thirdparty
- 40. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1419
- 41. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1516
- 42. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1814
- 43. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2234
- 44. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4035
- 45. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4985
- 46. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=10488
- 47. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12036
- 48. https://ask.wireshark.org/
- 49. https://www.wireshark.org/lists/
- 50. http://www.wiresharktraining.com/
- 51. https://www.wireshark.org/faq.html
+ 5. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11410
+ 6. https://www.wireshark.org/security/wnpa-sec-2017-28.html
+ 7. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13649
+ 8. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13755
+ 9. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9350
+ 10. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11411
+ 11. https://www.wireshark.org/security/wnpa-sec-2017-34.html
+ 12. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13780
+ 13. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11408
+ 14. https://www.wireshark.org/security/wnpa-sec-2017-35.html
+ 15. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13792
+ 16. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11407
+ 17. https://www.wireshark.org/security/wnpa-sec-2017-36.html
+ 18. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13797
+ 19. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11406
+ 20. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8292
+ 21. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12074
+ 22. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13214
+ 23. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13481
+ 24. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13638
+ 25. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13651
+ 26. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13739
+ 27. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13766
+ 28. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13770
+ 29. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13783
+ 30. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13791
+ 31. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13798
+ 32. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13799
+ 33. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13811
+ 34. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13821
+ 35. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13828
+ 36. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13844
+ 37. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13850
+ 38. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13872
+ 39. https://www.wireshark.org/download.html
+ 40. https://www.wireshark.org/download.html#thirdparty
+ 41. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1419
+ 42. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1516
+ 43. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1814
+ 44. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2234
+ 45. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4035
+ 46. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4985
+ 47. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=10488
+ 48. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12036
+ 49. https://ask.wireshark.org/
+ 50. https://www.wireshark.org/lists/
+ 51. http://www.wiresharktraining.com/
+ 52. https://www.wireshark.org/faq.html
diff --git a/configure.ac b/configure.ac
index 5547394dd8..85a22918d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@
#
m4_define([version_major], [2])
m4_define([version_minor], [2])
-m4_define([version_micro], [8])
+m4_define([version_micro], [9])
dnl Updated by make-version.pl
m4_define([version_extra], [])
m4_define([version_micro_extra], m4_join([], version_micro, version_extra))
diff --git a/debian/changelog b/debian/changelog
index efe27ffe61..34b8efba89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-wireshark (2.2.8) unstable; urgency=low
+wireshark (2.2.9) unstable; urgency=low
* Self-made package
diff --git a/docbook/asciidoc.conf b/docbook/asciidoc.conf
index a0a9672932..6ff8a4f29a 100644
--- a/docbook/asciidoc.conf
+++ b/docbook/asciidoc.conf
@@ -2,7 +2,7 @@
[attributes]
-wireshark-version=2.2.8
+wireshark-version=2.2.9
[replacements]
diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc
index d413e3b97a..7cb3d3c2c5 100644
--- a/docbook/release-notes.asciidoc
+++ b/docbook/release-notes.asciidoc
@@ -12,61 +12,14 @@ used for troubleshooting, analysis, development and education.
The following vulnerabilities have been fixed:
-* ws-salink:2017-13[]
+* ws-salink:2017-38[]
+
-WBMXL dissector infinite loop
-(ws-buglink:13477[], ws-buglink:13796[])
-cve-idlink:2017-7702[], cve-idlink:CVE-2017-11410[]
-// Fixed in master: 8e1befc, 50fa2d9
-// Fixed in master-2.2: bb67dbf, 651a974
-// Fixed in master-2.0: 2f322f6, 3c7168c
-Note: This is an update for a fix in Wireshark 2.2.6 and 2.0.12.
-
-//* Buildbot crash output: fuzz-2017-06-12-4268.pcap. (ws-buglink:13796[])
-// Same as CVE-2017-7702 / wnpa-sec-2017-13 / bug 13477
-
-* ws-salink:2017-28[]
-+
-openSAFETY dissector memory exhaustion
-(ws-buglink:13649[], ws-buglink:13755[])
-cve-idlink:2017-9350[], cve-idlink:2017-11411[]
-// Fixed in master: f643169, 66c5058
-// Fixed in master-2.2: 3ce1ba9, 54acd9b
-// Fixed in master-2.0: dbc7cb0, a83a324
-Note: This is an update for a fix in Wireshark 2.2.7.
-
-//* [oss-fuzz] Allocation too large: 4294967295 > 2147483648 (0xffffffff > 0x80000000). (ws-buglink:13755[])
-// Same as CVE-2017-9350 / wnpa-sec-2017-28 / bug 13649
-
-* ws-salink:2017-34[]
-+
-AMQP dissector crash.
-(ws-buglink:13780[])
-cve-idlink:2017-11408[]
-// Fixed in master: 246cbbc, 2de483c
-// Fixed in master-2.2: d6231d9, a102c17
-// Fixed in master-2.0: e57c86e
-
-* ws-salink:2017-35[]
-+
-MQ dissector crash.
-(ws-buglink:13792[])
-cve-idlink:2017-11407[]
-// Fixed in master: bb58b3a
-// Fixed in master-2.2: 4e54dae
-// Fixed in master-2.0: 8fcd725
-
-* ws-salink:2017-36[]
-+
-DOCSIS infinite loop.
-(ws-buglink:13797[])
-cve-idlink:2017-11406[]
-// Fixed in master: 26a6881
-// Fixed in master-2.2: 2502162
-// Fixed in master-2.0: 283b0af
-
-//* Buildbot crash output: fuzz-2017-07-04-2598.pcap. (ws-buglink:13871[])
-// No a vulnerability.
+A dissector went awry.
+(ws-buglink:xxxx[])
+// cve-idlink:2017-7702[]
+// Fixed in master: XXXX
+// Fixed in master-2.2: XXXX
+// Fixed in master-2.0: XXXX
The following bugs have been fixed:
@@ -74,45 +27,8 @@ The following bugs have been fixed:
//* ws-buglink:6000[Wireshark bug]
//* cve-idlink:2014-2486[]
//* Wireshark accepted your prom invitation then cancelled at the last minute. (ws-buglink:0000[])
-// cp /dev/null /tmp/buglist.txt ; for bugnumber in `git log --stat v2.2.8rc0..| grep ' Bug:' | cut -f2 -d: | sort -n -u ` ; do gen-bugnote $bugnumber; pbpaste >> /tmp/buglist.txt; done
-
-* Y.1711 dissector reverses defect type order. (ws-buglink:8292[])
-
-* Packet list keeps scrolling back to selected packet while names are being resolved. (ws-buglink:12074[])
-
-* [REGRESSION] Export Objects do not show files from a SMB2 capture. (ws-buglink:13214[])
-
-* LTE RRC: lte-rrc.q_RxLevMin filter fails on negative values. (ws-buglink:13481[])
-
-* Hexpane showing in proportional font again. (ws-buglink:13638[])
-
-* Regression in SCCP fragments handling. (ws-buglink:13651[])
-
-* TCAP SRT incorrectly matches TC_BEGINs and TC_ENDs. (ws-buglink:13739[])
-
-* Dissector for WSMP (IEEE 1609.3) not current. (ws-buglink:13766[])
+// cp /dev/null /tmp/buglist.txt ; for bugnumber in `git log --stat v2.2.9rc0..| grep ' Bug:' | cut -f2 -d: | sort -n -u ` ; do gen-bugnote $bugnumber; pbpaste >> /tmp/buglist.txt; done
-* RANAP: possible issue in the heuristic code. (ws-buglink:13770[])
-
-* [oss-fuzz] UBSAN: shift exponent 35 is too large for 32-bit type 'int' in packet-btrfcomm.c:314:37. (ws-buglink:13783[])
-
-* RANAP: false positives on heuristic algorithm. (ws-buglink:13791[])
-
-* Automatic name resolution not saved to PCAP-NG NRB. (ws-buglink:13798[])
-
-* DAAP dissector dissect_daap_one_tag recursion stack exhausted. (ws-buglink:13799[])
-
-* Malformed DCERPC PNIO packet decode, exception handler invalid poionter reference. (ws-buglink:13811[])
-
-* It seems SPVID was decoded from wrong field. (ws-buglink:13821[])
-
-* README.dissectors: Add notes about predefined string structures not available to plugin authors. (ws-buglink:13828[])
-
-* Statistics->Packet Lengths doesn't display details for '5120 or greater'. (ws-buglink:13844[])
-
-* cmake/modules/FindZLIB.cmake doesn't find inflatePrime. (ws-buglink:13850[])
-
-* BGP: incorrect decoding COMMUNITIES whose length is larger than 255. (ws-buglink:13872[])
=== New and Updated Features
@@ -131,43 +47,13 @@ There are no new protocols in this release.
=== Updated Protocol Support
--sort-and-group--
-AMQP
-BGP
-BSSMAP
-BT RFCOMM
-DAAP
-DOCSIS
-E.212
-FDDI
-GSM A GM
-GSM BSSMAP
-IEEE 802.11
-IP
-ISIS LSP
-LTE RRC
-MQ
-OpenSafety
-OSPF
-PROFINET IO
-RANAP
-SCCP
-SGSAP
-SMB2
-TCAP
-TCP
-UMTS FP
-UMTS RLC
-Y.1711
-WBXML
-WSMP
--sort-and-group--
=== New and Updated Capture File Support
-//There is no new or updated capture file support in this release.
---sort-and-group--
-pcap, pcap-ng
---sort-and-group--
+There is no new or updated capture file support in this release.
+//--sort-and-group--
+//--sort-and-group--
=== New and Updated Capture Interfaces support
diff --git a/epan/CMakeLists.txt b/epan/CMakeLists.txt
index 29c747951d..01329f9cdc 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -243,7 +243,7 @@ add_library(epan ${LINK_MODE_LIB}
add_dependencies(epan version)
-set(FULL_SO_VERSION "8.1.8")
+set(FULL_SO_VERSION "8.1.9")
set_target_properties(epan PROPERTIES COMPILE_DEFINITIONS "WS_BUILD_DLL")
set_target_properties(epan PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}")
diff --git a/epan/Makefile.am b/epan/Makefile.am
index 7778afad34..2c2a4b4bc4 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -306,7 +306,7 @@ libwireshark_la_SOURCES = \
libwireshark_la_CPPFLAGS = $(AM_CPPFLAGS) -DWS_BUILD_DLL
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
-libwireshark_la_LDFLAGS = -version-info 9:8:1 @LDFLAGS_SHAREDLIB@
+libwireshark_la_LDFLAGS = -version-info 9:9:1 @LDFLAGS_SHAREDLIB@
#
# Add the object files for missing routines, if any.
diff --git a/make-version.pl b/make-version.pl
index f515af7d2d..eb3d92cf35 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -85,7 +85,7 @@ my $set_release = 0;
my %version_pref = (
"version_major" => 2,
"version_minor" => 2,
- "version_micro" => 8,
+ "version_micro" => 9,
"version_build" => 0,
"enable" => 1,
diff --git a/version.conf b/version.conf
index 9480b2f829..6dedd7c96a 100644
--- a/version.conf
+++ b/version.conf
@@ -1,9 +1,9 @@
# Interim releases: Enable packaging, add a "rc" to the version.
-#enable: 1
-#pkg_format: rc0-%#
-#pkg_enable: 1
+enable: 1
+pkg_format: rc0-%#
+pkg_enable: 1
# Final release: Disable package version stamps.
-enable: 1
-pkg_format:
-pkg_enable: 0
+#enable: 1
+#pkg_format:
+#pkg_enable: 0
diff --git a/wiretap/CMakeLists.txt b/wiretap/CMakeLists.txt
index 42c810f077..b2f53fdefc 100644
--- a/wiretap/CMakeLists.txt
+++ b/wiretap/CMakeLists.txt
@@ -116,7 +116,7 @@ add_library(wiretap ${LINK_MODE_LIB}
add_dependencies(wiretap version)
-set(FULL_SO_VERSION "6.0.8")
+set(FULL_SO_VERSION "6.0.9")
set_target_properties(wiretap PROPERTIES
PREFIX "lib"
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am
index 30899e49e1..dafa7f803a 100644
--- a/wiretap/Makefile.am
+++ b/wiretap/Makefile.am
@@ -189,7 +189,7 @@ libwiretap_la_SOURCES = \
ws_version_info.c
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
-libwiretap_la_LDFLAGS = -version-info 6:8:0 @LDFLAGS_SHAREDLIB@
+libwiretap_la_LDFLAGS = -version-info 6:9:0 @LDFLAGS_SHAREDLIB@
libwiretap_la_LIBADD = libwiretap_generated.la ${top_builddir}/wsutil/libwsutil.la $(GLIB_LIBS)