diff options
author | Gerald Combs <gerald@wireshark.org> | 2016-07-27 13:23:21 -0700 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2016-07-27 20:26:54 +0000 |
commit | e97008ea2031e712b83242aa1215de2a18105f77 (patch) | |
tree | ea7f09796c0f4bb3673ee25a8101a3acf20fd25b | |
parent | 969649d0be16612c283d51f28cb2a502cd5d1168 (diff) | |
download | wireshark-1.12.14rc0.tar.gz wireshark-1.12.14rc0.tar.bz2 wireshark-1.12.14rc0.zip |
1.12.13 → 1.12.14.v1.12.14rc0
Change-Id: I3fe37263933abb61da113444dc76c862d518ec32
Reviewed-on: https://code.wireshark.org/review/16729
Reviewed-by: Gerald Combs <gerald@wireshark.org>
-rw-r--r-- | ChangeLog | 444 | ||||
-rw-r--r-- | config.nmake | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | docbook/asciidoc.conf | 2 | ||||
-rw-r--r-- | docbook/release-notes.asciidoc | 97 | ||||
-rw-r--r-- | epan/Makefile.am | 2 | ||||
-rw-r--r-- | filetap/Makefile.am | 2 | ||||
-rwxr-xr-x | make-version.pl | 2 | ||||
-rw-r--r-- | version.conf | 12 | ||||
-rw-r--r-- | wiretap/Makefile.am | 2 |
11 files changed, 19 insertions, 550 deletions
@@ -1,444 +0,0 @@ -commit 32abb63 -Author: Pascal Quantin <pascal.quantin@gmail.com> -Date: Mon Jul 25 11:19:05 2016 +0200 - - proto.c: add bounds check to proto_tree_add_text(_valist) - - Bug: 12659 - Change-Id: I44cb3ce8e647ae2816d5ffa95435068c435a1e5c - Reviewed-on: https://code.wireshark.org/review/16648 - 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: Anders Broman <a.broman58@gmail.com> - (cherry picked from commit 56706427f53cc64793870bf072c2c06248ae88f3) - Conflicts: - epan/proto.c - Reviewed-on: https://code.wireshark.org/review/16697 - Reviewed-by: Michael Mann <mmann78@netscape.net> - -commit e347b39 -Author: Pascal Quantin <pascal.quantin@gmail.com> -Date: Mon Jul 25 13:32:45 2016 +0200 - - LDSS: check if a conversation already exists before recreating it - - Bug: 12662 - Change-Id: I81d91d54544e5865336dc08ffda9fe109fc643ed - Reviewed-on: https://code.wireshark.org/review/16660 - 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 5a469ddc893f7c1912d0e15cc73bd3011e6cc2fb) - Reviewed-on: https://code.wireshark.org/review/16663 - -commit 8f16007 -Author: Pascal Quantin <pascal.quantin@gmail.com> -Date: Mon Jul 25 09:37:25 2016 +0200 - - RLC: fix a variable overflow in rlc_decode_li function - - Bug: 12660 - Change-Id: I20a423eb9aa72383ac28d176bc60751ed36be9bd - Reviewed-on: https://code.wireshark.org/review/16639 - 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 6cf9616df68a4db7e436bb77392586ff9ad84feb) - Reviewed-on: https://code.wireshark.org/review/16647 - -commit 604b892 -Author: Pascal Quantin <pascal.quantin@gmail.com> -Date: Mon Jul 25 09:54:06 2016 +0200 - - RLC: fix a stack overflow in rlc_decode_li function - - The test to check whether the array was full or not was off by 1 - - Bug: 12664 - Change-Id: If2057b71d92c7f03e05b0f4676abc62d5a03ae73 - Reviewed-on: https://code.wireshark.org/review/16640 - Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> - (cherry picked from commit 47a5fa850b388fcf4ea762073806f01b459820fe) - Reviewed-on: https://code.wireshark.org/review/16643 - -commit 5bd1dd4 -Author: Gerald Combs <gerald@wireshark.org> -Date: Sun Jul 24 08:22:49 2016 -0700 - - [Automatic update for 2016-07-24] - - Update manuf, services enterprise-numbers, translations, and other items. - - Change-Id: I10ddf7c792e3fd3654a4e3cae7ec3d0ba99689e0 - Reviewed-on: https://code.wireshark.org/review/16629 - Reviewed-by: Gerald Combs <gerald@wireshark.org> - -commit cac3462 -Author: Gerald Combs <gerald@wireshark.org> -Date: Sun Jul 17 08:17:24 2016 -0700 - - [Automatic update for 2016-07-17] - - Update manuf, services enterprise-numbers, translations, and other items. - - Change-Id: Ic60f7dd48f8e73fb002c1c9c619bd7dfe79e55c0 - Reviewed-on: https://code.wireshark.org/review/16515 - Reviewed-by: Gerald Combs <gerald@wireshark.org> - -commit b5a1074 -Author: Pascal Quantin <pascal.quantin@gmail.com> -Date: Sat Jul 16 23:24:00 2016 +0200 - - MMSE: remove proto_tree_add_text calls - - Backport changes done previously in master-2.0 branch - - Bug: 12624 - Change-Id: Ife4c700a29f5e728743c38ee37541ea496091f89 - Reviewed-on: https://code.wireshark.org/review/16504 - Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> - -commit ebaa83e -Author: Michael Mann <mmann78@netscape.net> -Date: Tue Jul 12 08:21:35 2016 -0400 - - Remove T.30 FCF mask. - - Found by VS Code Analysis, verified with spec that mask isn't needed. - Also included link to current spec. - - Bug: 1918 - Change-Id: Ic3e8ee599501c7c12717649579ffd70581622178 - Reviewed-on: https://code.wireshark.org/review/16392 - Reviewed-by: Michael Mann <mmann78@netscape.net> - (cherry picked from commit e063924a02a06b1d0084b6aa584a3785d6e026b8) - Reviewed-on: https://code.wireshark.org/review/16401 - Petri-Dish: Michael Mann <mmann78@netscape.net> - Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> - (cherry picked from commit 7780d3d12c5a341ac2b7da312719e05fd796bb3f) - Reviewed-on: https://code.wireshark.org/review/16403 - -commit e8a2201 -Author: Nick Bedbury <npbedbur@syr.edu> -Date: Thu Nov 19 08:43:52 2015 -0500 - - Fixing picosecond timestamp for vrt protocol. Needs to be parsed as uint64 not double - - Change-Id: I4c3cf4aa84a9208c382fa4a50ca3c2ffb1773ead - Reviewed-on: https://code.wireshark.org/review/11962 - Reviewed-by: Anders Broman <a.broman58@gmail.com> - (cherry picked from commit 1a841483e9df85f913ece0286a6e0d4f97a859c2) - Reviewed-on: https://code.wireshark.org/review/16390 - Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> - -commit 8b6c3bb -Author: Gerald Combs <gerald@wireshark.org> -Date: Sun Jul 10 08:17:28 2016 -0700 - - [Automatic update for 2016-07-10] - - Update manuf, services enterprise-numbers, translations, and other items. - - Change-Id: I75df87975e7e2ba0f3890ce6ca3c8561878fa08d - Reviewed-on: https://code.wireshark.org/review/16370 - Reviewed-by: Gerald Combs <gerald@wireshark.org> - -commit ee37b7d -Author: Michael Mann <mmann78@netscape.net> -Date: Sat Jul 9 09:05:12 2016 -0400 - - packet-wsp.c: Fix infinite loop in add_headers - - # Conflicts: - # epan/dissectors/packet-wsp.c - - Bug: 12594 - Change-Id: Id86d1e5f2db12871bc1b345721e79e57192f01e1 - Reviewed-on: https://code.wireshark.org/review/16355 - Petri-Dish: Michael Mann <mmann78@netscape.net> - Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> - Reviewed-by: Michael Mann <mmann78@netscape.net> - (cherry picked from commit a9d5256890c9189c7461bfce6ed6edce5d861499) - Reviewed-on: https://code.wireshark.org/review/16358 - Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> - Reviewed-on: https://code.wireshark.org/review/16360 - -commit 432bae9 -Author: Guy Harris <guy@alum.mit.edu> -Date: Sat Jul 9 00:07:52 2016 -0700 - - Check for pcapng files when reading from a pipe. - - That way, people don't get confused by an "Unrecognized libpcap format" - error - it's *not* libpcap format! - - Also, improve *that* message to say "...or not libpcap data", and put a - period at the end of the error messages. - - Change-Id: I175f9399fe99ce424f1d83596b7330e1fa5c0625 - Reviewed-on: https://code.wireshark.org/review/16349 - Reviewed-by: Guy Harris <guy@alum.mit.edu> - Reviewed-on: https://code.wireshark.org/review/16353 - -commit beee9a4 -Author: Gerald Combs <gerald@wireshark.org> -Date: Sun Jul 3 08:16:45 2016 -0700 - - [Automatic update for 2016-07-03] - - Update manuf, services enterprise-numbers, translations, and other items. - - Change-Id: I80c2f124f48087aaaa04379daf8dc96902cf4279 - Reviewed-on: https://code.wireshark.org/review/16266 - Reviewed-by: Gerald Combs <gerald@wireshark.org> - -commit 3ce7de0 -Author: Michael Mann <mmann78@netscape.net> -Date: Sat Jul 2 08:23:34 2016 -0400 - - packetbb: Prevent divide by 0. - - Bug: 12577 - Change-Id: Ibfa605597b786d8dbf1e256ef2ca6dc691498974 - Reviewed-on: https://code.wireshark.org/review/16241 - Petri-Dish: Michael Mann <mmann78@netscape.net> - Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> - Reviewed-by: Michael Mann <mmann78@netscape.net> - (cherry picked from commit 94e97e45cf614c7bb8fe90c23df52910246b2c95) - Reviewed-on: https://code.wireshark.org/review/16244 - -commit 9eacbb4 -Author: Michael Mann <mmann78@netscape.net> -Date: Sat Jul 2 10:37:20 2016 -0400 - - dissect_nds_request: Add NULL check - - Bug: 12576 - Change-Id: If25d65b58ccc3860a48a48d5dbc4a076a79ad459 - Reviewed-on: https://code.wireshark.org/review/16245 - Reviewed-by: Michael Mann <mmann78@netscape.net> - -commit d49fb83 -Author: Ashish Shukla <shukla.a@gmail.com> -Date: Fri Jun 24 15:59:39 2016 -0700 - - radiotap: Fix for the VHT 20MHz MCS 9 data rate not displayed - - MCS 9 at 20 MHz is valid for 3 and 6 spatial streams. - Changed the rate table to include rate (mbps) for VHT 20MHz MCS 9. - - Signed-off-by: Alexis La Goutte <alexis.lagoutte@gmail.com> - - Bug: 12558 - Change-Id: Ia16ae545a5ac1779131e24e1f54a5659390cd321 - Reviewed-on: https://code.wireshark.org/review/16146 - Reviewed-by: Guy Harris <guy@alum.mit.edu> - (cherry picked from commit a4711f80c6d466cdd7eef376bf911699f55d35eb) - Reviewed-on: https://code.wireshark.org/review/16161 - -commit 35e20d7 -Author: Guy Harris <guy@alum.mit.edu> -Date: Sun Jun 26 17:37:49 2016 -0700 - - The "coding" subfield of the VHT field is a bitmask. - - Make the four coding fields bitfields, with the appropriate bit. - - Change-Id: Iec5b016fda9c694cf0ff2ad345f22bc3f98b557f - Reviewed-on: https://code.wireshark.org/review/16157 - Reviewed-by: Guy Harris <guy@alum.mit.edu> - -commit 13f5335 -Author: Gerald Combs <gerald@wireshark.org> -Date: Sun Jun 26 08:23:36 2016 -0700 - - [Automatic update for 2016-06-26] - - Update manuf, services enterprise-numbers, translations, and other items. - - Change-Id: I298e68156858fb6c457b0c4769dde25081eb9852 - Reviewed-on: https://code.wireshark.org/review/16145 - Reviewed-by: Gerald Combs <gerald@wireshark.org> - -commit 7df04cb -Author: Guy Harris <guy@alum.mit.edu> -Date: Thu Jun 23 02:51:21 2016 -0700 - - Fix previous fix. What a mess this is.... - - Change-Id: I301e13d12b0746a47463a5af1c2f6fef2392c1ec - Reviewed-on: https://code.wireshark.org/review/16095 - Reviewed-by: Guy Harris <guy@alum.mit.edu> - (cherry picked from commit be8fe4519db1e8a5715950dfa7df70185c1821fa) - Reviewed-on: https://code.wireshark.org/review/16096 - -commit 5375911 -Author: Guy Harris <guy@alum.mit.edu> -Date: Thu Jun 23 02:33:46 2016 -0700 - - Fix some of the brokenness in the PRP redundancy control trailer dissector. - - IF YOU ARE DOING A HEURISTIC CHECK TO DETERMINE WHETHER THE PACKET - YOU'RE LOOKING AT IS ONE YOU SHOULD DISSECT, EVEN IN A DISSECTOR - THAT'S NOT REGISTERED AS A HEURISTIC DISSECTOR, DO NOT LOOK AT PACKET - BYTES UNLESS YOU HAVE ALREADY DETERMINED THAT THEY ARE AVAILABLE IN THE - CAPTURE. - - THERE ARE NO EXCEPTIONS TO THIS RULE. - - Bug: 9826 - Change-Id: I2327a92ee760003bc10489263c0c53acdf2094e9 - Reviewed-on: https://code.wireshark.org/review/16092 - Reviewed-by: Guy Harris <guy@alum.mit.edu> - (cherry picked from commit a51b6a60b18a3fc81738533a84a72cd0b639ce5e) - Reviewed-on: https://code.wireshark.org/review/16094 - -commit f4caf04 -Author: Michael Mann <mmann78@netscape.net> -Date: Tue Jun 21 01:19:47 2016 -0400 - - Check for negative nanoseconds in io,stat tap. - - Seconds were already being checked for negative values, but if there is - only a fraction of a second, the negative check wasn't being done, - which led to bad results. - - Bug: 9014 - Change-Id: I820e0a4b1384330acebf4a632a04f7840db2288b - Reviewed-on: https://code.wireshark.org/review/16046 - 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 e6481a9e882ed9b34abd2d898c9a12f3ca56d91e) - Reviewed-on: https://code.wireshark.org/review/16067 - -commit b626319 -Author: Guy Harris <guy@alum.mit.edu> -Date: Sun Jun 19 15:18:00 2016 -0700 - - Don't assume we have an array of GeoIP databases. - - The attempt to open them might fail; if geoip_dat_arr is null, just - return 0 as the number of databases, don't crash. - - Change-Id: I967d863d328a42d7dce79f58d4fa67d922d0cb2c - Reviewed-on: https://code.wireshark.org/review/16025 - Reviewed-by: Guy Harris <guy@alum.mit.edu> - (cherry picked from commit 30919f7708a40ac536da07e6157e0f2ec250abe6) - Reviewed-on: https://code.wireshark.org/review/16027 - -commit 5392079 -Author: Gerald Combs <gerald@wireshark.org> -Date: Sun Jun 19 08:25:22 2016 -0700 - - [Automatic update for 2016-06-19] - - Update manuf, services enterprise-numbers, translations, and other items. - - Change-Id: Ie94214082133dd2e90d53c08c00bb5448435bdd1 - Reviewed-on: https://code.wireshark.org/review/16016 - Reviewed-by: Gerald Combs <gerald@wireshark.org> - -commit de3a604 -Author: Jaap Keuter <jaap.keuter@xs4all.nl> -Date: Wed Jun 15 08:53:14 2016 +0200 - - Let the calculated window scale be 16 bit wide. - - Even though TCP window scale shift is only 8 bits, the scale - calculated from it is max 16384. therefor a 16 bit value. - Let the tree item map to the single byte in the TVB, while - allowing the value to be 16 bit. - - Bug: 12525 - Change-Id: I41cebc62f6b8b09e13efa5f3b7432001e8d994e1 - Reviewed-on: https://code.wireshark.org/review/15914 - Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl> - Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> - Reviewed-by: Michael Mann <mmann78@netscape.net> - (cherry picked from commit b26e757b310180bd2ab867dd5ad0cc0261993135) - Reviewed-on: https://code.wireshark.org/review/15915 - (cherry picked from commit c62ffc4cbc228da25df7bebb663546de07a74237) - Reviewed-on: https://code.wireshark.org/review/15916 - -commit 199392b -Author: Jaap Keuter <jaap.keuter@xs4all.nl> -Date: Sat Jun 11 14:21:17 2016 +0200 - - Actually progress through the command data (CID-281394) - - The loop reading through the command data doesn't progress through - it, it just reads until the available data (represented by max_length) - runs out. It therefore: - - doesn't present the commands - - doesn't detect a missing final marker bit (CID-281394) - This change does make the code progress through the command data, - fixing both issues in the process. - - Change-Id: I61ba8b56b4a153affe9b4f9a574267f981ef0594 - Reviewed-on: https://code.wireshark.org/review/15825 - 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 be1213332688ee9ee3375fd45161ab9c6e8274ca) - Reviewed-on: https://code.wireshark.org/review/15847 - -commit df53b6f -Author: Gerald Combs <gerald@wireshark.org> -Date: Sun Jun 12 08:26:49 2016 -0700 - - [Automatic update for 2016-06-12] - - Update manuf, services enterprise-numbers, translations, and other items. - - Change-Id: I5bea3176f30ab8ed8b5fe5cc5324447a471e869f - Reviewed-on: https://code.wireshark.org/review/15845 - Reviewed-by: Gerald Combs <gerald@wireshark.org> - -commit 0c296f0 -Author: Jaap Keuter <jaap.keuter@xs4all.nl> -Date: Sat Jun 11 14:49:59 2016 +0200 - - Store the tree item to add to later (CID-1159152) - - The tree item needed to test and append to isn't being stored, - so the items are never amended with notes, resulting in dead code. - - Change-Id: Ib1a9b7994ad12a9a9013d1bc1e1e4c165f34f20f - Reviewed-on: https://code.wireshark.org/review/15826 - Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl> - Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> - Reviewed-by: Michael Mann <mmann78@netscape.net> - (cherry picked from commit 4cab0516cc1108b2a9538702ea105bb6053a425f) - Reviewed-on: https://code.wireshark.org/review/15838 - -commit 4cb60d4 -Author: Alexis La Goutte <alexis.lagoutte@gmail.com> -Date: Fri Jun 10 07:04:44 2016 +0200 - - LANforge: fix wrong offset for magic detection - - Issue reported by Brent Lovelace https://www.wireshark.org/lists/wireshark-dev/201606/msg00034.html - - Change-Id: If296f01747316ddbe28e88d4d11d9df90d68bc5d - Reviewed-on: https://code.wireshark.org/review/15800 - Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> - Reviewed-by: 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 777cddd6cb3bf0e619e9a0b7b30e2726dd644f0f) - Reviewed-on: https://code.wireshark.org/review/15802 - Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> - -commit 517528d -Author: Gerald Combs <gerald@wireshark.org> -Date: Tue Jun 7 14:05:23 2016 -0700 - - 1.12.12 → 1.12.13. - - Change-Id: I24c8b4564827a6b5a1e6543c9afe8a10ab713e88 - Reviewed-on: https://code.wireshark.org/review/15771 - Reviewed-by: Gerald Combs <gerald@wireshark.org> diff --git a/config.nmake b/config.nmake index 201334cd33..7b0c5357a9 100644 --- a/config.nmake +++ b/config.nmake @@ -35,7 +35,7 @@ GIT_REVISION=0 # Updated by make-version.pl VERSION_MAJOR=1 VERSION_MINOR=12 -VERSION_MICRO=13 +VERSION_MICRO=14 VERSION_BUILD=$(GIT_REVISION) # Local build information. Recommended: Unique string for your diff --git a/configure.ac b/configure.ac index c54ac934e2..732586c7f3 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ # m4_define([version_major], [1]) m4_define([version_minor], [12]) -m4_define([version_micro], [13]) +m4_define([version_micro], [14]) m4_define([version_micro_extra], version_micro) m4_append([version_micro_extra], []) diff --git a/debian/changelog b/debian/changelog index d7ce275043..5bd222195f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -wireshark (1.12.13) unstable; urgency=low +wireshark (1.12.14) unstable; urgency=low * Self-made package diff --git a/docbook/asciidoc.conf b/docbook/asciidoc.conf index fc5684aff6..ae8599c23d 100644 --- a/docbook/asciidoc.conf +++ b/docbook/asciidoc.conf @@ -4,7 +4,7 @@ # Yes, these are fake macros. # We should probably replace some or all of them with attributes. -wireshark-version:\[\]=1.12.13 +wireshark-version:\[\]=1.12.14 wireshark-major-minor-version:\[\]=1.12 wireshark-authors-url:\[\]=http://www.wireshark.org/about.html#authors diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc index 31f1bf5ef0..65503f085b 100644 --- a/docbook/release-notes.asciidoc +++ b/docbook/release-notes.asciidoc @@ -16,77 +16,14 @@ If you are still using Wireshark 1.12 you are encouraged to upgrade to Wireshark The following vulnerabilities have been fixed: -* ws-salink:2016-40[] +* ws-salink:2016-50[] + -NDS dissector crash. +A dissector went awry. (ws-buglink:12576[]) //cve-idlink:2015-XXXX[] -// Fixed in master: N/A -// Fixed in master-2.0: N/A -// Fixed in master-1.12: 9eacbb4 - -* ws-salink:2016-41[] -+ -PacketBB crash. -(ws-buglink:12577[]) -//cve-idlink:2015-XXXX[] -// Fixed in master: 94e97e4 -// Fixed in master-2.0: 0469e81 -// Fixed in master-1.12: 3ce7de0 - -* ws-salink:2016-42[] -+ -WSP infinite loop. -(ws-buglink:12594[]) -//cve-idlink:2015-XXXX[] -// Fixed in master: a9d5256 -// Fixed in master-2.0: eca19ca -// Fixed in master-1.12: ee37b7d - -* ws-salink:2016-43[] -+ -MMSE infinite loop. -(ws-buglink:12624[]) -//cve-idlink:2015-XXXX[] -// Fixed in master: N/A -// Fixed in master-2.0: N/A -// Fixed in master-1.12: b5a1074 - -* ws-salink:2016-44[] -+ -RLC long loop. -(ws-buglink:12660[]) -//cve-idlink:2015-XXXX[] -// Fixed in master: 6cf9616 -// Fixed in master-2.0: 6394b23 -// Fixed in master-1.12: 8f16007 - -* ws-salink:2016-45[] -+ -LDSS dissector crash. -(ws-buglink:12662[]) -//cve-idlink:2015-XXXX[] -// Fixed in master: 5a469dd -// Fixed in master-2.0: 107f6b7 -// Fixed in master-1.12: e347b39 - -* ws-salink:2016-46[] -+ -RLC dissector crash. -(ws-buglink:12664[]) -//cve-idlink:2015-XXXX[] -// Fixed in master: 47a5fa8 -// Fixed in master-2.0: 8492c31 -// Fixed in master-1.12: 604b892 - -* ws-salink:2016-47[] -+ -OpenFlow long loop. -(ws-buglink:12659[]) -//cve-idlink:2015-XXXX[] -// Fixed in master: 5670642 -// Fixed in master-2.0: eec4fd4 -// Fixed in master-1.12: 32abb63 +// Fixed in master: XXXX +// Fixed in master-2.0: XXXX +// Fixed in master-1.12: XXXX The following bugs have been fixed: @@ -94,16 +31,6 @@ The following bugs have been fixed: // SXSW while you end up working double shifts. (ws-buglink:0000[]) // cp /dev/null /tmp/buglist.txt ; for bugnumber in `git log --stat v1.12.13rc0..| grep ' Bug:' | cut -f2 -d: | sort -n -u ` ; do gen-bugnote $bugnumber; pbpaste >> /tmp/buglist.txt; done -* T30 FCF byte decoding masks DTC, CIG and NCS. (ws-buglink:1918[]) - -* TShark crashes with option "-z io,stat,..." in the presence of negative relative packet timestamps. (ws-buglink:9014[]) - -* 'Packet size limited during capture' msg is repeated in the Info column. (ws-buglink:9826[]) - -* Filter for field name tcp.options.wscale.multiplier cannot exceed 255. (ws-buglink:12525[]) - -* Inconsistent VHT data rate. (ws-buglink:12558[]) - === New and Updated Features There are no new features in this release. @@ -115,26 +42,12 @@ There are no new protocols in this release. === Updated Protocol Support --sort-and-group-- -802.11 Radiotap -LANforge -LDSS -MMSE -PacketBB -PRP -RLC -RTP MIDI -T.30 -TCP -VITA 49 -WiMax RNG-RSP -WSP --sort-and-group-- === New and Updated Capture File Support //There is no new or updated capture file support in this release. --sort-and-group-- -pcapng --sort-and-group-- == Getting Wireshark diff --git a/epan/Makefile.am b/epan/Makefile.am index b27e530b0b..864f5fdcf1 100644 --- a/epan/Makefile.am +++ b/epan/Makefile.am @@ -54,7 +54,7 @@ ACLOCAL_AMFLAGS = `../aclocal-flags` noinst_LTLIBRARIES = libwireshark_generated.la libwireshark_asmopt.la lib_LTLIBRARIES = libwireshark.la # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html -libwireshark_la_LDFLAGS = -version-info 5:13:0 @LDFLAGS_SHAREDLIB@ +libwireshark_la_LDFLAGS = -version-info 5:14:0 @LDFLAGS_SHAREDLIB@ include Makefile.common diff --git a/filetap/Makefile.am b/filetap/Makefile.am index a44f84b2ae..9797ada686 100644 --- a/filetap/Makefile.am +++ b/filetap/Makefile.am @@ -27,7 +27,7 @@ include Makefile.common lib_LTLIBRARIES = libfiletap.la # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html -libfiletap_la_LDFLAGS = -version-info 0:13:0 @LDFLAGS_SHAREDLIB@ +libfiletap_la_LDFLAGS = -version-info 0:14:0 @LDFLAGS_SHAREDLIB@ AM_NON_GENERATED_CFLAGS =-DWS_BUILD_DLL diff --git a/make-version.pl b/make-version.pl index aeb0632969..2fc16dafc5 100755 --- a/make-version.pl +++ b/make-version.pl @@ -76,7 +76,7 @@ my $set_release = 0; my %version_pref = ( "version_major" => 1, "version_minor" => 12, - "version_micro" => 13, + "version_micro" => 14, "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/Makefile.am b/wiretap/Makefile.am index f3ceeeb193..9ee33687e1 100644 --- a/wiretap/Makefile.am +++ b/wiretap/Makefile.am @@ -28,7 +28,7 @@ include Makefile.common noinst_LTLIBRARIES = libwiretap_generated.la lib_LTLIBRARIES = libwiretap.la # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html -libwiretap_la_LDFLAGS = -version-info 4:13:0 @LDFLAGS_SHAREDLIB@ +libwiretap_la_LDFLAGS = -version-info 4:14:0 @LDFLAGS_SHAREDLIB@ AM_NON_GENERATED_CFLAGS =-DWS_BUILD_DLL |