summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-06-08 11:50:18 -0700
committerGerald Combs <gerald@wireshark.org>2016-06-08 18:52:40 +0000
commitb46351fb5dc2025757cb94ed4856c40734325c5a (patch)
tree3fe8d1d4e4a794bbebb4086adf2399a3500ec46d /ChangeLog
parentea4f41fb5a834488fefaed867929bc25e688fa1f (diff)
downloadwireshark-b46351fb5dc2025757cb94ed4856c40734325c5a.tar.gz
Build 2.1.0.
Change-Id: I3fe4a2bc580b5788462f832abf62b53afb5d8ae1 Reviewed-on: https://code.wireshark.org/review/15782 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10147
1 files changed, 3315 insertions, 6832 deletions
diff --git a/ChangeLog b/ChangeLog
index b350578d4e..3c13c58ede 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6832 +1,3315 @@
-commit af6365a
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Sun Aug 30 23:18:34 2015 +0100
-
- Allow "Decode As" for IPv6 over UDP
-
- Change-Id: Ib28206e9573f1dd624be1d3c265fef405f65b19a
- Reviewed-on: https://code.wireshark.org/review/10351
- 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: Michael Mann <mmann78@netscape.net>
-
-commit d512710
-Author: Dario Lombardo <lomato@gmail.com>
-Date: Wed Sep 2 13:40:46 2015 +0200
-
- idl2wrs: fix clang analyzer Warning complains.
-
- 890:9: warning: Access to field 'str' results in a dereference of a null pointer (loaded from variable 'token_list')
- 3132:4: warning: Value stored to 'str' is never read
- 3155:4: warning: Value stored to 'str' is never read
- 3166:4: warning: Value stored to 'str' is never read
- 3183:4: warning: Value stored to 'str' is never read
- 3192:4: warning: Value stored to 'str' is never read
- 3203:4: warning: Value stored to 'str' is never read
- 3220:4: warning: Value stored to 'str' is never read
-
-
- Change-Id: If1a1acfc331e0648f95f6d6defe6533b6927ccaa
- Reviewed-on: https://code.wireshark.org/review/10357
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-
-commit 5518ae0
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Wed Sep 2 12:43:23 2015 +0200
-
- PER: followup of g59453fb
-
- Change-Id: I45c02a249444e5f17d99eeb0ca8dea6f7a012262
- Reviewed-on: https://code.wireshark.org/review/10356
- 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: Alexis La Goutte <alexis.lagoutte@gmail.com>
-
-commit e1dee7c
-Author: Dario Lombardo <lomato@gmail.com>
-Date: Wed Sep 2 12:27:31 2015 +0200
-
- dcerpc: fixed distcheck.
-
- Change-Id: Ide0b95278786d45d9c41fb0fe3214dce0880b830
- Reviewed-on: https://code.wireshark.org/review/10355
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-
-commit 5d8363e
-Author: Tom Haynes <loghyr@primarydata.com>
-Date: Tue Sep 1 14:07:30 2015 -0700
-
- nfs: Fix order of octets in IPv4 address
-
- Before:
-
- skull:bugs loghyr$ ~/ipv4/wireshark/tshark -r 2-layoutstats-in-1-compound.pcap -Y nfs -V | grep -i ipv4
- [IPv4 address 113.12.31.172, protocol=tcp, port=2049]
-
- After:
-
- skull:bugs loghyr$ ~/ipv4/wireshark/tshark -r 2-layoutstats-in-1-compound.pcap -Y nfs -V | grep -i ipv4
- [IPv4 address 172.31.12.113, protocol=tcp, port=2049]
-
- Bug: 11496
- Change-Id: Ia6097ae76411f6ff9de1f53191c8fc767856e2d1
- Signed-off-by: Tom Haynes <loghyr@primarydata.com>
- Reviewed-on: https://code.wireshark.org/review/10347
- 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>
-
-commit 920e056
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Wed Sep 2 07:48:34 2015 +0200
-
- idl2wrs: Make Mac OSX buildbot happy
-
- Change-Id: I5f9c860bec0f8d323d9f3cd7cf55e348654c8b8b
- Reviewed-on: https://code.wireshark.org/review/10354
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-
-commit 8b6fe35
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Wed Sep 2 01:33:22 2015 +0100
-
- IPv4: Remove extraneous colon from format string
-
- Change-Id: If52f8086ec971cc43947ece3d8e062da8378fa95
- Reviewed-on: https://code.wireshark.org/review/10352
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-
-commit 59453fb
-Author: Michael Mann <mmann78@netscape.net>
-Date: Tue Sep 1 22:14:47 2015 -0400
-
- Eliminate proto_tree_add_text from packet-per.c
-
- Change-Id: I67f572129821fb00e4478a30bfd4a52287b8b1a1
- Reviewed-on: https://code.wireshark.org/review/10350
- 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>
-
-commit c41a833
-Author: Michael Mann <mmann78@netscape.net>
-Date: Tue Sep 1 20:18:15 2015 -0400
-
- Eliminate proto_tree_add_text from some dissectors.
-
- Change-Id: If617016f588bbf940f37699e27559dc5c59cf508
- Reviewed-on: https://code.wireshark.org/review/10349
- 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>
-
-commit 630f48f
-Author: Michael Mann <mmann78@netscape.net>
-Date: Tue Sep 1 13:28:56 2015 -0400
-
- Eliminate proto_tree_add_text from packet-rsvp.c
-
- Change-Id: I95edc1b40c07a4addf194df6a2056e7b61193e5a
- Reviewed-on: https://code.wireshark.org/review/10348
- 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>
-
-commit 87f2bd4
-Author: Dario Lombardo <lomato@gmail.com>
-Date: Fri Aug 14 12:02:38 2015 +0200
-
- idl2wrs: some code cleanups.
-
- Code cleanups include:
- - sanity checks for malloc()
- - change forbidden APIs into g_* versions
- - minor indentation fixes
- - add modeline
- - add compilation for cmake and autotools
-
- Bug: 11052
- Change-Id: I825f04d9703448f9165d188be2bdd185fce5ff5d
- Reviewed-on: https://code.wireshark.org/review/10030
- Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit aa1f556
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Mon Aug 31 13:59:28 2015 +0200
-
- MSDP: fix will never be executed [-Wunreachable-code]
-
- Move tvbuff declaration for avoid https://llvm.org/bugs/show_bug.cgi?id=19020
-
- Found by Clang 3.7
-
- Change-Id: I299d2413dc4effc5e6e34c289152b8f401f19342
- Reviewed-on: https://code.wireshark.org/review/10326
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit 998dcc2
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Tue Sep 1 19:50:52 2015 +0200
-
- ANSI: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
-
- Change-Id: I981336271a8f6b41fe777f732069639df494c5d2
- Reviewed-on: https://code.wireshark.org/review/10346
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit b7764fc
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Mon Aug 31 14:01:46 2015 +0200
-
- UMTS (mac): fix will never be executed [-Wunreachable-code]
-
-
- Move tvbuff_t declaration for avoid https://llvm.org/bugs/show_bug.cgi?id=19020
-
-
- Found by Clang 3.7
-
- Change-Id: Id26fd62273d6838774db161a8b3f6c7db94a2de1
- Reviewed-on: https://code.wireshark.org/review/10328
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit c8f8784
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Tue Sep 1 19:39:44 2015 +0200
-
- ANSI A: fix dissection of numerous fields broken in g7298a31
-
- Change-Id: I09898cfc1aedc4b8067c6d12c94effc51a5ebbc0
- Reviewed-on: https://code.wireshark.org/review/10345
- 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>
-
-commit f0e4c49
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Tue Sep 1 08:24:58 2015 -0700
-
- Update the release notes.
-
- Change-Id: I0ab4cc92c24048e4e77b12bcc205d7a15a5ddb74
- Reviewed-on: https://code.wireshark.org/review/10343
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit db2fdfd
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Tue Sep 1 07:37:45 2015 -0700
-
- Fixup the main window tab order.
-
- Make sure the packet list is directly after the display filter edit in
- the main window tab order. When we press enter in the display filter
- edit, go to the next child in the tab order.
-
- Change-Id: If46e178365dbd59feb5985e9f8fa8b55d004d864
- Reviewed-on: https://code.wireshark.org/review/10342
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit a8682af
-Author: AndersBroman <anders.broman@ericsson.com>
-Date: Tue Sep 1 09:53:38 2015 +0200
-
- [mtp3_summary_dialog] Unused parameter warning with MSVC
- mtp3_summary_dialog.cpp(315) : warning C4100: 'edt' : unreferenced formal para
- mtp3_summary_dialog.cpp(314) : warning C4100: 'pinfo' -
-
- Change-Id: Ia21e15ff6348f34bf8ae240f867f0ab2cade606a
- Reviewed-on: https://code.wireshark.org/review/10340
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 7298a31
-Author: Michael Mann <mmann78@netscape.net>
-Date: Mon Aug 31 00:20:49 2015 -0400
-
- Eliminate proto_tree_add_text from ANSI dissectors.
-
- Change-Id: I22dccb2f2d71897334e11632f4060ccfbf4794ad
- Reviewed-on: https://code.wireshark.org/review/10334
- 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 54d2ff1
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Mon Aug 31 16:06:33 2015 -0700
-
- Convert the WSP stats to generic stat API.
-
- Add support for multiple tables to SimpleStatisticsDialog.
-
- Change-Id: I843d901db092d2f2856d3d1a16f29f85fb41374b
- Reviewed-on: https://code.wireshark.org/review/10339
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 377d215
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Mon Aug 31 12:24:48 2015 -0700
-
- Convert the MTP3 stats to new "generic stat API".
-
- Convert both the MTP3 statistics and summary. As with the GSM stats this
- is mostly untested.
-
- Change-Id: I7af8d5f21c8161dc95f7f2c710f32364b6f6a431
- Reviewed-on: https://code.wireshark.org/review/10338
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit e9614ad
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Mon Aug 31 12:19:34 2015 +0200
-
- Windows: update GeoIP library to 1.6.6
-
- Change-Id: I56f58e52fa39fdddd35bcc7ef6d96cfa4042892d
- Reviewed-on: https://code.wireshark.org/review/10333
- 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 1772416
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Mon Aug 31 22:10:23 2015 +0200
-
- tshark.pod: fix typo
-
- Change-Id: Iba5f12637e0f494805f2d9aab370fb42a32c1cb9
- Reviewed-on: https://code.wireshark.org/review/10335
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
-
-commit 4e236e6
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Sat Aug 29 22:59:00 2015 +0200
-
- Qt/Lua: Call atclose when TextWindow closes
-
- The close callback was never called because the destructor was never called.
-
- Change-Id: I9f6204858bc5d5e48d0aedc90b0e242ab70e161c
- Reviewed-on: https://code.wireshark.org/review/10321
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 7dd8349
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Wed Aug 12 20:58:52 2015 +0200
-
- NGHTTP2: Update to 1.3.0
-
- Change-Id: Ia12396b3b4a2bb4dcbdce63d06558b6474cd588e
- Reviewed-on: https://code.wireshark.org/review/10324
- Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-
-commit 026812c
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Mon Aug 31 08:37:15 2015 -0700
-
- Redraw timestamps when time display settings change.
-
- As with g3bec655, we need to call columnsChanged (which invalidates
- cached column strings) whenever any settings that generate those strings
- change. Do so for the time display preferences in the View menu.
-
- Bug: 11429
- Change-Id: I71bf1cc0df2800902ecb7b734b8f12ebd85a4de5
- Reviewed-on: https://code.wireshark.org/review/10331
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 75b8457
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Mon Aug 31 09:24:49 2015 -0700
-
- Add a Telephony→SCTP submenu.
-
- Add the current SCTP actions to the telephony menu to match the GTK+ UI.
-
- Change-Id: Ie7471bcbd1a82fe3f203d60f5ea8a72d923f34b9
- Reviewed-on: https://code.wireshark.org/review/10332
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 3bec655
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Fri Aug 28 16:46:17 2015 -0700
-
- Redraw the packet list when name resolution changes.
-
- Call columnsChanged (which invalidates cached column strings) when we
- change our name resolution preferences from the View menu.
-
- Remove the last sorted column tracking from gf19a173 while we're here
- (it didn't work properly).
-
- Bug: 11468
- Change-Id: I7fea58d702b283028235d023f27ab0336d8643a4
- Reviewed-on: https://code.wireshark.org/review/10301
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit a060183
-Author: Michael Mann <mmann78@netscape.net>
-Date: Fri Aug 28 22:41:07 2015 -0400
-
- Eliminate proto_tree_add_text from packet-rtps.c
-
- Change-Id: I353b4fcb3091e731a4b2a68e1932a5abc60c6038
- Reviewed-on: https://code.wireshark.org/review/10323
- 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 053f53c
-Author: Joerg Mayer <jmayer@loplof.de>
-Date: Mon Aug 31 06:00:28 2015 +0400
-
- Add a hidden item that allows to allow filtering on the station address.
- This currently only works for data frames. A Fixme is in place for
- managment frames.
-
- Change-Id: I0a72a9a3e40cf8269856fbbcd97b270af422afa2
- Reviewed-on: https://code.wireshark.org/review/10322
- Reviewed-by: Jörg Mayer <jmayer@loplof.de>
-
-commit f0b4e8e
-Author: Martin Kaiser <wireshark@kaiser.cx>
-Date: Sun Aug 30 20:31:35 2015 +0200
-
- dlsw: don't THROW() an exception from a dissector
-
- Change-Id: I897202e7fb2987f608ca4f98aa1a1dc4b7dbd995
- Reviewed-on: https://code.wireshark.org/review/10320
- Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
-
-commit 81c6ecd
-Author: Martin Kaiser <wireshark@kaiser.cx>
-Date: Sun Aug 30 20:08:53 2015 +0200
-
- dlsw: remove unnecessary if (tree) checks
-
- don't create an expert info under if (tree)
-
- Change-Id: I2c8f90483c434d708a97b621621ca123fc505edc
- Reviewed-on: https://code.wireshark.org/review/10319
- Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
-
-commit 78007fa
-Author: Hadriel Kaplan <hadrielk@yahoo.com>
-Date: Sun Aug 30 10:16:16 2015 -0400
-
- Add debug printing to tshark
-
- Add g_warning functions for tshark debug printing, disabled by default.
-
- Change-Id: If1720b790b75bd1228afa62efac49dc04bc8addb
- Reviewed-on: https://code.wireshark.org/review/10314
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit 00087b4
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Sat Aug 29 22:28:01 2015 +0200
-
- Add Lua 5.2.3 built with MSVC2015
-
- Change-Id: I9b173f5136f858e4f95fb5b0688ef02c08a8d9e4
- Reviewed-on: https://code.wireshark.org/review/10313
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 99e16ce
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Sun Aug 30 08:10:04 2015 -0700
-
- [Automatic update for 2015-08-30]
-
- Update manuf, services enterprise-numbers, translations, and other items.
-
- Change-Id: I37400bf1fac15fcd5f2946913b96184b1828f091
- Reviewed-on: https://code.wireshark.org/review/10317
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit faaa6f2
-Author: Pyeole <pyeole@ncsu.edu>
-Date: Sat Aug 29 15:36:41 2015 -0400
-
- BGP: fixed incorrect NLRI decoding
-
- Bug: 11308
- Change-Id: I967b9596edad1e3656e139d0ca3a0e3c389d80ea
- Reviewed-on: https://code.wireshark.org/review/10308
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-
-commit e0a87d8
-Author: Dario Lombardo <lomato@gmail.com>
-Date: Thu Aug 27 18:01:27 2015 +0200
-
- stanag4607: add check for wtap max size.
-
- Bug: 11472
- Change-Id: Ic269046e697ac5e65301caf4ea5586098d030458
- Reviewed-on: https://code.wireshark.org/review/10279
- Reviewed-by: Evan Huus <eapache@gmail.com>
- Petri-Dish: Evan Huus <eapache@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 6c06578
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Sat Aug 29 22:54:54 2015 +0200
-
- CBOR: fix definition of cbor.type.tag64 field
-
- Bug: 11486
- Change-Id: I070c8c397a41c0c8231720c611938d7282c03d19
- Reviewed-on: https://code.wireshark.org/review/10310
- 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>
-
-commit 7791c6f
-Author: Hadriel Kaplan <hadrielk@yahoo.com>
-Date: Sat Aug 29 19:14:13 2015 -0400
-
- pcapng: drop count is unknown for ISB without isb_if_drop option
-
- Bug: 11489
- Change-Id: I38bcc2570c2efc461e4eb0edbff8ac2a7371c725
- Reviewed-on: https://code.wireshark.org/review/10311
- Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit 605f33c
-Author: Hadriel Kaplan <hadrielk@yahoo.com>
-Date: Sat Aug 29 14:16:52 2015 -0400
-
- pcapng: handle NRB with options
-
- If a pcapng Name Resolution Block has options, they should not screw up the
- pcapng reader and cause it to fail to read the file.
-
- Bug: 11485
- Change-Id: Ic27cba937b6d93a3d9ed92522ed6b39ae2daeb8f
- Reviewed-on: https://code.wireshark.org/review/10307
- Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit eacaa1a
-Author: Kevin Bracey <kevin.bracey@arm.com>
-Date: Wed Jul 22 15:36:07 2015 +0300
-
- 6LoWPAN: IPv6 Fragment Headers don't have a Length field
-
- RFC 6282 specifies special handling of the "Length" field in compressed
- IPv6 extension headers. However, the Fragment Header does not have a
- Length field, so this special handling does not apply - the second octet
- should be treated as opaque data, and the header length is always 8
- octets.
-
- Bug: 11368
- Change-Id: I28fcd66d96f58a5959bb669caf4244afaca9e67e
- Reviewed-on: https://code.wireshark.org/review/10231
- 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: Evan Huus <eapache@gmail.com>
-
-commit 8ddd480
-Author: Hadriel Kaplan <hadrielk@yahoo.com>
-Date: Sat Aug 29 10:30:15 2015 -0400
-
- pcapng: do not byte-swap NRB IPv4 address
-
- Per the spec, it's always encoded in network order (4 separate bytes), and
- thus should not be swapped on read.
-
- Bug: 11484
- Change-Id: I6a650896b324f42bfd2e05759c84e87ace733372
- Reviewed-on: https://code.wireshark.org/review/10304
- Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit 9158176
-Author: Hadriel Kaplan <hadrielk@yahoo.com>
-Date: Sat Aug 29 10:00:02 2015 -0400
-
- pcapng: make SPB cap_len the same as packet_len if IDB snaplen is 0
-
- An IDB snaplen of 0 means no limit, so a Simple Packet Block's capture
- length should be the same as its encoded packet length in such a case.
-
- Bug: 11483
- Change-Id: I8856d6c6a669a0048ea64b3adbd23c37a598431d
- Reviewed-on: https://code.wireshark.org/review/10303
- Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit 0badc8c
-Author: Jim Young <jyoung@gsu.edu>
-Date: Fri Jul 10 01:50:19 2015 -0400
-
- Insure Qt Capture preferences dialog displays default capture device (if any)
-
- In CapturePreferencesFrame::updateWidgets() save and restore the default
- capture device name because the first call (and only the first call) in
- the loop with addItem() triggers on_defaultInterfaceComboBox_editTextChanged()
- which unconditionally sets the default name as the first non-hidden device.
-
- Bug: 10965
- Change-Id: Ie93f84010a19e8144efa46ce889fb9064979e0e9
- Reviewed-on: https://code.wireshark.org/review/9584
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit 51e77b6
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Fri Aug 28 15:53:42 2015 +0200
-
- CBOR: fix no previous prototype for proto_reg*_cbor [-Wmissing-prototypes]
-
- Change-Id: I20476046fc2338484ab85757cad7b19f4e41e4be
- Reviewed-on: https://code.wireshark.org/review/10283
- Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 4ebf5b8
-Author: Jeffrey Smith <whydoubt@gmail.com>
-Date: Fri Aug 28 17:28:31 2015 -0500
-
- bootp/dhcp: fix Alcatel suboption detection bug
-
- Change-Id: I4a4222f3f30bf8e996770295756dd206b5ce101b
- Reviewed-on: https://code.wireshark.org/review/10297
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit e80bd2e
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Fri Aug 28 19:45:28 2015 +0200
-
- Added Reload Lua plugins to the release notes.
-
- Change-Id: I2ea50b331322e0bc66bf5f3b48d9c2e78bbdd1e5
- Reviewed-on: https://code.wireshark.org/review/10285
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit e18e400
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Fri Aug 28 15:49:22 2015 -0700
-
- Fix a GHashTable assertion in DecodeAsDialog.
-
- Make sure we don't call g_hash_table_removed from g_hash_table_foreach,
- which generates an assertion error.
-
- Bug: 11426
- Change-Id: I00283c97b0fc63551b901c0fd526b60c0fb80ace
- Reviewed-on: https://code.wireshark.org/review/10296
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 1663224
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Fri Aug 28 16:31:33 2015 -0700
-
- Block sizes are unsigned 32-bit quantities; don't stuff them into an int.
-
- *Especially* don't stuff the amount of remaining data in a block into an
- int that will then be passed to file_skip() as an amount to skip ahead,
- as a Really Large Value will turn into a negative value and produce
- various forms of bizarre and tricky-to-debug behavior.
-
- Change-Id: I4d0a6b36fe50df84925690ad688a3ab0433ceb17
- Reviewed-on: https://code.wireshark.org/review/10299
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 15c9923
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Fri Aug 28 23:30:30 2015 +0200
-
- Qt: Fix use-after-free pattern
-
- Change-Id: I7f6d9316234c1ccfec1ec5b5c3675b3237f22eda
- Reviewed-on: https://code.wireshark.org/review/10294
- Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 579365e
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Fri Aug 28 14:03:34 2015 -0700
-
- Disable most of the main window while we're tapping.
-
- Our event loop is nested when we read packets. Disable the main window's
- central widget while we're retapping packets in order to minimize the
- chance of ending up in an unexpected state while analyzing packets.
-
- Note that we will probably want to disable more of the main window and
- do so in other parts of the code.
-
- Change-Id: I68a00fe43d2ac9e7c0749751abd1c10c47155b3b
- Reviewed-on: https://code.wireshark.org/review/10293
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 4d71ae7
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Fri Aug 28 15:54:53 2015 -0700
-
- Have separate variables for read and write errors.
-
- That way, when we check for read errors, we don't run the risk of
- thinking we have a read error after we get a write error.
-
- Change-Id: Idb79822d30989b2529433878798c577a76eacca7
- Reviewed-on: https://code.wireshark.org/review/10295
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit aa100e0
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Fri Aug 28 12:57:57 2015 -0700
-
- Don't show a progress frame if our file was closed.
-
- Change-Id: Ie363f6764f4e8b2b5c476b85f7ddb0233a127f6e
- Reviewed-on: https://code.wireshark.org/review/10290
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit c1c6132
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Fri Aug 28 12:28:24 2015 -0700
-
- Don't dissect twice from TapParameterDialog.
-
- When the user applies a display filter in TapParameterDialog we're about
- to start tapping. We need to set the display filter in the main window
- but we shouldn't apply it.
-
- Change-Id: I08bed5c7f470f1dbf32817a7d999f09d2c52f168
- Reviewed-on: https://code.wireshark.org/review/10287
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit d767186
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Fri Aug 28 12:49:18 2015 -0700
-
- Get rid of trailing blanks.
-
- Change-Id: I0b705c924464dcc4987ed0e7c67b106b2b648dce
- Reviewed-on: https://code.wireshark.org/review/10289
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit da266af
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Fri Aug 28 12:46:11 2015 -0700
-
- Don't check the radio information when testing for an HT Control header.
-
- I now read 8.2.4.1.10 "Order field" in 802.11-2012 as saying that, in
- management and QoS data frames, the Order bit shouldn't be set for
- non-HT, non-VHT frames, so we can just test it for those frame types
- without bothering to check the radio metadata to see if the frame is an
- HT or VHT frame.
-
- This handles cases where the radio metadata isn't complete, e.g. an HT
- frame with a radiotap header but no MCS field.
-
- Handle this for *all* QoS data frames when capturing.
-
- Get rid of the "fixed-length link-layer header" stuff; it's not being
- used.
-
- Fix a case where we're appending text to a tree item without a space
- separating it from the previous text.
-
- Bug: 11351
- Change-Id: I980f5b7509603b0c22c297fddc19434c08817913
- Reviewed-on: https://code.wireshark.org/review/10288
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 42570f9
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Fri Aug 28 12:05:20 2015 -0700
-
- Clean up scanning to guess the bitrate of an MPEG-2 Transport Stream file.
-
- Don't treat an EOF at the beginning of a frame as an error.
-
- Treat I/O errors as hard errors; treat short reads as an indication that
- the file isn't an MPEG-2 Transport Stream file.
-
- Treat the PCR for a given PID not going forward as an indication that
- the file isn't an MPEG-2 Transport Stream file.
-
- Bug: 11471
- Change-Id: I42b5887049423f8265db9d121d7b5bd388e5b244
- Reviewed-on: https://code.wireshark.org/review/10286
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit c04d54f
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Thu Aug 27 23:35:58 2015 +0200
-
- Preparation Host Flows: make ICMP(v6) code and type retrieval more robust
-
- Do not retrieve type and code base on the info column content.
- Instead store type and code in pinfo structure and retrieve them in sequence analysis tap.
-
- Change-Id: I71cd505d7faf713c2372731495d47b45928a41f8
- Reviewed-on: https://code.wireshark.org/review/10280
- Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
- Reviewed-by: Pascal Artho <pascalartho@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
-
-commit 5179406
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Fri Aug 28 09:50:26 2015 -0700
-
- Update the release notes.
-
- Change-Id: I7fb0d307355320a77f011b59c71d1d54066b7d08
- Reviewed-on: https://code.wireshark.org/review/10284
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit a7f22aa
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Mon Jul 27 17:00:18 2015 +0200
-
- ISAKMP: Add new CHACHA20/POLY1305 Transform Types Values (RFC7634)
-
- From IANA ikev2-parameters (2015-08-24)
-
- Change-Id: I02bfd9a0ffc9f863f4d266fcc56cd707c3e71725
- Reviewed-on: https://code.wireshark.org/review/10282
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit f19a173
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Wed Aug 26 17:14:39 2015 -0700
-
- Speed up column sorting.
-
- The GTK+ UI sequentially dissects and caches column strings for all rows
- before sorting a column. Do the same in the Qt UI, which can improve
- performance considerably.
-
- Don't colorize packets when sorting in the Qt UI unless it's necessary.
-
- When sorting in the Qt UI, let the user cancel the initial packet
- dissection. Note that we'll need to replace std::sort in order to
- cancel out of sorting.
-
- Use a pre-allocated and pre-compiled GRexex when we prime columns. Note
- that we probably shouldn't parse a regular expression there.
-
- Cache the last result of proto_registrar_get_byname.
-
- Note performance hot spots elsewhere in the code.
-
- To do:
-
- GeoIP in packet-ip.c is pretty slow.
-
- Bug: 11467
- Change-Id: Ib34038fee08ef0319261faeffc4eca01e52f4bd3
- Reviewed-on: https://code.wireshark.org/review/10275
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 01fb470
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Wed Aug 26 12:48:56 2015 -0700
-
- More retapping fixups.
-
- Disable the main file close and reload actions while we're retapping,
- otherwise many of our dialogs will crash.
-
- Disable the TapParameterDialog filter entry while we're retapping. This
- keeps us from enabling the "Apply" button when we shouldn't.
-
- Don't prematurely disconnect our signals in WiresharkDialog.
-
- Change-Id: Iaf507eb4503b9c296766f109f2b8c71343263982
- Reviewed-on: https://code.wireshark.org/review/10274
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 30c2f23
-Author: Michael Mann <mmann78@netscape.net>
-Date: Tue Aug 25 20:58:09 2015 -0400
-
- Eliminate proto_tree_add_text from some dissectors.
-
- Change-Id: I066b70cfd58f5fb3ffbcb2e238416747d9e7dd57
- Reviewed-on: https://code.wireshark.org/review/10269
- 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>
-
-commit 2ed634d
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Mon Aug 24 15:00:39 2015 +0200
-
- Support BER files bigger than 256kB
-
- Also support APPLICATION as starting tag.
-
- Change-Id: Id85b08e2594969c98c530532a32268b01d50965e
- Reviewed-on: https://code.wireshark.org/review/10233
- Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit e3a4188
-Author: Didier Arenzana <darenzana@yahoo.fr>
-Date: Sun Aug 23 20:54:38 2015 +0200
-
- RADIUS: Validation of response authenticators
-
- This patch enables validation of response authenticator messages when
- the shared secret is known.
- The validation can be activated in the preferences.
- It implements the validation protocol described in RFC 2865 page 16: Response Authenticator.
- When an authenticator is invalid, the information is added in the header information.
- It adds two flags for the display filter : radius.authenticator.valid and
- radius.authenticator.invalid: since verification is not always possible we use
- two flags to determine if the verification has been made or not, in the same way as
- udp and tcp checksum validation is implemented.
- The Authenticator field becomes a tree, and the value of the flags are visible in
- this tree.
-
- Change-Id: I33a664f2265c6248e106cee7904c754089d50445
- Reviewed-on: https://code.wireshark.org/review/10216
- Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-
-commit 6151946
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Tue Aug 25 14:51:50 2015 +0200
-
- Qt: Fixed some memory leakages
-
- Change-Id: I5bccf706001f9ff41197ed13b1be5a7404ca594f
- Reviewed-on: https://code.wireshark.org/review/10251
- Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit efba977
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Tue Aug 25 15:18:51 2015 +0200
-
- Qt: Fixed some memory leakages
-
- Change-Id: Ie8c9b7f8c9203acb5aec00d5553b911e0299f53c
- Reviewed-on: https://code.wireshark.org/review/10253
- Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 8384a5b
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Tue Aug 25 20:18:46 2015 +0200
-
- Qt: Fixed some memory leakages
-
- And changed strdup -> g_strdup
-
- Change-Id: I62de106462259194738d633f16297eb1210f8ccf
- Reviewed-on: https://code.wireshark.org/review/10259
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 2e1fa63
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Wed Aug 26 10:32:52 2015 +0200
-
- Lemon grammar: fix indent (use tabs)
-
- Change-Id: I6fa38d5d85b25ac6c55fcfa67d6c8dba8482cc8c
- Reviewed-on: https://code.wireshark.org/review/10266
- Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 0af048b
-Author: Michael Mann <mmann78@netscape.net>
-Date: Tue Aug 25 19:14:59 2015 -0400
-
- Remove calls of tvb_ensure_length_remaining.
-
- The remaining calls seem to fall into 3 categories:
- 1. passing it to tvb_find_line_end when -1 (for length) will do.
- 2. duplicating the checking of tvb_reported_length_remaining, which is already in use near the tvb_ensure_length_remaining call.
- 3. Those that (probably) need tvb_ensure_capture_length_remaining
-
- Change-Id: I1e77695251e055644bcbbb89f3c181c65d1671ca
- Reviewed-on: https://code.wireshark.org/review/10268
- 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 374439d
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Wed Aug 26 11:24:29 2015 -0700
-
- Don't emit app signals from dialogs.
-
- Emitting PacketDissectionChanged from a dialog on can render the main
- window unusable on OS X. A workaround for this was added to the
- preferences dialog in g8fc2327. Generalize the workaround and use it
- elsewhere.
-
- Fix the "Enabled Protocols" action name while we're here.
-
- Bug: 11361
- Bug: 11448
- Change-Id: I89e98daaaedc877d3b13b0d33b6f3be033e323d7
- Reviewed-on: https://code.wireshark.org/review/10271
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 8ad5611
-Author: Martin Kaiser <wireshark@kaiser.cx>
-Date: Wed Aug 26 22:52:06 2015 +0200
-
- sv: remove some unnecessary checks
-
- http://personal.strath.ac.uk/robert.c.atkinson/papers/sgms2011.pdf
- implies that appid, length and the two reserved fields are mandatory
- just try to dissect them, don't check if there's enough bytes remaining
-
- correct a typo while at it
-
- Change-Id: I09a315fc2c70161af527dca5661f877e09b63ff6
- Reviewed-on: https://code.wireshark.org/review/10273
- Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
-
-commit 7b35992
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Mon Aug 24 22:12:17 2015 +0200
-
- Reload IO Graph Y fields when reload Lua plugins
-
- Change-Id: Ic3b9096c3c25839dd7d7bfe7af71eeb5b0bd745d
- Reviewed-on: https://code.wireshark.org/review/10239
- Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit bc4487a
-Author: Jeffrey Smith <whydoubt@gmail.com>
-Date: Tue Aug 25 18:40:45 2015 -0500
-
- bootp/dhcp: tighten check for Alcatel extensions
-
- The check for Alcatel extensions in bootp/dhcp packets is very weak,
- resulting in some false positives. Then when trying to parse the
- suboptions, the result is an error on the packet.
-
- This change eliminates some false positives by adding a test that the
- vendor-specific option contents match the encapsulated format described
- in section 8.4 of RFC2132.
-
- Change-Id: Ie4188ff900426c2d80a5694fbba5c88385625a61
- Reviewed-on: https://code.wireshark.org/review/10267
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-
-commit e1c807c
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Wed Aug 26 08:41:50 2015 -0700
-
- Add missing callback support.
-
- Change-Id: I90838ccb701c93b11b216d0eb9973cbac8627129
- Reviewed-on: https://code.wireshark.org/review/10270
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-
-commit e234ce8
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Mon Aug 24 12:30:56 2015 -0700
-
- Rework tapping in Qt dialogs.
-
- Add cf_cb_file_retap_started and cf_cb_file_retap_finished to file.[ch].
- Add their associated signals to CaptureFile.
-
- Add registerTapListener and removeTapListeners to WiresharkDialog, which
- collect and automatically remove tap listeners. Add beginRetapPackets
- and endRetapPackets, which can be used to wrap critical sections so that
- we don't delete ourselves while tapping. Don't cancel tapping on close
- in WiresharkDialog.
-
- Use beginRetapPackets and endRetapPackets in WiresharkDialog and
- FollowStreamDialog. We will likely need to add them elsewhere.
-
- Update comments.
-
- Change-Id: I1788a6ade0817c31aa3419216df96be5e36b2178
- Reviewed-on: https://code.wireshark.org/review/10261
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit f7e9a79
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Mon Aug 24 12:33:49 2015 -0700
-
- Add per-dialog progress frames.
-
- Add ProgressFame::addToButtonBox, which violates the UX guidelines on
- every platform we support by inserting a ProgressFrame into a
- QDialogButtonBox.
-
- Call addToButtonBox in the constructors of a bunch of dialogs.
-
- Change-Id: I33ac5fd7a976ee6e0527de569a5c4b528980dae1
- Reviewed-on: https://code.wireshark.org/review/10242
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 8b4ff24
-Author: tkc <chaitanya.mgit@gmail.com>
-Date: Tue Aug 25 16:58:43 2015 +0530
-
- ieee80211: Qos Control bit4 handling: Make the default case as EOSP, to handle TDLS Packets.
-
- When parsing TDLS direct link packets the ToDS: 0 and FromDS:0
- so the wireshark treats the 4th bit in QoS Control as "bit4", but it
- should be treated as EOSP.
-
- So changed the default case to EOSP and only when TODS is set
- treat it as "bit4".
-
- Change-Id: Ie2a73320dc9921aed4547e32836e6cd7d89ef109
- Reviewed-on: https://code.wireshark.org/review/10250
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-
-commit 57b2b77
-Author: Joerg Mayer <jmayer@loplof.de>
-Date: Wed Aug 26 08:50:09 2015 +0400
-
- cmake: rework version.h handling to treat it like config.h
-
- It wasn't working on my system: I kept seeing the old git revision
- in '...shark -v' even after deleting version.h
-
- Change-Id: I75f41a7afcee4b9384f33a56014e4af6b527fec5
- Reviewed-on: https://code.wireshark.org/review/10265
- Petri-Dish: Jörg Mayer <jmayer@loplof.de>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Jörg Mayer <jmayer@loplof.de>
-
-commit c18d2f8
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Tue Aug 25 15:16:29 2015 +0200
-
- Qt SCTP: Changed prohibited APIs
-
- strcpy -> g_strlcpy
- sprintf ->g_snprintf
-
- Also initialize some temp variables.
-
- Change-Id: I4d2fa1b0325c6e59aa13ebeb0d9c25d5ff7c4d9c
- Reviewed-on: https://code.wireshark.org/review/10252
- 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 bd21889
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Tue Aug 25 19:36:28 2015 +0200
-
- Camel: fix indent (use 2 spaces)
-
- Change-Id: I0e8047fca7f24e60e4db8ad77254bcff5f8d6651
- Reviewed-on: https://code.wireshark.org/review/10257
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 6b41d2c
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Sat Aug 22 18:31:41 2015 +0100
-
- Do not treat all unknown IP protocols as unknown IPv6 extension headers
-
- Change-Id: I229260ce668b60a9756cd3f2e343c278ae27c211
- Bug: 9996
- Reviewed-on: https://code.wireshark.org/review/10196
- Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-
-commit 5e45269
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Tue Aug 25 16:56:37 2015 -0700
-
- Explain why the MSDU length field in an A-MSDU is big-endian.
-
- Change-Id: I4a1cfd09395860348d71e9f4c86b6343cfdcd02a
- Reviewed-on: https://code.wireshark.org/review/10262
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 4fe661d
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Tue Aug 25 15:40:00 2015 -0700
-
- Get subset TVBs correctly.
-
- If you know the actual data length, use tvb_new_subset_length(); it will
- use that as the *reported* length, which is how it *should* be used, and
- will calculate the *captured* length for you as appropriate.
-
- Change-Id: I86dde999f59fdfec58b118729b7b881737983033
- Reviewed-on: https://code.wireshark.org/review/10260
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 0e952e6
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Tue Aug 25 19:55:56 2015 +0200
-
- SIGCOMP: fix sigcomp.copying_bytes_literally field
-
- Change-Id: Ib1baa3437579a413899aaba5dd8d31982cda1b0d
- Reviewed-on: https://code.wireshark.org/review/10258
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
-
-commit 8e55f68
-Author: Joerg Mayer <jmayer@loplof.de>
-Date: Mon Aug 24 04:34:06 2015 +0400
-
- Remove gitversion.h
-
- Change-Id: Id3144ecaf9289dbe53cd2f5d3e3de57e8de955f6
- Reviewed-on: https://code.wireshark.org/review/10256
- Reviewed-by: Jörg Mayer <jmayer@loplof.de>
-
-commit 0c291f9
-Author: Michael Mann <mmann78@netscape.net>
-Date: Mon Aug 24 22:30:46 2015 -0400
-
- Eliminate proto_tree_add_text from packet-sigcomp.c
-
- Some other cleanup noted by the check* scripts.
-
- Change-Id: I14d7bfa81c689fff00fc82e966d50d4ae9f0988d
- Reviewed-on: https://code.wireshark.org/review/10254
- 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>
-
-commit 571f254
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Sun Aug 23 03:46:36 2015 +0100
-
- Replace "IPv6 header length" with the more correct "payload length"
-
- Change-Id: I3e667ba2e3ac49ce99e7a2035d9ff604fd7cbcca
- Reviewed-on: https://code.wireshark.org/review/10205
- 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: Anders Broman <a.broman58@gmail.com>
-
-commit cc15b11
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Mon Aug 24 10:29:18 2015 +0200
-
- Multicast Stream: Fix Dereference of null pointer found by Clang analyzer
-
- Change-Id: I419f49132f8b0853c17b2fd1b4e9869ef3fafd13
- Reviewed-on: https://code.wireshark.org/review/10224
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 31bf40e
-Author: AndersBroman <anders.broman@ericsson.com>
-Date: Tue Aug 25 12:45:01 2015 +0200
-
- [Camel] The tags used in EstablishTemporaryConnectionArg differs in V2 and
- V3 versions of Camel.
- Add ASN1 code for EstablishTemporaryConnectionArgV2
-
- Bug: 11466
-
- Change-Id: I0dbb9c83e520c269dd567f3c3bc34c99c9aa5e15
- Reviewed-on: https://code.wireshark.org/review/10249
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 2af5783
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Sun Aug 23 21:34:21 2015 +0100
-
- Add more validity checks to the IPv6 dissector
-
- Check for IP version and header size
-
- Change-Id: I69102dda4e0e91ac1617d9a48fe9b0bab26aa9fe
- Reviewed-on: https://code.wireshark.org/review/10218
- 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: Anders Broman <a.broman58@gmail.com>
-
-commit d5049ea
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Sat Aug 22 20:08:31 2015 +0200
-
- win32: add detection of Npcap to Windows installer
-
- If Npcap is installed without WinPcap API-compatible mode, propose to install WinPcap
- If Npcap is installed with WinPcap API-compatible mode, do not allow to install Winpcap without manually uninstalling Npcap first
-
- Change-Id: I606f8b11c950fd54cf7fdda7f4a1886cc2580d31
- Reviewed-on: https://code.wireshark.org/review/10197
- 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: Yang Luo <hsluoyz@sohu.com>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit e710f24
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Mon Aug 24 11:21:29 2015 +0200
-
- win32: update the list of NdisMedium and NdisPhysicalMedium defines used by GTK UI
-
- Use hardcoded values instead of enum values so as to avoid any dependency on newest Microsoft SDK.
- Add WinPcap specific NdisMediumXXX values.
- Also rename "Medium in use" to "Media in use" to better match the OID query name.
-
- Change-Id: I7ccc2763364b65df77927cbf1c265195fc295642
- Reviewed-on: https://code.wireshark.org/review/10225
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
- Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
- Reviewed-by: Yang Luo <hsluoyz@sohu.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit edeaae0
-Author: Richard Sharpe <rsharpe@samba.org>
-Date: Mon Aug 24 07:39:44 2015 -0700
-
- Remove the search back up the proto tree for the capture frequency that was
- being used to determine if we are dissecting 802.11ad in several places.
-
- Since we now have a macro for testing that and the frequency is in the phdr
- we really should use that. This also prevents problems during display filter
- execution with respect to fields that are only present for 802.11ad.
-
- Change-Id: Id04a31c15b04378b6b0f056baa1f37d94a65b71c
- Signed-off-by: Richard Sharpe <realrichardsharpe@gmail.com>
- Reviewed-on: https://code.wireshark.org/review/10234
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 4ba5225
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Mon Aug 24 18:46:56 2015 -0700
-
- Point to GitHub for the pcapng specification.
-
- Change-Id: I33faa41e8b0f36ee49d29fe391feafd94d0a7e80
- Reviewed-on: https://code.wireshark.org/review/10245
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 662f4b2
-Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
-Date: Mon Aug 24 20:26:30 2015 -0400
-
- Use one variable that was set but not previously used and delete another.
-
- Change-Id: I6bd7a16e3ea97659a0007edfd9f90dbd2060e443
- Reviewed-on: https://code.wireshark.org/review/10244
- Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
-
-commit b16cca4
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Mon Aug 24 15:13:59 2015 -0700
-
- Some beamforming stuff from 802.11ac.
-
- Extracted from Joerg Mayer's Ixia-derived patch to 1.12 in bug 11464.
- Most of the changes there are already in the trunk.
-
- Change-Id: I90ba04e145ffb2b164810320e3510a5bed847ed4
- Ping-Bug: 11464
- Reviewed-on: https://code.wireshark.org/review/10243
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 1874793
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Mon Aug 24 22:59:21 2015 +0200
-
- Remove unused signal
-
- Change-Id: Ic2d4057ee95849bc1b026663dae1430432ad9707
- Reviewed-on: https://code.wireshark.org/review/10241
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 99dab82
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Mon Aug 24 22:19:01 2015 +0200
-
- Use signal to close packet dialogs
-
- Change-Id: I312f8de8de933e576b60d2b158e4c4f2d1147ef1
- Reviewed-on: https://code.wireshark.org/review/10238
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit fbadcdd
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Mon Aug 24 10:56:04 2015 -0700
-
- Add notes about using CMake + Qt Creator.
-
- Change-Id: Ib10cc0a407721d62b39628af858f14e749c94d22
- Reviewed-on: https://code.wireshark.org/review/10237
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 75d9167
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Mon Aug 24 10:21:55 2015 +0200
-
- Multicast Statistics (Qt Dialog): Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
-
- Change-Id: Ie2802293576bf9edb28bccf7d464b5e687185096
- Reviewed-on: https://code.wireshark.org/review/10223
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 7f60878
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Mon Aug 24 09:01:09 2015 -0700
-
- Add FOP 2.0 to the search list.
-
- Change-Id: Ifc462a69e28b875f05770c453b06689c69008c52
- Reviewed-on: https://code.wireshark.org/review/10235
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit d7e3076
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Mon Aug 24 12:16:06 2015 +0100
-
- IPv6 RPL: "cmprI" should be "cumprE"
-
- Bug: 10560
- Change-Id: I7cf9fb8ad39d128ed375abb8703937be8e3795b3
- Reviewed-on: https://code.wireshark.org/review/10228
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-
-commit bc0d8d1
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Sat Aug 22 19:20:25 2015 +0100
-
- Remove space from field description for consistency
-
- Change-Id: I74b0be1724d0754b7d1b724e177d44c4894d0e6b
- Reviewed-on: https://code.wireshark.org/review/10198
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit a5b5c5a
-Author: Martin Kaiser <wireshark@kaiser.cx>
-Date: Sun Aug 23 18:44:31 2015 +0200
-
- fc: don't THROW() an exception from a dissector
-
- bring up an expert info and exit
-
- Change-Id: Icbbafb8b7187a66d3ddc9a674502ad728b7c4ffc
- Reviewed-on: https://code.wireshark.org/review/10222
- Petri-Dish: Anders Broman <a.broman58@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 517f4d4
-Author: Martin Kaiser <wireshark@kaiser.cx>
-Date: Thu Aug 20 23:06:44 2015 +0200
-
- cigi: don't THROW() an exception from a dissector
-
- stop the dissection instead and bring up an expert info in the main function
-
- Change-Id: I391bf821422ef8e6ae01849c88096e90e4295920
- Reviewed-on: https://code.wireshark.org/review/10221
- Petri-Dish: Anders Broman <a.broman58@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 7c0b8bd
-Author: AndersBroman <anders.broman@ericsson.com>
-Date: Mon Aug 24 12:41:04 2015 +0200
-
- [Q.2931] Don't use BASE_EXT_STRING for a value_string, fixes the test
- suite
-
- ** (process:10080): WARNING **: Invalid value_string_ext ptr for: q2931.atm_identifier
-
- Change-Id: Id4ec745629af7774e480e91fba01ed8da5aac1bd
- Reviewed-on: https://code.wireshark.org/review/10227
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 079dd03
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Mon Aug 24 11:52:29 2015 +0200
-
- Fixed typo in hfinfo_remove_from_gpa_name_map
-
- Change-Id: Ic80fbe9397e50c41fa01ef9147319dd2ac0c0b91
- Reviewed-on: https://code.wireshark.org/review/10226
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit a2d8514
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Sun Aug 23 19:02:23 2015 +0200
-
- ip: fix ip.hdr_len filter value when the header length is too small
-
- Change-Id: Ia510d0f4e496ef0577856bf633d6ca19f0b3e1cb
- Reviewed-on: https://code.wireshark.org/review/10210
- 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>
-
-commit bd553f6
-Author: Michael Mann <mmann78@netscape.net>
-Date: Sat Aug 22 22:14:30 2015 -0400
-
- Eliminate proto_tree_add_text from packet-q931.c and packet-q2931.c
-
- Change-Id: I681b05755429fd7420c423ff88e5a4d3dc95db64
- Reviewed-on: https://code.wireshark.org/review/10219
- Reviewed-by: Michael Mann <mmann78@netscape.net>
- Petri-Dish: Michael Mann <mmann78@netscape.net>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 7176958
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Sat Aug 22 22:59:42 2015 +0200
-
- Close packet dialogs when reload Lua plugins.
-
- We could keep the dialogs with the current content if postponing
- proto_free_deregistered_fields() until all dialogs are closed.
- This would give a feature where the user is able to compare packets
- before and after a reload.
-
- Or we could add functions in PacketDialog to reload the packet details
- in all open dialogs. This would give a feature to always have a
- updated dialog for all interesting packets.
-
- Change-Id: I805352b65844eafafafc54cd61f08b4605416e64
- Reviewed-on: https://code.wireshark.org/review/10201
- Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 25ec198
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Thu Aug 20 21:39:12 2015 +0200
-
- Disable streamNumberSpinBox while reloading capture
-
- When changing stream in TCPStreamDialog it should not be possible
- to change stream again until the capture has reloaded, because
- this will give a crash when doing graph_segment_list_free() or
- graph_segment_list_get() while already doing this.
-
- Also disable mouseMove event (showing packet details) while reloading,
- as this also will give a crash.
-
- We should consider also having a reload progress bar in the
- TCPStreamDialog to indicate that this is happening when having
- large capture files, as the main window may not be visible.
-
- Change-Id: I622f9e0de8205bc1fd18101dc03100079d7a2d06
- Reviewed-on: https://code.wireshark.org/review/10159
- Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 47c9aa4
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Fri Aug 21 09:33:17 2015 +0100
-
- Check if IPv6 payload length exceeds framing byte length
-
- Bug: 11418
- Change-Id: Icbb980fda4f7addf52db59bc4f2aa27fc8f85837
- Reviewed-on: https://code.wireshark.org/review/10176
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
-
-commit c6aeaad
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Thu Aug 20 22:50:58 2015 +0200
-
- Disable apply button while adding the filter
-
- Pressing multiple apply while reloading the capture file will
- give a crash.
-
- Change-Id: I3587b9ab6b6b7f1437f3a7becb8c35277bb5c62c
- Reviewed-on: https://code.wireshark.org/review/10161
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 216f06b
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Sun Aug 23 20:11:06 2015 +0200
-
- Lua: Support deregister ProtoField with existing abbrev
-
- Change-Id: Icb06792bb2662dcee6e5495359ceef420a5b4498
- Reviewed-on: https://code.wireshark.org/review/10212
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 984f87a
-Author: Michael Mann <mmann78@netscape.net>
-Date: Thu Aug 20 06:16:22 2015 -0400
-
- Eliminate proto_tree_add_text from some dissectors
-
- Change-Id: Id710ab10093227b27ef5f18b0d2960e31d0b95a9
- Reviewed-on: https://code.wireshark.org/review/10200
- 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>
-
-commit 296b9cf
-Author: Richard Sharpe <rsharpe@samba.org>
-Date: Sat Aug 22 09:51:25 2015 -0700
-
- Add some symbols to wtap.h so that we can correctly support 802.11ad.
- Currently there are a lot of local hacks in the 802.11ad support and
- better support can be provided.
-
- Also add a structure to track 802.11ad (DMG) specific features in the phdr
- structure as suggested by Guy Harris.
-
- Also, respond to some suggestions by Guy Harris.
-
- Change-Id: I8459e3986a134a08ee2e31f0158b8aa5c9b91d86
- Signed-off-by: Richard Sharpe <realrichardsharpe@gmail.com>
- Reviewed-on: https://code.wireshark.org/review/10204
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 5ed7a40
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Sun Aug 23 16:13:20 2015 -0700
-
- Don't assume we have interface information.
-
- Not all capture file formats provide interface information. Check
- whether we have it, and don't fail if we don't have any.
-
- (Note that the current version of the pcapng specification in the Git
- repository does not require that there be at least one IDB in a file,
- only that there must be an IDB for each interface to which other blocks
- in a file refers.)
-
- Change-Id: Ia796f639ed3a8cb21e1dbe9b2bc6b4b66c7be479
- Reviewed-on: https://code.wireshark.org/review/10220
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit ce38df5
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Sun Aug 23 21:02:24 2015 +0200
-
- CBOR: get rid of INFINITY and NAN defines
-
- This triggers an "overflow in constant arithmetic" warning with MSVC2013
-
- Change-Id: Ie3b076019c4722857c8e57f8568a0cb124fd13ad
- Reviewed-on: https://code.wireshark.org/review/10217
- 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>
-
-commit 4f68c52
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Sun Aug 23 11:38:13 2015 -0700
-
- See if this makes MSVC happy.
-
- It's complaining about an "overflow in constant arithmetic". Neither
- INFINITY nor NAN are specified by C90; C99 specifies that they are both
- floats. Until recently, Microsoft had no interest in C99; if the
- version we're using supports C99's INFINITY and NAN, it should be OK to
- assign them to a variable (no "arithmetic" involved), so I'm guessing
- that the "arithmetic" in question is the use of conditional operators ?
- and :, so I'm writing it as an if statement instead.
-
- Change-Id: I532b9b5943be32e0897e4f03ac4e625ac41ee63b
- Reviewed-on: https://code.wireshark.org/review/10215
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 6b9a628
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Sun Aug 23 20:36:33 2015 +0200
-
- Lua: remove unneeded todo comments
-
- Change-Id: I2591a0f21092a251e6fc4393e97ae0594318dfdf
- Reviewed-on: https://code.wireshark.org/review/10214
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit fd68385
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Sun Aug 23 11:20:39 2015 -0700
-
- Use G_GINT64_MODIFIER, not l, in format strings for 64-bit integers.
-
- 64-bit integers are *not* guaranteed to be longs and, in fact, are *not*
- longs on ILP32 platforms such as 32-bit UN*Xes and 32-bit Windows and on
- LLP64 platforms such as 64-bit Windows.
-
- Change-Id: I6408778f638bb6cea52ffb64be39ea26c9b2ee64
- Reviewed-on: https://code.wireshark.org/review/10213
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit a451c60
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Sun Aug 23 11:12:43 2015 -0700
-
- Rename variable to avoid collisions with math.h's exp().
-
- Spell out "mantissa" while we're at it.
-
- Change-Id: I47ddb9882f45ef58a6f7101818683e68bc54983b
- Reviewed-on: https://code.wireshark.org/review/10211
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 0b03543
-Author: Hauke Mehrtens <hauke@hauke-m.de>
-Date: Mon Jul 20 23:36:03 2015 +0200
-
- CBOR: add Concise Binary Object Representation (RFC 7049) dissector
-
- This adds a dissector Concise Binary Object Representation (CBOR) (RFC 7049).
- CBOR is a binary data format designed for implementations with small
- code size as used in the IoT. It uses a structure similar to JSON, but
- encodes the data in binary format. This is used on top of CoAP for
- example.
-
- Change-Id: I9d7b7d4f7609c899bfc68250cdfebd5dc64e0402
- Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
- Reviewed-on: https://code.wireshark.org/review/9848
- 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: Pascal Quantin <pascal.quantin@gmail.com>
-
-commit 3ce60ed
-Author: Peter Wu <peter@lekensteyn.nl>
-Date: Fri Jul 17 16:31:32 2015 +0200
-
- dtls: do not try to add a zero-length fragment
-
- fragment_add does not like adding zero-length fragments, it causes a
- zero-length memcpy to NULL.
-
- According to RFC 6347, fragment_offset=0 and fragment_length=length is
- an unfragmented message, so fragment>0 and fragment_length=length=0 is a
- fragmented message.
-
- An empty fragment does not extend a previous message, so ignore it.
- Such fragments are produced by at least GnuTLS 3.3.7[1], so raise a
- warning instead of an error.
-
- Caught by ubsan:
-
- epan/tvbuff.c:783:10: runtime error: null pointer passed as argument 1, which is declared to never be null
-
- #0 0x7f5319f6ed64 in tvb_memcpy epan/tvbuff.c:783
- ...
- #13 0x7f5319f27e2b in fragment_add epan/reassemble.c:1394
- #14 0x7f531a5c70a4 in dissect_dtls_handshake epan/dissectors/packet-dtls.c:1257
-
- [1]: http://comments.gmane.org/gmane.network.gnutls.general/3582
-
- Change-Id: I70bf16d2fb64793d0deaabe612147e238b743b2e
- Ping-Bug: 11358
- Reviewed-on: https://code.wireshark.org/review/9689
- Petri-Dish: Peter Wu <peter@lekensteyn.nl>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Peter Wu <peter@lekensteyn.nl>
-
-commit 3703b4e
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Sat Aug 22 19:56:34 2015 +0100
-
- Fix ip_try_dissect() boolean return
-
- If dissector_try_heuristic() succeeds return TRUE and vice-versa.
-
- Change-Id: I3fb2595604f2f3981468473d0a966efe7387745e
- Reviewed-on: https://code.wireshark.org/review/10199
- 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: Pascal Quantin <pascal.quantin@gmail.com>
-
-commit cc7afd2
-Author: Robert Grange <robionekenobi@bluewin.ch>
-Date: Thu Aug 13 15:35:01 2015 +0200
-
- packet-mq: Add new Const/Def for WMQ800 FP3
-
- Add new Const/Def for WMQ800 FP3
- Improve Detection of EBCDIC String in MQCONN_REPLY
- Add Value in comments
-
- Change-Id: I695a3afa64fee7f22918f68540901c97dfd38464
- Reviewed-on: https://code.wireshark.org/review/10012
- Reviewed-by: Robert Grange <robionekenobi@bluewin.ch>
- 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: Pascal Quantin <pascal.quantin@gmail.com>
-
-commit 89ff46e
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Sun Aug 23 08:06:46 2015 -0700
-
- [Automatic update for 2015-08-23]
-
- Update manuf, services enterprise-numbers, translations, and other items.
-
- Change-Id: I3726aa80e1e4d23301500fca326ae2b952bf38f6
- Reviewed-on: https://code.wireshark.org/review/10208
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit f95d459
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Sat Aug 22 11:27:00 2015 +0200
-
- OSPF: Fix indent (use 4 spaces)
-
- Change-Id: I4bd3c4a983b12e8fa053c2362f80dd723b9de572
- Reviewed-on: https://code.wireshark.org/review/10191
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit 2336743
-Author: Joerg Mayer <jmayer@loplof.de>
-Date: Sun Aug 23 17:02:47 2015 +0400
-
- Remove some svn $Author$ lines that escaped previous cleanups.
- git does keep of this in a much better way anyway.
-
- Change-Id: I9923516105e63e72878e0ed34c74eed44453ab01
- Reviewed-on: https://code.wireshark.org/review/10207
- Reviewed-by: Jörg Mayer <jmayer@loplof.de>
-
-commit ebca184
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Sat Aug 22 15:33:15 2015 -0700
-
- Call the MCS field by its correct name.
-
- Yes, it *should* have been called "HT", but hindsight is always 20-20.
-
- If you want less confusingly named information, look at what the "802.11
- radio information" dissector puts into the protocol tree; the radiotap
- dissection is for people debugging radiotap implementations or looking
- for vendor-specific information that's not (yet) put into the generic
- 802.11 radio information.
-
- Change-Id: If6e97f82595a6f11a45e34d5a52e70e9ca686d7c
- Reviewed-on: https://code.wireshark.org/review/10202
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 15ed335
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Tue Aug 18 07:01:35 2015 +0100
-
- [CLI, GTK] comparestat: Fix typos, output format, argument parsing
-
- Optional filter argument wasn't correctly parsed.
-
- Change-Id: Ic0418fa866e1a00880b4e41bb28267a155a71aa5
- Reviewed-on: https://code.wireshark.org/review/10088
- Petri-Dish: Michael Mann <mmann78@netscape.net>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit 9c331f7
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Tue Aug 18 08:11:34 2015 +0100
-
- [GTK] Fix crash in comparestat.c
-
- Selecting a row in the statistics table causes a Glib assertion failure.
-
- GLib:ERROR:ghash.c:373:g_hash_table_lookup_node: assertion failed: (hash_table->ref_count > 0)
-
- When the comparestat_draw() function is called, the cs->ip_id_set hash table
- is created and then immediately destroyed, but the hash table lookup
- to cs->ip_id_set in new_tree_view_selection_changed() can happen anytime
- the user clicks on a table row.
-
- Bug: 11098
- Change-Id: I6c7a39c947ca11327c3fc3ab0d4caa735798d142
- Reviewed-on: https://code.wireshark.org/review/10096
- Petri-Dish: Michael Mann <mmann78@netscape.net>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit 0d61321
-Author: Michael Mann <mmann78@netscape.net>
-Date: Fri Aug 14 21:13:51 2015 -0400
-
- Correct logic for finding shadow variables.
-
- Change-Id: Ide03c3b92f70d5dad8d0dceca179ea6f3b9e1fd6
- Reviewed-on: https://code.wireshark.org/review/10037
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit 5a7f574
-Author: Joerg Mayer <jmayer@loplof.de>
-Date: Sat Aug 22 16:11:35 2015 +0400
-
- Fix two bugs
- 1) Introduced by me in commit c4fe7129d802752aa4cc89a66d2d5d5f2698e020
- where I didn't honor the "print lsa header only" flag properly for
- data highlighting
- 2) Introduced in 2001 with commit dd1b7eafafb5748757a0396f4cc6ad6e65f37483
- which moved offset increasing into an "if (tree)" statement with code
- after the if statement continuing to work with offset.
- Also make display of v2 and v3 LSAs the same again (forgot one case in
- previous commit.
-
- bug:11461
- Change-Id: I1986c19842f1fa9c8a6d0a7c9a79c64939eeb9d0
- Reviewed-on: https://code.wireshark.org/review/10192
- Reviewed-by: Jörg Mayer <jmayer@loplof.de>
-
-commit b0a8fa5
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Fri Aug 21 12:43:55 2015 +0200
-
- Initialize extcap for pipes
-
- Change-Id: Ia731f281ee9af171c759d7f6f7c614c350cbb4e7
- Reviewed-on: https://code.wireshark.org/review/10178
- 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: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 532070b
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Sun Aug 16 18:41:53 2015 +0100
-
- Add support for IPv6 stats tree statistics
-
- Also add support for alphabetizing stat tree items as the addition of IPv6 stats tree makes it more obvious its needed.
-
- Change-Id: I8b319ceac805ce7e3a1fd59f92c1c6fe2a54d3de
- Reviewed-on: https://code.wireshark.org/review/10062
- 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>
-
-commit 953cdd4
-Author: Joerg Mayer <jmayer@loplof.de>
-Date: Sat Aug 22 08:33:27 2015 +0400
-
- Print two reserved elements as reserved instead of skipping them
-
- Change-Id: Ic91e07df4881dfff0f0dd1c4809903cbdee8ef60
- Reviewed-on: https://code.wireshark.org/review/10190
- Reviewed-by: Jörg Mayer <jmayer@loplof.de>
-
-commit c4fe712
-Author: Joerg Mayer <jmayer@loplof.de>
-Date: Sat Aug 22 08:11:45 2015 +0400
-
- Small cleanups and improvements
- Show the LSA type and length in the summary line
- Improve a message to make it clear when we are talking about a LLS TLV
- Add an expert item for LLS bit set but data block missing
- PI_MALFORMED is an error not a warning.
-
- Change-Id: I516c2a2f0c27fcf101671527d4e4f018e17d3025
- Reviewed-on: https://code.wireshark.org/review/10189
- Reviewed-by: Jörg Mayer <jmayer@loplof.de>
-
-commit ee80be6
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Fri Aug 21 17:12:39 2015 -0700
-
- Add the display filter macros dialog.
-
- Add some missing functionality to UatDialog.
-
- Remove what appears to be unused dfilter macro code.
-
- Change-Id: I8a8d6358523f24d5ddfe953d7741fe9af25d98eb
- Reviewed-on: https://code.wireshark.org/review/10187
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 97014f6
-Author: Joerg Mayer <jmayer@loplof.de>
-Date: Sat Aug 22 05:43:46 2015 +0400
-
- OSPF database packets and OSPF hellos in DC mode are unicast. At
- least Cisco sends out these packets with a TTL of 1.
-
- Change-Id: I9ef0cd486d200a768329cfb758b87e20e3456663
- Reviewed-on: https://code.wireshark.org/review/10188
- Reviewed-by: Jörg Mayer <jmayer@loplof.de>
-
-commit 74177d9
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Fri Aug 21 15:02:20 2015 -0700
-
- Statistics dialog fixups.
-
- Fix the "retap on show" behavior in TapParameterDialog. It was filling
- in the tree when it shouldn't have.
-
- Set the capture stop flag when WiresharkDialog closes.
-
- Change-Id: I5e85f11cab32e8b958deabb58186a855b5fcaa84
- Reviewed-on: https://code.wireshark.org/review/10186
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit a66a95c
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Fri Aug 21 08:46:43 2015 -0700
-
- Add packet comments to the properties dialog.
-
- This pulls in missing functionality from the comment summary dialog.
-
- Change-Id: Ib417896a6e8f2b2f903520b26193c249677bbb83
- Reviewed-on: https://code.wireshark.org/review/10185
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 95c8b01
-Author: Bill Parker <wp02855@gmail.com>
-Date: Fri Aug 21 15:24:41 2015 +0200
-
- [echld common] Call to fcntl() missing a test for a return value < 0,
- indicating failure.
-
- Bug: 11056
-
- Change-Id: I87aef31d874224f38226df1725cc29d13ad16b54
- Reviewed-on: https://code.wireshark.org/review/10182
- Petri-Dish: Anders Broman <a.broman58@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit d32c3da
-Author: Hadriel Kaplan <hadrielk@yahoo.com>
-Date: Fri Aug 21 11:59:34 2015 -0400
-
- Lua: check sscanf return value
-
- Wslua's Int64.fromhex() and UInt64.fromhex() need to check the sscanf return
- value. Found by coverity (CID 1191368 &1191369).
-
- Change-Id: I67fba027e18341d429787515f94c794573dc41c2
- Reviewed-on: https://code.wireshark.org/review/10183
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-
-commit dd2a2d4
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Fri Aug 21 09:45:48 2015 -0700
-
- Multicast and wireless lan statistics fixups.
-
- Make sure "-z multicast,stat[,filter]" and "-z wlan,stat[,filter]" work.
-
- Add some missing "-z" items to the man page.
-
- Try to fix some MSVC++ warnings.
-
- Change-Id: Ie18e5355d595e351f000f14d82781dcdf33141c3
- Reviewed-on: https://code.wireshark.org/review/10184
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 69ec4a5
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Fri Aug 21 08:45:49 2015 +0100
-
- Add "ip.version" field to bogus IP for filter matching
-
- Change-Id: Ibb05b8742e41c1b16c1335ad97af99324ab95223
- Reviewed-on: https://code.wireshark.org/review/10175
- 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: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit f8712ae
-Author: Bill Parker <wp02855@gmail.com>
-Date: Fri Aug 21 15:13:16 2015 +0200
-
- [Kerberos] Call to 'fseek()' without a check for a return value < 0,
- indicating failure.
-
- Bug: 11056
-
- Change-Id: Iaa6b7ca07626b78c77e3c1507726ec579764a582
- Reviewed-on: https://code.wireshark.org/review/10181
- Petri-Dish: Anders Broman <a.broman58@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 856bab6
-Author: Luke Mewburn <luke@mewburn.net>
-Date: Wed Aug 19 10:42:59 2015 +1000
-
- LWM: fix compilation without libgcrypt
-
- Add HAVE_LIBGCRYPT compilation guards.
- Move gcrypt-related variables into the scope they're used.
-
- Change-Id: I81a2c8a54514fb51de53640fa8eceeddb2bf24d9
- Reviewed-on: https://code.wireshark.org/review/10118
- 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>
-
-commit b5ca69b
-Author: Dave Rigby <daver@couchbase.com>
-Date: Thu Aug 20 16:05:57 2015 +0100
-
- Couchbase: dissect sub-document commands
-
- Add support for dissecting Couchbase sub-document commands (those
- which operate on a subset of a whole document).
-
- Example pcap file:
- https://wiki.wireshark.org/SampleCaptures?action=AttachFile&do=get&target=couchbase_subdoc_multi.pcap
-
- Change-Id: I5394a6f86c036ebd339574bac4e52f7d0821e4bf
- Reviewed-on: https://code.wireshark.org/review/10151
- 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>
-
-commit d097968
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Fri Aug 21 03:10:10 2015 +0100
-
- Make IPv6 extension header protocol names uniform and consistent with RFC 2460
-
- Example from RFC 2460 (page 7):
-
- IPv6 header
- Hop-by-Hop Options header
- Destination Options header (note 1)
- Routing header
- Fragment header
- Authentication header (note 2)
- Encapsulating Security Payload header (note 2)
- Destination Options header (note 3)
-
- Change-Id: I03c1ebedf581f71047b303856052609574110c61
- Reviewed-on: https://code.wireshark.org/review/10173
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit 30ce20d
-Author: AndersBroman <anders.broman@ericsson.com>
-Date: Fri Aug 21 13:54:53 2015 +0200
-
- [Expert] Enhance error output to identify the duplicated field.
-
- Change-Id: Ie38f51e2fa0f846dbcfd7a19f29eac1bd07cffbc
- Reviewed-on: https://code.wireshark.org/review/10179
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit f73e1c2
-Author: Peter Lemenkov <lemenkov@gmail.com>
-Date: Thu Aug 13 18:13:45 2015 +0300
-
- Allow redefining all ports for RADIUS
-
- RADIUS configuration sometimes uses more ports - for example, one for
- authentication, another one for accounting. Sometimes it uses the entire
- port ranges. In case of FreeRADIUS 2.x.x server it might look like this:
-
- ...
- listen {
- type = auth
- ipaddr = *
- port = 13812
- }
- listen {
- type = acct
- ipaddr = *
- port = 13813
- }
- ...
-
- Unfortunately we allow only one port to be redefined, not more. So it
- forces a person who's analyzing a traffic from such a RADIUS server
- manually select "Decode as" every time for each port.
-
- It was requested at least once to lift this limitation:
-
- * https://ask.wireshark.org/questions/2189/decode-multiple-ports-as-radius
-
- So let's fix it!
-
- With this commit it's possible to set a port ranges for RADIUS dissector
- to handle. An example (default) configuration looks like (see
- ~/.wireshark/preferences):
-
- radius.ports: 1645,1646,1700,1812,1813,3799
-
- Old "alternate_port" preference is marked as obsolete. It won't be shown
- to a user but it will still be used if exists (remained from a previous
- installations).
-
- *Ver. 2*:
- Old alternate_port value is copied to the ports range, thus making
- transition even more smooth.
-
- Change-Id: Ibdd6f4f9fa1e0ac186147cec380bbfc62d509b17
- Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
- Reviewed-on: https://code.wireshark.org/review/10015
- Petri-Dish: Anders Broman <a.broman58@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 7d59925
-Author: Timo Warns <timow+github@DiningPhilosopher.DE>
-Date: Fri Jul 31 22:30:16 2015 +0200
-
- SSL: refine KEX handling and fix _anon KEX dissecting
-
- Dissecting client and server KEX messages requires to precisely distinguish KEX
- algos. For example, Server KEX for DH_anon do not contain a signature, while
- DHE_DSS and DHE_RSA do. The patch introduces KEX distinction with full
- precision and fixes dissecting _anon KEX messages.
-
- Change-Id: I0bcd5e2bf899ba9cac79476d5b7a1ffb3accf0db
- Reviewed-on: https://code.wireshark.org/review/9836
- Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 8d5ac86
-Author: AndersBroman <anders.broman@ericsson.com>
-Date: Fri Aug 21 10:43:27 2015 +0200
-
- Try to fix: wlan_statistics_dialog.cpp:466:1: error: unused parameter ‘filter’ [-Werror=unused-parameter]
-
- Change-Id: Ib9b2fe245b126f9413dbdcced94c61eacf4d1c5d
- Reviewed-on: https://code.wireshark.org/review/10177
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit eeafab5
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Thu Aug 20 15:06:41 2015 +0200
-
- file-pcapng: always set pinfo->fd->num before calling next layer dissectors/file-pcapng
-
- Also fix an off by 1 error for EPB case
-
- Change-Id: I895d82a58ec02c577dcaa67a97d456b42460b947
- Reviewed-on: https://code.wireshark.org/review/10149
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
-
-commit 5e3388f
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Thu Aug 20 19:39:26 2015 +0200
-
- GSM_map: Fix indent (use 2 spaces) and add modelines
-
- Change-Id: I1549eb55e1fa87c46e2493c37f3ed352970b794b
- Reviewed-on: https://code.wireshark.org/review/10168
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 8055786
-Author: Paul Emge <paul.emge@digidescorp.com>
-Date: Thu Aug 6 11:00:22 2015 -0500
-
- Fix bug with MVRP dissection where only one message was dissected.
-
- Fix whitespace and replace tvb_captured_length with tvb_reported_length
-
- Change-Id: I3952e7a1ac00b68e6f6eb1283977bc6299b0baaf
- Reviewed-on: https://code.wireshark.org/review/9900
- 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>
-
-commit a5fe54d
-Author: Pascal Artho <pascalartho@gmail.com>
-Date: Tue Aug 18 08:44:37 2015 +0200
-
- Preparation Host Flows: Syntax Line Edit (allow longer filter text)
-
- The "Syntax Line Edit" is based on "QLineEdit". By default, the maximum
- permitted length of a QLineEdit text is 32767 (16 bits).
-
- As the "Host Flows" extension uses the Wireshark filter syntax to filter
- the data, the filter can be become large. To avoid errors, I increased
- the maximum permitted length value to the maximum of quint32.
-
- Change-Id: I756efa76e1fc84449caef8fea368e6e38e776235
- Reviewed-on: https://code.wireshark.org/review/10099
- Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 0310e5a
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Thu Aug 20 23:03:01 2015 +0200
-
- gsm map summary (GTK): fix no previous prototype for ‘gsm_map_stat_gtk_sum_cb’ [-Wmissing-prototypes]
-
- Change-Id: Ic97434112bc71202354004626ba51e1a22c39abf
- Reviewed-on: https://code.wireshark.org/review/10165
- Reviewed-by: Michael Mann <mmann78@netscape.net>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit aec8e93
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Thu Aug 20 22:08:18 2015 +0200
-
- SPDY: fix no previous prototype for 'dissect_spdy_heur' [-Wmissing-prototypes]
-
- Change-Id: Ife5f44a333227b1df3d2377d12dbec65a4b4d5c3
- Reviewed-on: https://code.wireshark.org/review/10164
- Reviewed-by: Michael Mann <mmann78@netscape.net>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 8f0fc4b
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Thu Aug 20 19:34:47 2015 +0200
-
- GSM/ANSI/CAMEL...: fix no previous prototype for '*_stat_init' [-Wmissing-prototypes]
-
- Change-Id: I0aedefbb77899ebceac7fb08249faf47964d785b
- Reviewed-on: https://code.wireshark.org/review/10163
- Reviewed-by: Michael Mann <mmann78@netscape.net>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit fab0e59
-Author: Hadriel Kaplan <hadrielk@yahoo.com>
-Date: Thu Aug 20 14:38:35 2015 -0400
-
- Fix memory leaks of dumper SHB and IDB infos
-
- Change-Id: I6b81d3e853d503c6a81f9793957b48ab34c6808c
- Reviewed-on: https://code.wireshark.org/review/10156
- Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit b4762a0
-Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
-Date: Wed Aug 12 13:57:20 2015 -0400
-
- Generate Diameter's expert info's even when there's no tree so that they show
- up in the Expert Infos dialog.
-
- Push the if(tree) check down into the basic type dissectors since we can't
- generate/fill the label (which won't be used anyway) when we're not building
- the tree (since the proto_item will be faked/NULL).
-
- Change-Id: Ie4f1f6856cfad0dabc7c58cdee2c16c8fc032c6d
- Reviewed-on: https://code.wireshark.org/review/10001
- 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>
-
-commit dc4e960
-Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
-Date: Thu Aug 20 11:00:17 2015 -0400
-
- Add some Gx AVPs from 3GPP 29.212.
-
- Change-Id: Iaf2cc67d4d235193b25045895441742bc6531370
- Reviewed-on: https://code.wireshark.org/review/10150
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 71e08dd
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Tue Aug 18 13:34:30 2015 +0200
-
- lemonflex: fix warning: no previous prototype for 'df_scanner_*' [-Wmissing-prototypes]
-
- lemonflex-tail.inc:44:1: warning: no previous prototype for 'df_scanner_text' [-Wmissing-prototypes]
- lemonflex-tail.inc:50:1: warning: no previous prototype for 'df_scanner_file' [-Wmissing-prototypes]
- lemonflex-tail.inc:59:1: warning: no previous prototype for 'df_scanner_cleanup' [-Wmissing-prototypes]
-
- Change-Id: If0476b430592df225234c5c685c8009ab08b5ab6
- Reviewed-on: https://code.wireshark.org/review/10162
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit a70f591
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Thu Aug 20 23:16:04 2015 +0200
-
- proto_dlg: fix no previous prototype for ‘heur_*_all_cb’ [-Wmissing-prototypes]
-
- Change-Id: I330ec2cee965f8cc3128c4a7bf794e52581ac290
- Reviewed-on: https://code.wireshark.org/review/10166
- 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>
-
-commit d9395b7
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Fri Aug 21 03:54:36 2015 +0100
-
- Rename 'ip_next_header_dissector_table' to 'ipv6_next_header_dissector_table' in IPv6 dissector
-
- Provides better readability, the dissector table is only used for IPv6
- extension headers.
-
- Change-Id: I87d877a89c6465d4475f2f0a40636ccd1b6cdd92
- Reviewed-on: https://code.wireshark.org/review/10174
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit 56d131c
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Thu Aug 20 17:06:04 2015 -0700
-
- There is no wlan_statistics_dialog.ui.
-
- Change-Id: Ibedb3904cbab88ebae3bc9ec1588263af933dfc1
- Reviewed-on: https://code.wireshark.org/review/10172
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 2ed3d91
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Tue Aug 18 11:46:12 2015 -0700
-
- Add the WLAN statistics dialog.
-
- Instead of splitting the stats into two lists as with the GTK+ UI, add
- everything to an expandable tree. This allows viewing nodes on more than
- one network.
-
- Rename the top-level Bluetooth menu item to Wireless and put the WLAN
- stats dialog there.
-
- The Qt UI matches SSIDs (WlanNetworkTreeWidgetItem::isMatch) a bit
- differently than the GTK+ UI. Try to make the logic as plain as possible
- since we'll likely have to update it in the future.
-
- The addition of a custom BSSID address types means that we can't assume
- that everything is AT_ETHER. Add routines for checking for broadcast
- BSSIDs and comparing only the data portions of addresses.
-
- Move PercentBarDelegate into its own module. Use it in
- WlanStatisticsDialog.
-
- Change-Id: Ie4214eb00671a890871380c4a07213ebfb7585c6
- Reviewed-on: https://code.wireshark.org/review/10171
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 0f9bbbc
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Thu Aug 20 22:56:56 2015 +0200
-
- BOOTP: fix indent (use tab)
-
- Change-Id: I32ea4d1b9cd8aa351cbdb2bab0642e4ed0c191fb
- Reviewed-on: https://code.wireshark.org/review/10169
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit b07ae6c
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Thu Aug 20 22:02:50 2015 +0200
-
- ANSI: Add modelines
-
- Change-Id: I641a9525ec5a6315cc4a2d97506a885605b3504b
- Reviewed-on: https://code.wireshark.org/review/10170
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit 4dd49c5
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Thu Aug 20 21:38:19 2015 +0200
-
- Camel: Fix indent (use 2 spaces) and add modelines
-
- Change-Id: I6fe835e78e58faabd5cfeeb84e39793b48d3df25
- Reviewed-on: https://code.wireshark.org/review/10167
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit 648fe94
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Thu Aug 20 07:48:58 2015 +0200
-
- Translations: fix typo
-
- coversation => conversation
-
- Found by s3erios (Ukrainian translator)
-
- Change-Id: Iaecb4e139d049c212956fa8567ee480d2f2aa0d2
- Reviewed-on: https://code.wireshark.org/review/10152
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit c4b93e9
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Thu Aug 20 11:54:04 2015 -0700
-
- CMake: Fixup appending to WS_WIN_LIBS
-
- In the world of CMake calling "set" with multiple values creates a
- semicolon-separated list. For WS_WIN_LIBS we want a single string so we
- need to call "set" with a single, quoted value.
-
- Change-Id: I96c5085af58adfb97ce16195eb27cc8ddb612d6a
- Reviewed-on: https://code.wireshark.org/review/10158
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
- Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit e67098c
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Thu Aug 20 11:39:02 2015 -0700
-
- Squelch recent display filter warnings.
-
- Try to keep the main display filter editor from emitting warnings when
- we populate the recent item list.
-
- Change-Id: Ib0c150093e03d4d2ca2ac6cd72c0e37d041fe98b
- Ping-Bug: 11438
- Reviewed-on: https://code.wireshark.org/review/10157
- Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 36a74cb
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Thu Aug 20 08:56:04 2015 -0700
-
- Tap parameter and stats dialog fixups.
-
- If we run into an error when trying to register a tap listener, return
- instead of tapping packets. This should fix some (but likely not all)
- double frees found by Stig. For now close each statistics dialog if we
- find an error. Note that we might want to keep them open instead.
-
- Add checks and cleanups to some of the stats table free routines.
-
- Call fillTree once in TapParameterDialog's constructor instead of each
- time it's shown. Make fillTree a slot which lets us use a delay timer so
- that the dialog is visible when we retap packets.
-
- Change-Id: Id49f2f2a99bc8e5b1d32990024986b3c8b1abe24
- Reviewed-on: https://code.wireshark.org/review/10153
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 37a737f
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Thu Aug 20 10:05:39 2015 -0700
-
- Make sure we can apply deprecated display filters.
-
- Deprecated filters are still valid. Update display filter checks to make
- sure we can apply them.
-
- Bug: 11438
- Change-Id: Ib5e009c070b40912434e0ffd771203ed1e1ba093
- Reviewed-on: https://code.wireshark.org/review/10154
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 829c648
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Mon Aug 17 01:38:00 2015 +0100
-
- Check for IP version errors in dissect_ip()
-
- Change-Id: I7db4ed54be820e5667e1e93880013cc7abf95256
- Reviewed-on: https://code.wireshark.org/review/10064
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
-
-commit ba69473
-Author: Hadriel Kaplan <hadrielk@yahoo.com>
-Date: Thu Aug 20 08:48:46 2015 -0400
-
- Link setargv.obj for Windows in CMake so mergecap works
-
- Try it again.
-
- Change-Id: I511dd3d7d70fa33e246085c8cb79925e92945ebc
- Reviewed-on: https://code.wireshark.org/review/10148
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit 7249791
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Thu Aug 20 13:00:24 2015 +0200
-
- pcapng: Fixed copying if_filter_bpf_bytes
-
- Bug: 11455
- Change-Id: Ic99ff1bcd7dad65b3ade5a9f46ce0f64573cb059
- Reviewed-on: https://code.wireshark.org/review/10147
- Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
- Reviewed-by: Evan Huus <eapache@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Dario Lombardo <lomato@gmail.com>
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit 8a71867
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Wed Aug 19 21:47:50 2015 +0100
-
- UDP jumbogram expert info fix
-
- Change-Id: Ifa6170622bc8331097bc3fe9c567c97ce826c340
- Reviewed-on: https://code.wireshark.org/review/10140
- Petri-Dish: Michael Mann <mmann78@netscape.net>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit bc8b94d
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Wed Aug 19 21:57:25 2015 +0200
-
- file-pcapng: differentiate captured length and reported length when calling next dissector and catch bound errors
-
- Otherwise dissection will fail when analyzing a capture with a snap length set
-
- Change-Id: If6714364efffdd1fbf88c947743929a71f75c663
- Reviewed-on: https://code.wireshark.org/review/10135
- 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>
-
-commit ff78d0a
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Wed Aug 19 21:54:47 2015 +0200
-
- file-pcap: differentiate captured length and reported length when calling next dissector and catch bound errors
-
- Otherwise dissection will fail when analyzing a capture with a snap length set
-
- Change-Id: I764f48c624d0cc411b04ee62f8ecccaf6abb6f0c
- Reviewed-on: https://code.wireshark.org/review/10134
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit 2046368
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Wed Aug 19 21:48:46 2015 +0200
-
- file-pcapng: fix dissection of options in blocks
-
- - fix the loop logic
- - flags in EPB include link-layer-dependent errors
-
- Change-Id: Iae0b4869b556abbf3c14f3b865d0f23cee182c84
- Reviewed-on: https://code.wireshark.org/review/10132
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
-
-commit bc777f9
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Thu Aug 20 10:29:03 2015 +0200
-
- Added a missing break
-
- Change-Id: Ia04a112d8df195e271dc11565750a6e28bd7f0c9
- Reviewed-on: https://code.wireshark.org/review/10146
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 950f1dd
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Wed Aug 19 15:38:10 2015 +0200
-
- IO Graphs: Don't show unchecked graphs in legend
-
- Change-Id: I0a9c4d967ee03a0a8dfc93f87dbe38e4e3a0404c
- Reviewed-on: https://code.wireshark.org/review/10128
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 75f4ff7
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Thu Aug 20 10:09:13 2015 +0200
-
- Make empty filter valid in checkFilter
-
- Change-Id: Ia5293a228a7044a4cd01b3b2f62f1d7a8f7747e2
- Reviewed-on: https://code.wireshark.org/review/10145
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 29cd036
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Thu Aug 20 10:06:48 2015 +0200
-
- Clear display filter when filterPackets with empty filter
-
- Change-Id: Ie3f763d53f5c250bbc58e32490eb83bb2e076a62
- Reviewed-on: https://code.wireshark.org/review/10144
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 3b5a1f2
-Author: Hadriel Kaplan <hadrielk@yahoo.com>
-Date: Wed Aug 19 23:29:13 2015 -0400
-
- Link setargv.obj for Windows in CMake so mergecap works
-
- Mergecap needs setargv.obj in order to get wildcard support. This is linked
- in nmake but not cmake.
-
- Bug: 10354
- Change-Id: Icccf6b36495ac4b376f651d689b4a1f9e2c6042d
- Reviewed-on: https://code.wireshark.org/review/10143
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit 6fb6ede
-Author: Hadriel Kaplan <hadrielk@yahoo.com>
-Date: Wed Aug 19 21:38:13 2015 -0400
-
- Get the windows buildbot working for mergecap test suite
-
- Change-Id: Ic9351b9bb8df85086eee3ab21908a2f9a04db767
- Reviewed-on: https://code.wireshark.org/review/10141
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit ddaa311
-Author: Hadriel Kaplan <hadrielk@yahoo.com>
-Date: Wed Aug 19 18:30:29 2015 -0400
-
- Remove unused struct member from wtap
-
- The 'number_of_interfaces' member of struct wtap is not used - nor is it
- needed since the interface_data is a GArray with its own 'len' member.
-
- Change-Id: Id0fb25248dea4bea9fc88a8ea35c09ba55029d89
- Reviewed-on: https://code.wireshark.org/review/10138
- Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit b3daf70
-Author: Hadriel Kaplan <hadrielk@yahoo.com>
-Date: Wed Aug 19 18:42:59 2015 -0400
-
- Pcap: wtap does not set interface timestamp precision when reading pcap
-
- Like bug 11447, when wiretap reads a legacy PCAP file it needs to
- set the interface description's tsprecision member. And like bug
- 11447, I'm wondering why we have the field to begin with. But I'm
- fixing this so that the Windows buildbots can get going again.
-
- Change-Id: I71d0fe2e999ee7d11f1f5cc424681a99e17b1b1b
- Reviewed-on: https://code.wireshark.org/review/10139
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit fc0a2f5
-Author: Hadriel Kaplan <hadrielk@yahoo.com>
-Date: Wed Aug 19 17:59:27 2015 -0400
-
- Add more debug infor for windows buildbot test suite failure
-
- Down the rabbit hole we go...
-
- Change-Id: I8371b95b85128209b56960eb6e54648a6babbb84
- Reviewed-on: https://code.wireshark.org/review/10137
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit 8a86222
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Wed Aug 19 18:34:20 2015 +0200
-
- PNRP: capitalize protocol name
-
- Change-Id: I1cf5d22e12241ef330319ef8fdf176becdefe300
- Reviewed-on: https://code.wireshark.org/review/10131
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
-
-commit d9dd323
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Wed Aug 19 21:52:30 2015 +0200
-
- file-pcapng: remove useless hf_pcapng_timestamp_data entry
-
- Change-Id: I82b2d4e4b0be8179103b827e0d11a0d8b10e1374
- Reviewed-on: https://code.wireshark.org/review/10133
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 0bdf518
-Author: Hadriel Kaplan <hadrielk@yahoo.com>
-Date: Wed Aug 19 16:25:54 2015 -0400
-
- Try to debug merge test suite failure on windows buildbot
-
- This change will be undone once the problem is found.
-
- Change-Id: Ica9cfe31b4e30fad2bb9de508af61baa1c455cc1
- Reviewed-on: https://code.wireshark.org/review/10136
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit 2c260fa
-Author: Balint Reczey <balint@balintreczey.hu>
-Date: Sat Aug 15 21:12:17 2015 +0200
-
- Use system's GeoIP database by default on Debian
-
- Change-Id: I58c1cbb242c20737dd16a0477858b0225c0b5d14
- Reviewed-on: https://code.wireshark.org/review/10051
- Petri-Dish: Balint Reczey <balint@balintreczey.hu>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Balint Reczey <balint@balintreczey.hu>
-
-commit bb96725
-Author: Balint Reczey <balint@balintreczey.hu>
-Date: Sat Aug 15 21:10:20 2015 +0200
-
- Use system's OpenLayers.js on Debian
-
- Change-Id: Id790ee61d3443e2f96a83260514fa3a6d31d09da
- Reviewed-on: https://code.wireshark.org/review/10050
- Reviewed-by: Balint Reczey <balint@balintreczey.hu>
-
-commit 9380d06
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Wed Aug 19 18:13:36 2015 +0200
-
- ixiatrailer: remove execute bit
-
- Change-Id: I6cd8f98518b21e935b329f5470b706ec059c91eb
- Reviewed-on: https://code.wireshark.org/review/10129
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
-
-commit 89a8ad6
-Author: Pascal Artho <pascalartho@gmail.com>
-Date: Tue Aug 18 08:44:04 2015 +0200
-
- Preparation Host Flows: Tap Sequence Analysis
-
- The tap_sequence_analysis was adapted to store the protocol of each
- frame. Therefore a new variable was introduced. In case of an ICMP or
- ICMPv6 packet, the ICMP message type and code is retrieved. The adapted
- ICMP and ICMPv6 dissector stores both values in packet info (see [1]).
-
- In case of ICMP and ICMPv6 packets, the source and destination port is
- not set or 0, respectively. Compared to that, the NetFlow service export
- protocol [2] codes the ICMP message type and code into the port numbers.
- The source port is zero while the destination is defined as: destination
- port = ICMP type * 256 + ICMP code. This definition was implemented for
- the ICMP and ICMPv6 packets.
-
- References
- [1] https://code.wireshark.org/review/10097
- [2] http://www.ietf.org/rfc/rfc3954.txt
-
- Change-Id: I07518e360975682a3f45e80cb24f82f58cfb15f0
- Reviewed-on: https://code.wireshark.org/review/10098
- Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit d05b6f9
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Wed Aug 19 11:52:51 2015 +0200
-
- Bluetooth: ATT: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
-
- Found also by Coverity (CID 1316607)
-
- Change-Id: Ib6a4437fd24b51a8aa87d4bcdb5ee2a1dc43dae3
- Reviewed-on: https://code.wireshark.org/review/10124
- Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
-
-commit 03b78a0
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Wed Aug 19 11:58:44 2015 +0200
-
- Bluetooth: ATT: Fix code will never be executed [-Wunreachable-code]
-
- Change-Id: I5048da723ddecde931956ed1af77438f823c1990
- Reviewed-on: https://code.wireshark.org/review/10125
- Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
-
-commit d470ff1
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Wed Aug 19 12:33:06 2015 +0200
-
- btsnoop: Missing break in switch (CID 1316606)
-
- Change-Id: I105da06b7161a5b5f0cc2b4ce5303c4d5c989280
- Reviewed-on: https://code.wireshark.org/review/10126
- Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
-
-commit fa40025
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Wed Aug 19 09:00:54 2015 +0200
-
- Recompile dfilter for all tap listeners when fields changed
-
- When fields have changed the compiled display filter may be invalid
- or need a recompile to be valid.
-
- Filters which are not valid after a recompile is set to a filter
- matching no packets (frame.number == 0) to indicate that this does
- no longer match anything. We should probably have a better filter
- matching no packet for this purpose.
-
- Change-Id: Id27efa9f46e77e20df50d7366f26d5cada186f93
- Reviewed-on: https://code.wireshark.org/review/10123
- Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit b755a66
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Wed Aug 19 05:28:17 2015 +0100
-
- Use MAC address documentation range in filter examples
-
- https://www.iana.org/assignments/ethernet-numbers/ethernet-numbers.xhtml
-
- Change-Id: I997440b7622dae4ea25d94e4041971f89b63fd04
- Reviewed-on: https://code.wireshark.org/review/10121
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-
-commit e328fa5
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Wed Aug 19 07:11:23 2015 +0100
-
- IPv6: Minor variable name fix
-
- Change-Id: Iaef41fa2a212577f1fbdf7705eca65a928faa8c3
- Reviewed-on: https://code.wireshark.org/review/10122
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-
-commit 9976f52
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Mon Aug 17 13:30:01 2015 +0200
-
- .mailmap: sort using sort -u
-
- Change-Id: I276331070c654e6c57bccb2c26cd0430ac656b26
- Reviewed-on: https://code.wireshark.org/review/10069
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit dcaa64a
-Author: Hadriel Kaplan <hadrielk@yahoo.com>
-Date: Mon Aug 17 19:22:42 2015 -0400
-
- Mergecap: add test suite for various merging scenarios
-
- Add a test suite for mergecap (and indirectly capinfos I guess).
- This is not exhaustive, but it's a start.
-
- Change-Id: I9442b4c32e31a74b1673961ad6ab50821441de3e
- Reviewed-on: https://code.wireshark.org/review/10082
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit d64ad1d
-Author: Hadriel Kaplan <hadrielk@yahoo.com>
-Date: Sun Aug 16 12:37:11 2015 -0400
-
- capinfos: add more info about file and interfaces
-
- Add more information about the capture file, and about the interface
- descriptions in it. Also remove long-unused g_options code.
-
- Change-Id: I93cbd70fc7b09ec1b8b2fd6c85bb885c7f749543
- Reviewed-on: https://code.wireshark.org/review/10073
- Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 3268023
-Author: Andrew Chernyh <andrew.chernyh@gmail.com>
-Date: Mon Jul 6 10:29:48 2015 +0600
-
- Added TDMoP protocol dissector
-
- Bug: 11340
- Change-Id: I04408db376718c7a5392f9521d7d75d0481ec30e
- Reviewed-on: https://code.wireshark.org/review/9514
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit d5caba6
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Mon Aug 17 20:07:58 2015 +0100
-
- [IPv6] Make "ip.version" field pretty(er)
-
- Change-Id: I1e32f666118e36f48edcc1678d75db3ca3f62776
- Reviewed-on: https://code.wireshark.org/review/10075
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit a22bb87
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Mon Aug 17 13:27:53 2015 +0200
-
- Update .mailmap
-
- Change-Id: Ib61ed614c3cfb6885d81a61d82b0974beba786f5
- Reviewed-on: https://code.wireshark.org/review/10068
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit c32c1f0
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Tue Aug 18 18:51:32 2015 +0100
-
- IPv6 Jumbogram expert info cleanup
-
- Change-Id: Ic06e50a30330758d6ed0b1b1d9ba0d7f74929a9a
- Reviewed-on: https://code.wireshark.org/review/10111
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit 8352ff1
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Sun Aug 16 21:02:35 2015 +0100
-
- Add IPv6 examples to capture/display filters
-
- Also use TEST-NET-1 for IPv4 examples.
-
- Replaced note using comma with parentheses
-
- Change-Id: I9855207aec7a335b80986aa63bd235edc4278d3a
- Reviewed-on: https://code.wireshark.org/review/10061
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit fc1b48f
-Author: Luke Mewburn <luke@mewburn.net>
-Date: Wed Aug 19 10:47:57 2015 +1000
-
- DVBCI: fix typo in comment
-
- Change-Id: I0f6e57b7f16526e7c1b96fb8bd69c003c89b7f42
- Reviewed-on: https://code.wireshark.org/review/10119
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit 0e8cc9a
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Wed Aug 12 14:09:35 2015 -0700
-
- UDP multicast stream dialog.
-
- Add the UDP multicast stream dialog. Abuse TapParameterDialog a bit more
- so that we can edit parameters.
-
- Remove some unused struct members and an unused function.
-
- Change-Id: I962c70344e792f0959527e4bcba8a20bd7e8acf9
- Reviewed-on: https://code.wireshark.org/review/10084
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 9a3d4e6
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Tue Aug 18 10:36:04 2015 -0700
-
- Move an include guard.
-
- Move an include guard to match our conventions (and make it easier
- to spot).
-
- Change-Id: I4bad61a0194219f69217713d051e0ff53ff5a76a
- Reviewed-on: https://code.wireshark.org/review/10110
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 2eaaffe
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Tue Aug 18 21:56:52 2015 +0200
-
- simple_statistics_dialog(.h): fix parameter 'st_table' not found in the function declaration [-Wdocumentation]
-
- Change-Id: I69814a05fa6ad65315e36fa75ae60634e934be5c
- Reviewed-on: https://code.wireshark.org/review/10117
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 6ed3e08
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Tue Aug 18 21:10:13 2015 +0200
-
- pcapng(file): fix duplicate break
-
- Change-Id: Ife7170c050402ab94d368acc6c233714be764824
- Reviewed-on: https://code.wireshark.org/review/10114
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 857b144
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Tue Aug 18 21:15:27 2015 +0200
-
- Qt: Syntax check display filter when fields changed
-
- Change-Id: I7179d7918e7958373806fb9627a36554ab4b9ddc
- Reviewed-on: https://code.wireshark.org/review/10115
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 4abec47
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Tue Aug 18 12:14:07 2015 -0700
-
- Clean up handling of time stamps.
-
- Use common code for all time stamps, so it's handled the same for the
- Packet Block, Enhanced Packet Block, and Interface Statistics Block.
-
- Show the high and low parts of the time stamp as fields; file dissectors
- should show the raw file details. Mark the calculated time stamp as
- generated, as it's not the raw file data.
-
- Get the 64-bit time stamp by shifting the high part left 32 bits and
- ORing in the low part; no need to play games with unions and byte order
-
- Change-Id: I19b2c3227a3ca1e93ec653f279136aa18687581f
- Reviewed-on: https://code.wireshark.org/review/10116
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit ea7cf08
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Tue Aug 18 11:51:36 2015 -0700
-
- Cast away 64 -> 32 narrowing complaints.
-
- "secs" in an nstime_t is a time_t; cast the calculated seconds portion
- to time_t.
-
- Change-Id: Ieaad4c18bb21384a5781f50eadd3a537b414a369
- Reviewed-on: https://code.wireshark.org/review/10113
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 7a096c3
-Author: Dario Lombardo <lomato@gmail.com>
-Date: Tue Aug 18 15:58:34 2015 +0200
-
- Init values set (found by American Fuzzy Lop).
-
- Change-Id: Iddd2b4a0ceb409db1afb1a412339134634de631c
- Reviewed-on: https://code.wireshark.org/review/10104
- Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-
-commit f49eb37
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Tue Aug 18 10:32:16 2015 -0700
-
- Update comment.
-
- Change-Id: I51e14a280ba898a321455168ac8ded1853f55e64
- Reviewed-on: https://code.wireshark.org/review/10109
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 97f3c1b
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Tue Aug 18 19:18:07 2015 +0200
-
- Qt: Reload widgets using prefs when reloading Lua plugins
-
- Widgets using prefs must be closed because the prefs may have
- been free'd when reloading Lua plugins.
-
- Change-Id: I4b79b7aff18d7923c77a9eb05acadc29b156edbf
- Reviewed-on: https://code.wireshark.org/review/10108
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 8fcdcb9
-Author: Hadriel Kaplan <hadrielk@yahoo.com>
-Date: Sun Aug 16 12:37:11 2015 -0400
-
- Improve file merging for mergecap and wireshark
-
- Refactor the file merging code by removing the duplicate logic from mergecap.c
- and file.c's cf_merge_files(), into a new merge_files() function in merge.c.
- Also the following user-visible changes:
-
- * Removed the '-T' encap type option from mergecap, as it's illogical for
- mergecap and would complicate common merge code.
-
- * Input files with IDBs of different name, speed, tsprecision, etc., will produce
- an output PCAPNG file with separate IDBs, even if their encap types are the same.
-
- * Added a '-I' IDB merge mode option for mergecap, to control how IDBs are merged.
-
- * Changed Wireshark's drag-and-drop merging to use PCAPNG instead of PCAP.
-
- Bug: 8795
- Bug: 7381
- Change-Id: Icc30d217e093d6f40114422204afd2e332834f71
- Reviewed-on: https://code.wireshark.org/review/10058
- Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit a3c175a
-Author: AndersBroman <anders.broman@ericsson.com>
-Date: Tue Aug 18 16:47:08 2015 +0200
-
- Add casts to passify buildboot.
-
- Change-Id: I8aa4695f1f8dfdfc5bfcd4fb4f36e1b332581d5a
- Reviewed-on: https://code.wireshark.org/review/10106
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit db87e62
-Author: Dario Lombardo <lomato@gmail.com>
-Date: Tue Aug 18 16:29:19 2015 +0200
-
- pcap: add init value.
-
- Found compiling with gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04).
-
- Change-Id: I21bd3a5ab3365f0065c919aba7d6bd00b878d041
- Reviewed-on: https://code.wireshark.org/review/10105
- Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com>
- Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
-
-commit da6f48d
-Author: Michal Labedzki <michal.labedzki@tieto.com>
-Date: Tue Aug 18 15:34:53 2015 +0200
-
- Fix typo in makefile
-
- Typo:
- file.pcapng.c -> file-pcapng.c
-
- Change-Id: I72c40fd086f1b68b69e950c065877b2733279a04
- Reviewed-on: https://code.wireshark.org/review/10102
- Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com>
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-
-commit 22364bd
-Author: Michal Labedzki <michal.labedzki@tieto.com>
-Date: Sat Feb 15 19:05:44 2014 +0100
-
- File-format: BTSNOOP: Add option to dissect next layers
-
- Show next layers of each packet.
-
- Change-Id: I8c56eab969fef9a0a712b479dc2cdef6cc1578ae
- Reviewed-on: https://code.wireshark.org/review/221
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit dd57c6b
-Author: Michal Labedzki <michal.labedzki@tieto.com>
-Date: Fri Jun 26 15:40:22 2015 +0200
-
- File-format: Add PCAP and PCAPNG dissectors
-
- They have educational values and can be used to debugging some issues.
- Now Wireshark can open three files (BTSNOOP, PCAP, PCAPNG)
- in two modes: Capture (Traditional) and File-Format.
-
- Change-Id: I833b2464d11864f170923dc989a1925d3d217943
- Reviewed-on: https://code.wireshark.org/review/10089
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit c05df99
-Author: Michael Mann <mmann78@netscape.net>
-Date: Mon Aug 17 20:34:47 2015 -0400
-
- Add udp_dissect_pdus.
-
- It works similar to tcp_dissect_pdus, but only works on a single packet. Intended for protocols that go over TCP and UDP so that they can have a common dissection function.
- Will of course, also work on UDP-only protocols with a fixed length header and size.
-
- Used DNP3 as a guinea pig since "multiple PDU support" over UDP was just added.
-
- Change-Id: Ib7af8eaf7102c96b4f8b5c1b891ae2d8f0886f9d
- Reviewed-on: https://code.wireshark.org/review/10083
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
- Reviewed-by: Dario Lombardo <lomato@gmail.com>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit db5b786
-Author: Michal Labedzki <michal.labedzki@tieto.com>
-Date: Sat Jun 6 19:37:20 2015 +0200
-
- Bluetooth: Update Assign Numbers
-
- +18 ATT attributes to be implemented (IPS 1.0 - 19 May 2015, etc.)
-
- Change-Id: Ib30ea20fe9b32a4be842f01ad5b8e8ee081a14ff
- Reviewed-on: https://code.wireshark.org/review/10095
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit a50a49e
-Author: Michal Labedzki <michal.labedzki@tieto.com>
-Date: Thu Jan 22 08:27:40 2015 +0100
-
- Bluetooth: ATT: Add some remaining attributes
-
- Add 14 attributes (not as easy as the previous),
- there are still 19 + 3 (no idea for now [Valid Range, Report, IEEE 11073-20601
- Regulatory Certification Data List]) attributes to be implemented (soon).
-
- Change-Id: Iee5cde4673b62f93084923a592b11824c0683605
- Reviewed-on: https://code.wireshark.org/review/10094
- Petri-Dish: Anders Broman <a.broman58@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit df17ff3
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Mon Aug 17 13:18:30 2015 +0200
-
- Qt: Fix use-after-free pattern
-
- QString.toUtf8() returns a QByteArray object and .constData() returns
- a pointer inside that object. It is not safe to store this pointer as
- it will become invalid after the statement.
-
- Change-Id: I8f54ede75577719008835038934e935cd5feba3f
- Reviewed-on: https://code.wireshark.org/review/10067
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
- Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 9e72779
-Author: Pascal Artho <pascalartho@gmail.com>
-Date: Tue Aug 18 08:43:06 2015 +0200
-
- Preparation Host Flows: Dissector Packet ICMP and ICMPv6
-
- see https://code.wireshark.org/review/#/c/9976/
-
- Change-Id: Ic301db4deea1a02b9e08c123b3e21e70817a2c85
- Reviewed-on: https://code.wireshark.org/review/10097
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 318c3a5
-Author: Michal Labedzki <michal.labedzki@tieto.com>
-Date: Wed Jul 22 17:38:51 2015 +0200
-
- Qt: Add another C++ missing header: <algorithm> for std::sort()
-
- Fix build error:
- ui/qt/packet_list_model.cpp:270:5: error: 'sort' is not a member of 'std'
- std::sort(visible_rows_.begin(), visible_rows_.end(), recordLessThan);
-
- Change-Id: I3a577a268f6c12e8fd97b7b6fd2429989c28e2f5
- Reviewed-on: https://code.wireshark.org/review/10092
- Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-
-commit 0375244
-Author: Michal Labedzki <michal.labedzki@tieto.com>
-Date: Sat Jul 18 18:25:36 2015 +0200
-
- Qt/Minimap: Fix for Qt < 4.8
-
- I hope it is quite right solution.
-
- Change-Id: Ia9c883a832ddd03985eda37a9b344c4d7c8135e2
- Reviewed-on: https://code.wireshark.org/review/10091
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-
-commit e25562b
-Author: Hadriel Kaplan <hadrielk@yahoo.com>
-Date: Mon Jul 20 11:09:06 2015 -0400
-
- Pcapng: clean up Section Header Block handling
-
- Change-Id: I8516d0c561ed0b63e49a3594027c9c15bb789258
- Reviewed-on: https://code.wireshark.org/review/9726
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
- Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 4048ca0
-Author: Martin Kaiser <wireshark@kaiser.cx>
-Date: Thu Aug 13 23:00:29 2015 +0200
-
- rewrite the H1 dissector
-
- * use the offset variable to keep track of where we are,
- remove the position variable
- (previously, offset remained 0 all the time...)
- * use proto_tree_add_item()
- * highlight the correct bytes for each field
- * define a block type and block length instead of
- naming these fields differently for each block
- * indent by 4 spaces
-
- Change-Id: Ie0995e5fe6364605fd30020f171e51458844fa59
- Reviewed-on: https://code.wireshark.org/review/10080
- Petri-Dish: Martin Kaiser <wireshark@kaiser.cx>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit acc0c14
-Author: Michael Mann <mmann78@netscape.net>
-Date: Mon Aug 17 23:06:21 2015 -0400
-
- Eliminate proto_tree_add_text from XMPP dissectors.
-
- Change-Id: I32fdf085ef484d147d9f0b27c56efba41bb827bf
- Reviewed-on: https://code.wireshark.org/review/10086
- Reviewed-by: Michael Mann <mmann78@netscape.net>
- Petri-Dish: Michael Mann <mmann78@netscape.net>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 8fd7197
-Author: Hadriel Kaplan <hadrielk@yahoo.com>
-Date: Mon Aug 17 23:06:50 2015 -0400
-
- Lua: add FT_PROTOCOL as a ProtoField type
-
- Bug: 11450
- Change-Id: Ic77ddd193246c0202efcc9c11e61e8f6f85329c5
- Reviewed-on: https://code.wireshark.org/review/10087
- Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit 300bb98
-Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
-Date: Mon Aug 17 16:50:39 2015 -0400
-
- Install GTK3 too.
-
- It was in the list of packages but not in the final command line.
-
- Change-Id: I361e660cc4ac91121314a3f8a7388b48fb2c61b7
- Reviewed-on: https://code.wireshark.org/review/10081
- Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
-
-commit c57f585
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Mon Aug 17 10:47:46 2015 -0700
-
- Fixup tap listener registration.
-
- Make sure we run make-tap-reg.py on files that register tap
- listeners. Make sure Qt-specific registration routines start with
- register_tap_listener_qt_.
-
- Change-Id: Idca382180f475db71e4d1965a70ae4cc2fa4f9d5
- Reviewed-on: https://code.wireshark.org/review/10074
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 41cb3bd
-Author: Martin Kaiser <wireshark@kaiser.cx>
-Date: Thu Aug 13 22:44:29 2015 +0200
-
- h1: remove if (tree) checks, indent according to the modelines
-
- Change-Id: I878aa23b5d718653b9039aeb94a0ece88c9c03cf
- Reviewed-on: https://code.wireshark.org/review/10079
- Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
-
-commit c78d7c8
-Author: Martin Kaiser <wireshark@kaiser.cx>
-Date: Thu Aug 13 22:32:43 2015 +0200
-
- h1: don't THROW() an exception from a dissector
-
- leaving the parsing loop should be enough in this case...
-
- Change-Id: Ic250961aeb4d3cfcd74ee8caacb59657c32444de
- Reviewed-on: https://code.wireshark.org/review/10078
- Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
-
-commit ec1d25d
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Mon Aug 17 22:00:57 2015 +0200
-
- Qt: Avoid double call to toUtf8()
-
- Change-Id: I4d31063b4aa37e4b0a68b5dbc17be22ef2cd151a
- Reviewed-on: https://code.wireshark.org/review/10077
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 68c5172
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Mon Aug 17 21:39:41 2015 +0200
-
- Qt: Always rebuild columns when fields changed
-
- The columns must be recreated even if no capture file is loaded
- because custom columns may have reference to deregistered fields.
-
- Change-Id: I4ed7345b3200e5af211695f1a6511ee229d5f13c
- Reviewed-on: https://code.wireshark.org/review/10076
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 0368b82
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Wed Aug 12 15:11:39 2015 -0700
-
- Improve multicast address checking.
-
- Check for IPv4 and IPv6 multicast addresses. We might have captured on
- an "any" interface, or on a PPP link, or used some other method that
- doesn't result in dl_dst.type == AT_ETHER.
-
- Change-Id: I18b0597fd432e4cec8c388a3c7d2d18ac4da0fad
- Reviewed-on: https://code.wireshark.org/review/10009
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 821ea20
-Author: Selvamegala <sselvamegala@gmail.com>
-Date: Sat Aug 8 20:35:30 2015 -0400
-
- Add Decryption support for Lwmesh
-
- Bug: 10783
- Change-Id: Id598838f036b1f312791d9dddbf3767dcbfd1aee
- Reviewed-on: https://code.wireshark.org/review/9937
- Petri-Dish: Michael Mann <mmann78@netscape.net>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit b660fd4
-Author: Hadriel Kaplan <hadrielk@yahoo.com>
-Date: Mon Aug 17 11:12:12 2015 -0400
-
- Pcapng: set interface description's tsprecision when reading file
-
- Bug: 11447
- Change-Id: I5fe14616ed6e86e0bfe02c58cc9fb31e43bc23ef
- Reviewed-on: https://code.wireshark.org/review/10071
- Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit 2eec7fe
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Mon Aug 17 13:35:40 2015 +0200
-
- BPDU: Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
-
- Change-Id: I91cc96f92ae2e6b07144120d70f8db5b7ad45fce
- Reviewed-on: https://code.wireshark.org/review/10070
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 77193ef
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Mon Aug 17 06:00:27 2015 +0100
-
- dissect_ip_heur(): Remove TODO (done)
-
- Change-Id: I0c36179b63f5d60037de80badfea352c903c2525
- Reviewed-on: https://code.wireshark.org/review/10065
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 9a6e36d
-Author: Michael Mann <mmann78@netscape.net>
-Date: Sun Aug 16 20:06:50 2015 -0400
-
- Remove proto_tree_add_text from packet-xml.c
-
- Required introducing packet_info* to xml_frame_t structure.
-
- Change-Id: Ie777fe3bc8c7ea052d3441dd31e0631ce47324cb
- Reviewed-on: https://code.wireshark.org/review/10063
- 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>
-
-commit af62264
-Author: Dario Lombardo <lomato@gmail.com>
-Date: Thu Aug 13 16:08:18 2015 +0200
-
- DNP3: add support for udp multi frame packets.
-
- Bug: 11435
- Change-Id: I1f3006a4276e8a95d028294ebb9635f71be0f75e
- Reviewed-on: https://code.wireshark.org/review/10013
- Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
- Petri-Dish: Graham Bloice <graham.bloice@trihedral.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit 2ba0ea3
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Sun Aug 16 12:33:31 2015 -0700
-
- Fix the conversion of milliseconds to seconds and nanoseconds.
-
- 1 millisecond = 1000000 nanoseconds, not 1000 nanoseconds, and
- nstime->nsecs is nanoseconds, not microseconds.
-
- Change-Id: I6925ff80f6443015f83ca00bad2a347d10eadd7c
- Reviewed-on: https://code.wireshark.org/review/10060
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 8b8d378
-Author: Petr Gotthard <petr.gotthard@honeywell.com>
-Date: Sun Aug 16 16:50:52 2015 +0200
-
- AMQP 1.0: Fix OSX build errors
-
- packet-amqp.c:10660: warning: implicit conversion shortens 64-bit value into a 32-bit value
- packet-amqp.c:10661: warning: implicit conversion shortens 64-bit value into a 32-bit value
-
- Change-Id: Ic1c19edf10432dccb5fc4f3ea07defd45b9eef17
- Reviewed-on: https://code.wireshark.org/review/10054
- Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit 6f7811e
-Author: ff <francesco.fondelli@gmail.com>
-Date: Sun Aug 16 17:27:01 2015 +0200
-
- A new Early Allocation Request for draft-ietf-pce-lsp-setup-type and
- draft-ietf-pce-segment-routing has been issued. Reference:
- https://mailarchive.ietf.org/arch/msg/pce/Zdsc0HHl1SLvpANRWhpLvIzJQyI
- There are implementations out there that are using 5 as SR-ERO subobject
- identifier (instead of 36 that will be assigned by IANA) and 27 as the
- PATH-SETUP-TYPE TLV identifier (instead of 28 that will be assigned by
- IANA). This patch decodes both 5/36 as SR-ERO subobject and 27/28 as
- PATH-SETUP-TYPE. It is unlikely that IANA will re-assign code points 5
- and 27 in the near future.
-
- Change-Id: Ie2efa869344e4c1121f19f1ee3a71711d566a037
- Signed-off-by: ff <francesco.fondelli@gmail.com>
- Reviewed-on: https://code.wireshark.org/review/10057
- Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit 3755bc6
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Sun Aug 16 07:35:24 2015 +0100
-
- Fix IP Destinations stats tree
-
- Change-Id: I875ecb05e0919e81e6d8d1d00f802c8d5df5b214
- Reviewed-on: https://code.wireshark.org/review/10053
- 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: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit c643cbf
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Sat Aug 15 17:05:17 2015 -0700
-
- Run abicheck commands at compile time.
-
- The CMake dumpbabi targets collectively copy over 800 files. Do
- that when when we build the actual targets instead of at configure
- time. Hopefully this will speed up initial CMake runs.
-
- Change-Id: I6e4d691e24c73ea05d638a0f897f570541c84e38
- Reviewed-on: https://code.wireshark.org/review/10052
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 8d1a549
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Sun Aug 16 08:10:40 2015 -0700
-
- [Automatic update for 2015-08-16]
-
- Update manuf, services enterprise-numbers, translations, and other items.
-
- Change-Id: Idb8a2cff075a1ffe5e3cd1d6f4d3fb1b6c357cdb
- Reviewed-on: https://code.wireshark.org/review/10055
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit b1d33db
-Author: Petr Gotthard <petr.gotthard@honeywell.com>
-Date: Sat Jul 4 01:19:02 2015 +0200
-
- AMQP 1.0: Refactor to fix parsing of timestamps
-
- Timestamps are currently dissected as integer numbers; two aspects need to
- be recatored to correctly dissect timestamps:
- - the add_1_0_proto_item() function
- - protocol fields (hf_xxx) and the get_amqp_1_0_value_formatter()
-
- (1)
- The AMQP 1.0 dissector rely on the proto_tree_add_item. There is only one
- invocation common for all datatypes (in add_1_0_proto_item), which cannot
- pass any type-specific ENC_xxx specifiers and it cannot handle custom
- datatypes like AMQP timestamp.
-
- I propose to replace the add_1_0_proto_item() by type-specific dissectors that
- will correctly set the ENC_xxx specifiers and handle exceptional cases like
- the AMQP timestamp or the zero-length true/false datatypes.
-
- (2)
- The get_amqp_1_0_value_formatter implements a table-driven magic to select
- alternate hf_xxx field based on the actual datatype. This however
- - defines alternate fields where the standard permits only one datatype
- - does not support fields that can contain any datatype ("*")
- - does not support FT_TIMESTAMP
-
- I propose to make this mechanism less table-driven (more explicit and more
- flexible) and allow all alternates permitted by the standard.
-
- Change-Id: Ib2cbda632d4c81ec3e6b81f539fe77bb913afc1c
- Reviewed-on: https://code.wireshark.org/review/9528
- Petri-Dish: Michael Mann <mmann78@netscape.net>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit 8fa4016
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Sat Aug 15 18:07:10 2015 +0100
-
- make-taps.pl: Remove duplicate slash in pathname
-
- Change-Id: Id5e13df24409267c405cdd05479610a8ba898289
- Reviewed-on: https://code.wireshark.org/review/10047
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit 2e2129a
-Author: Michael Mann <mmann78@netscape.net>
-Date: Sat Aug 15 09:39:05 2015 -0400
-
- Conversion of random proto_tree_add_text calls.
-
- Change-Id: I6505ce34de84bfe46d5bc7b4d6a3c6044f3fb4b5
- Reviewed-on: https://code.wireshark.org/review/10041
- Petri-Dish: Michael Mann <mmann78@netscape.net>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit 8b45727
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Sat Aug 15 11:34:46 2015 -0700
-
- Un-reference actions after adding them to an action group.
-
- When created, they have a reference count of 1; when added to an action
- group, the reference count is increased as a pointer is held by the
- action group. Release the reference we got, as we're not holding onto
- it.
-
- Also, rename "menu_item" to "menu_action", to indicate that it's an action.
-
- Change-Id: I54543dcc2e6c3b341a9f584fe1b6099a134771b3
- Reviewed-on: https://code.wireshark.org/review/10049
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 1b46738
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Sat Aug 15 11:20:36 2015 -0700
-
- Do the "plugin" menu stuff in one pass.
-
- Also, use g_strconcat() in other places where we prepend / to action
- names.
-
- Hopefully, this will make it easier to find common code between all the
- N different places where we add menus and menu items.
-
- Change-Id: Iee876866730cada64428df17f1f3c4552cc3ac93
- Reviewed-on: https://code.wireshark.org/review/10048
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit c222719
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Sat Aug 15 10:49:51 2015 -0700
-
- Fix creation of menu actions in ws_menubar_create_action_group().
-
- Action names are expected to begin with /, so prepend a /.
-
- Fixes the "plugin" menu mechanism (which could be used by built-in code
- as well, so it's not really a "plugin" menu mechanism).
-
- Change-Id: Ic45412399078796359649cc876d2c8bfc9a790c6
- Reviewed-on: https://code.wireshark.org/review/10046
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 88f334b
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Sat Aug 15 19:31:51 2015 +0200
-
- Fixed a comment in cleanup_dissection
-
- Change-Id: I445e09803023d1a22a663ba0501c013f113b5bfe
- Reviewed-on: https://code.wireshark.org/review/10045
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 5f13933
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Sat Aug 15 19:25:13 2015 +0200
-
- Lua: Free true_false_string values at reload
-
- Change-Id: I8ab194bf094e82f08ddafb0a1451aec42989b93d
- Reviewed-on: https://code.wireshark.org/review/10044
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 0a16350
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Sat Aug 15 17:55:27 2015 +0100
-
- Add a newline for readability
-
- Change-Id: I7dbfa8f82454bd93ca5a66f22c29982923803918
- Reviewed-on: https://code.wireshark.org/review/10043
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-
-commit 2bc6f01
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Sat Aug 15 09:26:45 2015 -0700
-
- *More* issues.
-
- Change-Id: Ib415582f4bf2529c412bed329b3ee7daccde29b0
- Reviewed-on: https://code.wireshark.org/review/10042
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 7f38b65
-Author: Michael Mann <mmann78@netscape.net>
-Date: Sun Aug 9 08:03:21 2015 -0400
-
- Don't clear the tcp_analysis if a conversation is not provided to get_tcp_conversation_data().
-
- Callers may need to know information like retransmissions, etc which will be lost.
-
- Change-Id: I3f8b6b0aeb308701eb34ae6f6f735af6995ed441
- Reviewed-on: https://code.wireshark.org/review/9940
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit 85e2018
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Sat Aug 15 08:29:51 2015 +0100
-
- udp: fix minimum jumbo length
-
- Change-Id: I5ab4974cc60cdec0c3571bdec815c8cb9e8f7255
- Reviewed-on: https://code.wireshark.org/review/10040
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit 85d2eef
-Author: Evan Huus <eapache@gmail.com>
-Date: Tue Aug 11 18:35:45 2015 -0400
-
- btatt: guard against incomplete reassembly
-
- If we try and reassemble a fragment whose end does not line up exactly with the
- start of the following fragment, abort or else we will leave uninitialized gaps
- in the resulting buffer.
-
- Bug: 11436
- Change-Id: I4cd05c1a9ac4404bf70a3945f80b12f7bf5f74ee
- Reviewed-on: https://code.wireshark.org/review/9983
- Reviewed-by: Evan Huus <eapache@gmail.com>
- Petri-Dish: Evan Huus <eapache@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 677d4d6
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Sun Aug 9 23:13:06 2015 +0100
-
- Add IPv6 Jumbogram support (RFC 2675)
-
- Change-Id: Icea1659395d7bc16e367b74a695586926b33149b
- Reviewed-on: https://code.wireshark.org/review/9968
- 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>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 8282540
-Author: Michael Mann <mmann78@netscape.net>
-Date: Wed Aug 12 09:01:45 2015 -0400
-
- Eliminate proto_tree_add_text from GSM dissectors.
-
- Change-Id: I36a3d15a4fa86847a83d1dbea40111d36d7cfd61
- Reviewed-on: https://code.wireshark.org/review/10036
- 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>
-
-commit 8368f3b
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Fri Aug 14 20:54:22 2015 -0700
-
- Update the previously-added comment.
-
- At least with kqueues, NOTE_REVOKE is delivered if the file system
- containing the vnode in question is unmounted, and that gets mapped to a
- change notification by QFileSystemWatcher, so the right thing should
- happen.
-
- I'm not sure whether the right thing happens on Windows.
-
- Change-Id: I1e4c0d510f31f68d574c4d4cf20524666382930f
- Reviewed-on: https://code.wireshark.org/review/10039
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 463caf8
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Fri Aug 14 18:49:17 2015 -0700
-
- Discuss alternatives to polling all the recent files every 2 seconds.
-
- Somebody asked about repeated SMB traffic when running the Qt Wireshark:
-
- https://ask.wireshark.org/questions/45036/permanent-smb2-traffic-with-1997
-
- and that's due to said polling. On the main desktop platforms (Windows,
- OS X, Linux) we can use QFileSystemWatcher plus, on Windows and OS X,
- some additional stuff to check for unmounts (and get FreeBSD as a
- freebie, as it works the same as OS X), and avoid timeout-based polling.
-
- Change-Id: I3a1d0110fedcdb442ed09c16dab4bf0cb06ca331
- Reviewed-on: https://code.wireshark.org/review/10038
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 6137197
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Fri Aug 14 17:19:37 2015 -0700
-
- Fix for the current wireshark.desktop.
-
- The default version doesn't use GTK+ any more, so the version we
- distribute doesn't have "Categories=System;Monitor;GTK;", and the Debian
- version presumably shouldn't put it into category "GNOME".
-
- Change-Id: I4e59026b5c4f26d02e4a96686e339f8d54bdcd1e
- Reviewed-on: https://code.wireshark.org/review/10035
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 0ddae1b
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Fri Aug 14 16:19:13 2015 -0700
-
- Put it in the Qt category, not the GTK category.
-
- The default binary, "wireshark", is now a Qt binary; "wireshark-gtk" is
- the GTK+ one.
-
- Change-Id: Ibfec5d796a9796c2588c4305b18dc4506a435228
- Reviewed-on: https://code.wireshark.org/review/10034
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 4c6da64
-Author: Hadriel Kaplan <hadrielk@yahoo.com>
-Date: Fri Aug 14 10:44:11 2015 -0400
-
- Ident the merge.c/h files by 4 spaces
-
- Using 2 spaces for indent is way past its prime.
-
- Change-Id: I80caf89f15e576f9aeb25754576a9f18215ccb3c
- Reviewed-on: https://code.wireshark.org/review/10032
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit 46d6e8c
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Fri Aug 14 14:48:49 2015 +0200
-
- Added some missing breaks
-
- Change-Id: I3b2f25832ca878ec3e7f9e4dcce258dc870fc5ad
- Reviewed-on: https://code.wireshark.org/review/10031
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 7833b93
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Fri Aug 14 13:46:01 2015 +0200
-
- Free all hfi->strings in free_deregister_field
-
- Change-Id: I6fe78266a2e881fa80e1e3a3423b685d3c1764de
- Reviewed-on: https://code.wireshark.org/review/10029
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 12ff69d
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Fri Aug 14 11:02:10 2015 +0200
-
- Qt: Fixed funnel text dialog append and prepend
-
- Append to end and prepend to start, not the opposite.
-
- Change-Id: Ic0e2a7f04a0d9ff18a6fd7063d0550ad35eece1a
- Reviewed-on: https://code.wireshark.org/review/10027
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 28b5206
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Fri Aug 14 09:26:50 2015 +0200
-
- Free protocol in proto_free_deregistered_fields
-
- This fixes some issues with use-after-free when reload Lua plugins.
-
- Change-Id: I63f3fd9ebe8a19008f560e72067f2078f5eaf759
- Reviewed-on: https://code.wireshark.org/review/10026
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 8426225
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Fri Aug 14 07:54:51 2015 +0200
-
- Qt: Avoid redissect twice when changing fields
-
- Changing fields in http, imf or ldap used to trigger redissect twice
- because of UAT_AFFECTS_FIELDS and UAT_AFFECTS_DISSECTION.
- Also changed from redrawVisiblePackets() to columnsChanged() because
- fields in a custom column may have changed.
-
- This also fixes reloading Lua plugins with Lua fields in custom columns.
-
- Change-Id: I805a765690decbe7434dbf1c33ebd1113e23d16d
- Reviewed-on: https://code.wireshark.org/review/10025
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 6cc1c8d
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Thu Aug 13 20:05:43 2015 -0700
-
- Clean up heuristic checks.
-
- Fix heuristic checks to handle sliced packets correctly. "Correctly"
- means "fail the heuristic", as the heuristic checks every single byte of
- the putative Ixia trailer, as one thing it does is check the checksum,
- which is in the last 2 bytes of the trailer and checks everything before
- it. So just return 0 if the full trailer isn't part of the captured
- data.
-
- Try to handle being handed a tvbuff that contains an FCS by looking at
- the putative "magic number" locations where it would be if the tvbuff
- didn't include the FCS and, if that doesn't match, where it would be if
- it *did* include the FCS. If the former doesn't match but the latter
- does, assume that means it does include the FCS, and do all other
- processing under that assumption.
-
- Clean up some comments.
-
- Fix an hf_ variable name to match the field name, and put the tvbuff
- value fields in the order of their types.
-
- Don't fail if the field length is 0 - it's a value length, so it could
- in theory be 0. Rely on the length checks for individual types to catch
- problems.
-
- Change-Id: Idc834aa6637cfbbafd6499060a007e720378154e
- Reviewed-on: https://code.wireshark.org/review/10024
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 3c5fd58
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Thu Aug 13 16:36:03 2015 -0700
-
- Get rid of trailing whitespace.
-
- Change-Id: I035fad79dd8d01aa3121732f2a9b07d20cc4384f
- Reviewed-on: https://code.wireshark.org/review/10023
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 814f617
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Thu Aug 13 16:30:51 2015 -0700
-
- Update to reflect reality.
-
- The Ixia trailer is a variable-length sequence of TLVs followed by some
- fixed-length fields. Describe it as such.
-
- Realign some #defines while we're at it.
-
- Change-Id: I5fc45a1d44978f1dc1f13e7098c3f797838db7b3
- Reviewed-on: https://code.wireshark.org/review/10022
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 5931da9
-Author: Ionut Ceausu <ionut.ceausu@gmail.com>
-Date: Mon Aug 3 18:06:54 2015 +0300
-
- ixiatrailer: Change format of the protocol so that is supports future fields.
-
- Protocol is TLV protocol and with this change I add one more field to it.
- It is entire backward compatible.
- Format is as follow:
- Fields Trailer Length 0xAF12(Signature) Trailer Checksum
-
- The fields portion of the trailer is a series of 2-byte fields followed by variable
- length data. The first byte indicates the field type, the 2nd byte indicates the
- field length. The values supported are listed below:
- 1 Reserved (Original Packet Size)
- 3 Timestamp (From Local Timebase)
- 4 Timestamp (From NTP source)
- 5 Timestamp (From GPS)
- 6 Timestamp (From 1588)
- 7 Timestamp (From Holdover)
-
- Change-Id: I0a3b31cfbc5b6273e1f5326d9841e449735967fe
- Reviewed-on: https://code.wireshark.org/review/9854
- Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
- Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com>
-
-commit 66f784a
-Author: Bill Meier <wmeier@newsguy.com>
-Date: Thu Aug 13 12:02:33 2015 -0400
-
- [config.nmake] Add minor comment about /Zo option for MSVC-2015
-
- Change-Id: Ia4ffc543965160aaf6c39dc19764e62e9e82faa8
- Reviewed-on: https://code.wireshark.org/review/10020
- Reviewed-by: Bill Meier <wmeier@newsguy.com>
-
-commit cd76cf6
-Author: Dario Lombardo <lomato@gmail.com>
-Date: Thu Aug 13 17:27:10 2015 +0200
-
- ieee802.11: changed blurb to stop checkAPI complains.
-
- Change-Id: I9ec74a7af229a1af3ca946acc5af94ede1913c29
- Reviewed-on: https://code.wireshark.org/review/10016
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-
-commit 7661bb2
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Thu Aug 13 17:38:09 2015 +0200
-
- Qt: fix copy of newer files when building with qmake
-
- Change-Id: I8ea5e2770a0c5be3d981d986fa96fe30445db167
- Reviewed-on: https://code.wireshark.org/review/10018
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
-
-commit 2d5f2ae
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Thu Aug 13 16:16:03 2015 +0200
-
- GVCP: fix dissection of Stream Channel Packet Size register
-
- Bug: 11442
- Change-Id: I1c187bdf7ffd14b2a4f66d29883a4b112486bd35
- Reviewed-on: https://code.wireshark.org/review/10014
- Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
-
-commit 738cf42
-Author: Anders <anders.broman@ericsson.com>
-Date: Fri May 29 10:33:58 2015 +0200
-
- Make building with MSVC2015 work
- TODO:
-
- - LUA is commented out probably needs to be built with MSVC 2015.
- - GeoIP is commented out, causes packet-ip* to not build.
- - Qt not built, needs Qt with MSVC 2015
-
- Change-Id: I1658077931b89b9a22ee32e5ed7de38e07fb6a55
- Reviewed-on: https://code.wireshark.org/review/8683
- Petri-Dish: Anders Broman <a.broman58@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 6087f2a
-Author: Dario Lombardo <lomato@gmail.com>
-Date: Thu Aug 13 10:13:52 2015 +0200
-
- fuzz-test.sh: added missing option in help.
-
- Change-Id: I7651e18ec6e8338cddc82be90257c5f183804c7c
- Reviewed-on: https://code.wireshark.org/review/10011
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit beb5c0b
-Author: Michael Mann <mmann78@netscape.net>
-Date: Tue Aug 11 19:50:43 2015 -0400
-
- Eliminate proto_tree_add_text from some dissectors.
-
- Change-Id: I1e6bf52fad1b1fffefc174a557ff836f400e8fd7
- Reviewed-on: https://code.wireshark.org/review/9996
- 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>
-
-commit 61d1ea4
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Wed Aug 12 15:19:25 2015 -0700
-
- Initialize another variable.
-
- Change-Id: Ie53a16dc482a9c38538077f6d6a2717cfaddbaa4
- Reviewed-on: https://code.wireshark.org/review/10010
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 0b7d161
-Author: Dario Lombardo <lomato@gmail.com>
-Date: Tue Aug 11 23:58:54 2015 +0200
-
- editcap: add change offset.
-
- This option skips some bytes when fuzzing, that prevents some headers from being changed. This focuses fuzzer to a smaller part of the packet.
-
- Change-Id: I1db83235e93f2774a9991e3af70f633487b816fa
- Reviewed-on: https://code.wireshark.org/review/9982
- Petri-Dish: Anders Broman <a.broman58@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 99e3244
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Wed Aug 12 14:12:24 2015 -0700
-
- Initialize a couple of variables.
-
- Change-Id: I10471b770356ad46a10740198156055e1480eeb3
- Reviewed-on: https://code.wireshark.org/review/10008
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit db2692c
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Wed Aug 12 20:58:14 2015 +0200
-
- Qt (main_window) fix no previous prototype for '...' [-Wmissing-prototypes]
-
-
- Change-Id: I43901d37817f9b79d508336253e766d740939e70
- Reviewed-on: https://code.wireshark.org/review/10003
- Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 2449c7a
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Wed Aug 12 21:06:08 2015 +0200
-
- GTP: fix indent (use 4 spaces)
-
- Change-Id: I2f0645adee2aff32122a8ccb60843e1bfd0897e1
- Reviewed-on: https://code.wireshark.org/review/10004
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 451dd05
-Author: Bill Meier <wmeier@newsguy.com>
-Date: Wed Aug 12 16:47:36 2015 -0400
-
- [lwres] Fix (32 bit ?) MSVC-2015 warning: "conversion from 'size_t' to 'guint16', possible loss of data"
-
- Change-Id: Ifc71d1c2afc3ff16f950f2f1c3c9e7142d62fc16
- Reviewed-on: https://code.wireshark.org/review/10007
- Reviewed-by: Bill Meier <wmeier@newsguy.com>
-
-commit d20f2b6
-Author: Bill Meier <wmeier@newsguy.com>
-Date: Wed Aug 12 16:24:03 2015 -0400
-
- [pdc] Fix a few [msvc-2015?] warnings about 'constant compared to constant'
-
- Essentially: Do the version checks at compile time using
- #if statements (even though the compiler
- probably optimized out the run time checks).
-
- Change-Id: I4879b39729ba5bd6b1c478ac43c107cb9fb445b3
- Reviewed-on: https://code.wireshark.org/review/10006
- Reviewed-by: Bill Meier <wmeier@newsguy.com>
-
-commit 6ae8df4
-Author: Bill Meier <wmeier@newsguy.com>
-Date: Wed Aug 12 16:15:05 2015 -0400
-
- [pdc] [msvc-2015] Change a variable type to prevent 32-bit MSVC-2015 "internal error"
-
- [...]\packet-pdc.c(205) : fatal error C1001: An internal error has occurred in the compiler.
-
- (compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c', line 246)
- To work around this problem, try simplifying or changing the program near the locations listed above.
- Please choose the Technical Support command on the Visual C++
- Help menu, or open the Technical Support help file for more information
-
- INTERNAL COMPILER ERROR in 'C:\Program Files\Microsoft Visual Studio 14.0\VC\BIN\cl.EXE'
- Please choose the Technical Support command on the Visual C++
- Help menu, or open the Technical Support help file for more information
-
- Change-Id: I505898d0c76244a56d75af1a1c5bf30554dd9a2b
- Reviewed-on: https://code.wireshark.org/review/10005
- Reviewed-by: Bill Meier <wmeier@newsguy.com>
-
-commit 5c80f08
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Tue Aug 11 11:48:07 2015 -0700
-
- Add DCE-RPC and ONC-RPC service response time dialogs.
-
- Add RpcServiceResponseTimeDialog, which handles DCE-RPC and ONC-RPC
- service response time statistics. Try to make it as lightweight as
- possible, since we might want to pull this into the RPC dissectors
- similar to the other SRT statistics.
-
- Allow program names on the command line in place of numbers or UUIDs. Make
- matches case-insensitive. E.g. the following are equivalent:
-
- -z rpc,srt,100003,3
- -z rpc,srt,nfs,3
- -z rpc,srt,NFS,3
-
- as are the following:
-
- -z dcerpc,srt,f5cc5a18-4264-101a-8c59-08002b2f8426,56
- -z dcerpc,srt,nspi,56
- -z dcerpc,srt,NSPI,56
-
- Change-Id: Ie451c64bf6fbc776f27d81e3bc248435c5cbc9e4
- Reviewed-on: https://code.wireshark.org/review/9981
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 412f5b3
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Wed Aug 12 10:49:34 2015 -0700
-
- Expert information dialog performance improvements.
-
- Inserting QTreeWidgetItems individually is slow. This isn't a problem if
- you only have a few items but the Expert Information dialog can have
- thousands. Add "packet" tree items in groups, which should be much
- faster. Note that we still add "group" tree items individually since
- that gives us a nice progress indicator.
-
- While we're here, make sure we show the dialog before tapping packets.
-
- Bug: 11439
- Change-Id: I8a182f4158d078cae5f42b8d1355414197f423e1
- Reviewed-on: https://code.wireshark.org/review/10000
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit bde416a
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Wed Aug 12 15:21:46 2015 +0200
-
- Lua: Moved deregister out of wslua_cleanup
-
- Change-Id: Ia43aa0e5f09400ef9923288b362256094a1241b8
- Reviewed-on: https://code.wireshark.org/review/9998
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 5a92694
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Wed Aug 12 14:51:29 2015 +0200
-
- Initialize is_reloading_lua at startup
-
- Change-Id: I211e0f4b86cff1c311d4ae67cbb47de14846144f
- Reviewed-on: https://code.wireshark.org/review/9997
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit dc7443f
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Wed Aug 12 14:07:24 2015 +0200
-
- Added guards for deregistered fields
-
- This is functions used when redissecting after a Lua plugins reload.
-
- Change-Id: Ida14526faec1992006938a6732ee894ac83c2d12
- Reviewed-on: https://code.wireshark.org/review/9995
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit a3e3d60
-Author: AndersBroman <anders.broman@ericsson.com>
-Date: Wed Aug 12 13:24:06 2015 +0200
-
- Align comments
-
- Change-Id: Iab59ba51700b018337552018c76e30dcbd41f3f6
- Reviewed-on: https://code.wireshark.org/review/9993
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit cd16301
-Author: AndersBroman <anders.broman@ericsson.com>
-Date: Wed Aug 12 10:00:01 2015 +0200
-
- [GTP] Direct Tunnel Flags 7.7.81 is currently specified with one data
- octet.
-
- Change-Id: Iab7917b23e6be03f63a92ef0aaf0814c9cbea2c3
- Reviewed-on: https://code.wireshark.org/review/9992
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit bfdc2cb
-Author: Michael Mann <mmann78@netscape.net>
-Date: Mon Aug 10 19:28:54 2015 -0400
-
- Eliminate proto_tree_add_text from some dissectors.
-
- Change-Id: I7a7778802c442b254626a7676cb74ca2855fa65e
- Reviewed-on: https://code.wireshark.org/review/9977
- 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>
-
-commit 50b51a6
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Tue Aug 11 22:42:26 2015 -0700
-
- Some further questions, asked in comments.
-
- Change-Id: I41c7918b7396934c651fb957d3b61db0c7a19527
- Reviewed-on: https://code.wireshark.org/review/9990
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 260ae6a
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Tue Aug 11 19:00:26 2015 -0700
-
- Clean up the file header description.
-
- Change-Id: I4928f99cdc2b8fc2a3aef648b613ce0b93ed3563
- Reviewed-on: https://code.wireshark.org/review/9989
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 1100ba9
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Tue Aug 11 18:38:08 2015 -0700
-
- Update comments.
-
- Change-Id: I4b0b4bb31901208e09a535ef922e134116309531
- Reviewed-on: https://code.wireshark.org/review/9988
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 36c50fe
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Tue Aug 11 18:32:18 2015 -0700
-
- Document Colasoft Capsa file support.
-
- Change-Id: I89374413f3e08e2a35923b8bd4c128b3c659158a
- Reviewed-on: https://code.wireshark.org/review/9987
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 7b39eac
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Tue Aug 11 18:27:10 2015 -0700
-
- It looks as if the origin of the time stamps is the UN*X epoch.
-
- If we assume that, the time stamps of the sample captures on the
- Colasoft site are in the range 2000-2014, and the HTTP time stamps in
- the HTTP capture from there are close to the packet time stamps.
-
- Change-Id: Id0e29c03dc8ada40f1040b95f169b4f3a8954a0f
- Reviewed-on: https://code.wireshark.org/review/9986
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 14c7525
-Author: Martin Kaiser <wireshark@kaiser.cx>
-Date: Tue Aug 11 21:57:11 2015 +0200
-
- [Qt Expert Info dialogue] remove our tap listener when the dialogue is destroyed
-
- if we don't do this, there'll be a dangling tap listener and we'll see a
- crash when its reset method is called
-
- this can be triggered by opening another expert info dialogue, this will
- invoke cf_retap_packets() and reset_tap_listeners() which in turn calls
- the reset method of each registered tap listener
-
- Bug: 11432
- Change-Id: I8fc13351666c875e1a3641f31bada8e80d167ab2
- Reviewed-on: https://code.wireshark.org/review/9979
- Petri-Dish: Martin Kaiser <wireshark@kaiser.cx>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit f1a4db3
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Tue Aug 11 22:04:58 2015 +0200
-
- Lua: Remove unneeded call in wslua_cleanup
-
- Change-Id: I0cda00001b40e5951d680d72dbc8043cbe8b9309
- Reviewed-on: https://code.wireshark.org/review/9980
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 58ec64c
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Tue Aug 11 21:52:32 2015 +0200
-
- wmem: Fix wmem_tree_remove_string
-
- Always set is_removed when insert data in a node.
-
- Change-Id: I8fb50932a369e3f4fe8a1f743462683fff705cc2
- Reviewed-on: https://code.wireshark.org/review/9978
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 4309b96
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Tue Aug 11 12:16:23 2015 -0700
-
- Sort dump_open_table_base[] in the right order.
-
- As the comment says, "Entries must be sorted by
- WTAP_FILE_TYPE_SUBTYPE_xxx values in ascending order." If they're not,
- the file type to file type string routines don't give the right answer.
-
- Change-Id: I06afe7bb98cb36c54ddc831113bb632598ab2eb0
- Reviewed-on: https://code.wireshark.org/review/9975
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit de70d2a
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Sat Aug 8 19:11:20 2015 +0200
-
- H225: fix indent (use 2 spaces) and add modelines info
-
- Change-Id: Ibe4cf8d004c6c94f745e5c620100af9483fa6a31
- Reviewed-on: https://code.wireshark.org/review/9934
- Reviewed-by: Bill Meier <wmeier@newsguy.com>
-
-commit d6c6b08
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Tue Aug 11 16:11:46 2015 +0200
-
- wmem: Mark removed strings with is_removed
-
- This will allow integer value 0 again.
-
- Change-Id: Ibfa4249ea8b887971d3b3214ad9e4d095d20d155
- Reviewed-on: https://code.wireshark.org/review/9973
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit ecc4f75
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Tue Aug 11 14:08:08 2015 +0200
-
- Added Reload Lua plugins.
-
- This is initial support for reloading Lua plugins without
- restarting the application.
-
- Still todo:
- - Deregister FileHandlers
- - Support deregister ProtoField with existing abbrev (same_name_hfinfo)
- - Add a progress dialog when reloading many plugins
- - Search for memory leakages in wslua functions
-
- Change-Id: I48870d8741251705ca15ffe1068613fcb0cb18c1
- Reviewed-on: https://code.wireshark.org/review/5028
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit 70d06de
-Author: AndersBroman <anders.broman@ericsson.com>
-Date: Tue Aug 11 13:52:34 2015 +0200
-
- [SMCR] Minimum 4 bytes is required to perform the heuristic check.
-
- Change-Id: I29426147cb1443af3c9cc9dc1b60beabe9a94277
- Reviewed-on: https://code.wireshark.org/review/9972
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit f233824
-Author: AndersBroman <anders.broman@ericsson.com>
-Date: Tue Aug 11 13:32:41 2015 +0200
-
- [Diameter] Add expert info to subdissection of 3GPP AVP:s
-
- Change-Id: Ic2ec0696f1f6b8bb918dd04aa898dccdb8b90ece
- Reviewed-on: https://code.wireshark.org/review/9971
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 2579607
-Author: AndersBroman <anders.broman@ericsson.com>
-Date: Tue Aug 11 13:06:40 2015 +0200
-
- [ENEA LINX over TCP] Make the TCP port registration a preference defalted
- to 0.
-
- Change-Id: I837bf8ac9d5724dd485f0bc62f3fe32bedd3eb0e
- Reviewed-on: https://code.wireshark.org/review/9970
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit c262bf2
-Author: AndersBroman <anders.broman@ericsson.com>
-Date: Tue Aug 11 11:08:20 2015 +0200
-
- [GIOP] A GIOP message can have size = 0 (CloseConnection)
-
- Change-Id: I1feb6135c79191aa3ac7f36bbc969e6b36314107
- Reviewed-on: https://code.wireshark.org/review/9969
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 56a9b53
-Author: Martin Kaiser <wireshark@kaiser.cx>
-Date: Mon Aug 10 23:09:16 2015 +0200
-
- zbee-nwk-gp: fix a memory leak when keys are defined in the preferences
-
- ==5932== 33 (32 direct, 1 indirect) bytes in 1 blocks are definitely lost in loss record 2,124 of 4,121
- ==5932== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
- ==5932== by 0xA024F30: g_malloc (gmem.c:159)
- ==5932== by 0xA03A9E5: g_memdup (gstrfuncs.c:384)
- ==5932== by 0x70754D2: gp_init_zbee_security (packet-zbee-nwk-gp.c:1459)
- ==5932== by 0xA03A78C: g_slist_foreach (gslist.c:840)
- ==5932== by 0x67E867C: init_dissection (packet.c:249)
- ==5932== by 0x67DC202: epan_new (epan.c:160)
- ==5932== by 0x414B16: cf_open (tshark.c:2464)
- ==5932== by 0x40CF8A: main (tshark.c:2169)
-
- Change-Id: I7c0ce0717957525ca18eb4888ed3389debc89a49
- Reviewed-on: https://code.wireshark.org/review/9967
- Petri-Dish: Martin Kaiser <wireshark@kaiser.cx>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit b1be6bc
-Author: Martin Kaiser <wireshark@kaiser.cx>
-Date: Mon Aug 10 22:41:13 2015 +0200
-
- zigbee: remove some more if (tree) checks
-
- Change-Id: I81b46ec7d9d919ff2779d1005063e9ef6c92e097
- Reviewed-on: https://code.wireshark.org/review/9966
- Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
-
-commit 52a7b79
-Author: Martin Kaiser <wireshark@kaiser.cx>
-Date: Mon Aug 10 22:27:58 2015 +0200
-
- remove some unnecessary if (tree) checks
-
- Change-Id: Ib0f4cc47ede7b840cba38ecad04bd17bb6bccd55
- Reviewed-on: https://code.wireshark.org/review/9965
- Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
-
-commit 94bb276
-Author: AndersBroman <anders.broman@ericsson.com>
-Date: Mon Aug 10 13:19:25 2015 +0200
-
- Try to fix the build bou by copying tha cast made in glib.
-
- Change-Id: I6da06b8e6ae272b940ef4ee47ce6b253bf9f3699
- Reviewed-on: https://code.wireshark.org/review/9961
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit e1003ee
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Fri Aug 7 16:29:50 2015 +0200
-
- editcap: fix -T <encapsulation type> option when output format is pcapng
-
- Right now the output encapsulation type is ignored if the output (default) format is set to pcapng.
-
- Change-Id: Ibffaaed5979bf63ed4e3fa3b1f859a82b401d80b
- Reviewed-on: https://code.wireshark.org/review/9911
- 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 7fb514f
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Sat Aug 8 16:52:38 2015 +0200
-
- GSM (a_common): fix indent (replace tab by 8 spaces)
-
- Change-Id: Id1d6bfcb04ac75d767fe6f09454dc8235de7bc75
- Reviewed-on: https://code.wireshark.org/review/9928
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 76d4b80
-Author: AndersBroman <anders.broman@ericsson.com>
-Date: Mon Aug 10 10:26:16 2015 +0200
-
- g_slist_free_full () does not exist until GLIB 2.28
-
- Change-Id: I81df5b4dbe1916eca51cdb72199de7a90471bd07
- Reviewed-on: https://code.wireshark.org/review/9960
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 75d46fe
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Mon Aug 10 00:53:34 2015 -0700
-
- Get rid of trailing white space.
-
- Change-Id: I3c0091612bdd518f749abbfbefbd0e2097b8c18b
- Reviewed-on: https://code.wireshark.org/review/9958
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 43c2e57
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Mon Aug 10 00:30:33 2015 -0700
-
- Don't try to decrypt the payload if it was cut short by the snapshot length.
-
- It's not clear that the decryption code can handle an incomplete
- payload. If it can, please fix this (bear in mind that you won't have
- all the MIC, and may not have *any* of the MIC, so...).
-
- Bug: 11389
- Change-Id: Ie863ddc5c4aa7fbf6cde317823a413d226a41c0d
- Reviewed-on: https://code.wireshark.org/review/9954
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 3157114
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Sun Aug 9 23:55:55 2015 -0700
-
- Use the reported length where appropriate.
-
- Use the captured length to know how much data to decrypt. Use the
- reported length to determine whether we have a null payload and to se
- the reported length of the decrypted payload and of tvbuffs for the
- un-decrypted payload.
-
- Bug: 11389
- Change-Id: I4395c5a48c16110fcf31b611b99749c61000d489
- Reviewed-on: https://code.wireshark.org/review/9953
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit d108f28
-Author: Martin Kaiser <wireshark@kaiser.cx>
-Date: Sun Aug 9 18:06:47 2015 +0200
-
- zigbee: fix two memory leaks
-
- ==17992== 4 bytes in 1 blocks are definitely lost in loss record 68 of 4,102
- ==17992== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
- ==17992== by 0x9FB2F30: g_malloc (gmem.c:159)
- ==17992== by 0x9FC89E5: g_memdup (gstrfuncs.c:384)
- ==17992== by 0x703F977: dissect_zbee_aps (packet-zbee-aps.c:1300)
- ==17992== by 0x67B4F1E: call_dissector_through_handle (packet.c:618)
-
- ==17992== 8 bytes in 1 blocks are definitely lost in loss record 580 of 4,102
- ==17992== at 0x4C272B8: calloc (vg_replace_malloc.c:566)
- ==17992== by 0x9FB2F88: g_malloc0 (gmem.c:189)
- ==17992== by 0x703F962: dissect_zbee_aps (packet-zbee-aps.c:1299)
- ==17992== by 0x67B4F1E: call_dissector_through_handle (packet.c:618)
-
- second version that uses glib memory routines and does not mix
- g_hash_table and wmem
-
- remove an obsolete comment and an unnecessary return; while at it
-
- Change-Id: I2e92db0613f01b6c3009e8ad82ceb65a87cba12e
- Reviewed-on: https://code.wireshark.org/review/9830
- Petri-Dish: Martin Kaiser <wireshark@kaiser.cx>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit c462f1b
-Author: Michael Mann <mmann78@netscape.net>
-Date: Sun Aug 9 18:33:30 2015 -0400
-
- Eliminate proto_tree_add_text from packet-wbxml.c
-
- While I was at it, some (mostly) duplicate functionality allowed rearranging of functions to eliminate most forward declarations.
-
- Change-Id: I2d7027d336c391d81dfe81c7a1ebf0d56c0826b2
- Reviewed-on: https://code.wireshark.org/review/9951
- 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>
-
-commit 6d8b4af
-Author: João Valverde <joao.valverde@tecnico.ulisboa.pt>
-Date: Thu Aug 6 22:35:23 2015 +0100
-
- Cleanup variable name in dissect_frag6()
-
- Change-Id: Ib6bdea5dbc95b5221e41ca30c11288ff8c1dbb7f
- Reviewed-on: https://code.wireshark.org/review/9952
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 655b0dc
-Author: Martin Kaiser <wireshark@kaiser.cx>
-Date: Mon Aug 10 00:00:21 2015 +0200
-
- use the captured length as payload length for zigbee decryption
-
- this length is used for allocating a buffer and for crypto calculations
- we should use the bytes that were actually captured, not the reported
- length
-
- the capture in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11389
- has one packet with a stupidly large reported length and a reasonable
- capture length (and one completely bogus packet) - this fix ensures that
- the decryption does not break for the former packet
-
- also, tvb_reported_length_remaining() does not return values < 0 any
- more, remove the check for this
-
- Bug: 11389
- Change-Id: I42cb4526483160416b51e3cb72442148b5fac4f3
- Reviewed-on: https://code.wireshark.org/review/9950
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit aafc7ff
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Sat Aug 8 16:55:15 2015 +0200
-
- H225: fix no previous prototype for 'h225_stat_init' [-Wmissing-prototypes]
-
- Change-Id: I945bbbb3b10258f22c60b04b19cf55671fc6ed94
- Reviewed-on: https://code.wireshark.org/review/9933
- Reviewed-by: Bill Meier <wmeier@newsguy.com>
-
-commit a051961
-Author: Bill Meier <wmeier@newsguy.com>
-Date: Sun Aug 9 14:55:27 2015 -0400
-
- [wiretap/nettrace_3gpp_32_423] Add editor modelines
-
- Change-Id: Ie2b9da2b3a08d18fc913a00cf076aa881a583552
- Reviewed-on: https://code.wireshark.org/review/9949
- Reviewed-by: Bill Meier <wmeier@newsguy.com>
-
-commit a29f513
-Author: Bill Meier <wmeier@newsguy.com>
-Date: Sun Aug 9 14:16:22 2015 -0400
-
- [skinny] Add missing change to source (.in); Also do minor cleanup.
-
- packet-skinny.c is generated from packet-skinny.in and etc.
- So: Change committed in gceb8d95 to packet-skinny.c should really
- have been applied as well to packet-skinny.c.in.
-
- Minor cleanup:
- Remove a few unneeded initializers;
- Remove unneeded code in proto_reg_handoff_skinny();
- Replace a tab by spaces;
- Change editor tab-width specification to be 8 (not 2). No actual
- indentation change since tabs not used in the file.
-
- packet-skinny.c regenerated using 'cog'
-
- Change-Id: Ib3510c257e0b98bb7da8fae9aa010e134ec381cb
- Reviewed-on: https://code.wireshark.org/review/9948
- Reviewed-by: Bill Meier <wmeier@newsguy.com>
-
-commit 2ef3cda
-Author: Evan Huus <eapache@gmail.com>
-Date: Sun Aug 9 10:36:18 2015 -0400
-
- t124: kill evil global variables
-
- Bug: 11430
- Change-Id: Ia4196ff693806dc1e20eae4075dda7dfe272c5b6
- Reviewed-on: https://code.wireshark.org/review/9941
- Petri-Dish: Evan Huus <eapache@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
- Reviewed-by: Evan Huus <eapache@gmail.com>
-
-commit b3207c0
-Author: Martin Kaiser <wireshark@kaiser.cx>
-Date: Sun Aug 9 18:33:04 2015 +0200
-
- zigbee: remove a numer of unnecessary if (tree) checks
-
- Change-Id: Ifd0dcc220cfdd0809f2e7cf2fc54fc8bdeb987be
- Reviewed-on: https://code.wireshark.org/review/9947
- Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
-
-commit c5af152
-Author: Bill Meier <wmeier@newsguy.com>
-Date: Sun Aug 9 12:20:54 2015 -0400
-
- Trivial: Convert 'tabs' indentation to '4 space' indentation
-
- Change-Id: If71dd8a04050ce11e37ad88ee862419313c06639
- Reviewed-on: https://code.wireshark.org/review/9946
- Reviewed-by: Bill Meier <wmeier@newsguy.com>
-
-commit dbf314a
-Author: Bill Meier <wmeier@newsguy.com>
-Date: Sun Aug 9 12:14:39 2015 -0400
-
- Trivial: Change editor-modelines tab-width specification from 4 to 8.
-
- [There were no actual indentation changes since since none of the files
- contained tabs].
-
- Change-Id: I92ff551e70274f459c466e1c1d449905e0e7dc92
- Reviewed-on: https://code.wireshark.org/review/9945
- Reviewed-by: Bill Meier <wmeier@newsguy.com>
-
-commit 394773c
-Author: Gerald Combs <gerald@zing.org>
-Date: Sun Aug 9 08:57:29 2015 -0700
-
- Switch the guides back to html output.
-
- DocBook's xhtml5 stylesheet output didn't render correctly in Firefox.
-
- This reverts commit dc09d18e8ecdc55de2361d8ff6d2b0bf36345a70.
- This reverts commit 62e56ad92a50c7dd58e83447207b8be0cc0bbb76.
- This reverts commit 53a80334bcb3ca40a5aaef504e2aca0f04bcc9f3.
-
- Change-Id: Iafcf18cfce25772146fc2e155728401fd105a44b
- Reviewed-on: https://code.wireshark.org/review/9944
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit a8af51d
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Sun Aug 9 08:10:47 2015 -0700
-
- [Automatic update for 2015-08-09]
-
- Update manuf, services enterprise-numbers, translations, and other items.
-
- Change-Id: I14806e32e93b7f189ccc68834afa4645bda3e1aa
- Reviewed-on: https://code.wireshark.org/review/9942
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 4bba83b
-Author: Gerald Combs <gerald@zing.org>
-Date: Sat Aug 8 16:29:24 2015 -0700
-
- Reset the splash timer after processing events.
-
- Change-Id: Id71a3ac5e8f04df6a19e92021e47ea64728c2595
- Reviewed-on: https://code.wireshark.org/review/9936
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit de872cb
-Author: Gerald Combs <gerald@zing.org>
-Date: Sat Aug 8 15:44:02 2015 -0700
-
- Generate DocBook conditionally.
-
- Add back a check when generating DocBook.
-
- Change-Id: I00679853d537f543db6f37a60ae4c46b3cce76e6
- Reviewed-on: https://code.wireshark.org/review/9935
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 0626e76
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Fri Aug 7 18:17:04 2015 -0700
-
- CMake: Try to fix generated docbook dependencies.
-
- Add custom {developer,user}_guide_docbook targets for docbook output. Make
- sure the HTML, PDF, and CHM outputs depend on their associated docbook
- target and not on the output .xml file. This keeps us from running a2x
- instances in parallel.
-
- Change-Id: I73b0db50ae92f62eb08ae284d498cdf2d697ac00
- Reviewed-on: https://code.wireshark.org/review/9920
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 11e5422
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Sat Aug 8 16:50:17 2015 +0200
-
- GSM (a_common): fix no previous prototype for 'gsm_a_*_init' [-Wmissing-prototypes]
-
- Change-Id: I2990cb3432ad377cbed7039ad8fe15019eb7e7f5
- Reviewed-on: https://code.wireshark.org/review/9927
- Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit 524db99
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Sat Aug 8 16:46:45 2015 +0200
-
- GSM (a_common): fix comma at end of enumerator list [-Wpedantic]
-
- Change-Id: I0ea06451861412b642d033a70e0a639aae753beb
- Reviewed-on: https://code.wireshark.org/review/9926
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit f6fb630
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Sat Aug 8 10:04:47 2015 -0700
-
- Fix another typo.
-
- Change-Id: I1fee679b4b0f582806b0e9302c3e404c0222cd6d
- Reviewed-on: https://code.wireshark.org/review/9930
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit c60c1b9
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Sat Aug 8 16:37:58 2015 +0200
-
- IEEE802.11: Fix typo
-
- Pseduo -> Pseudo
-
- Change-Id: I34700b3392bfd7e47e79cb2cad0f65a1046a26a2
- Reviewed-on: https://code.wireshark.org/review/9925
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 454f08d
-Author: Michael Mann <mmann78@netscape.net>
-Date: Sat Aug 8 09:57:14 2015 -0400
-
- If SOCKS server doesnt't require authentication, then client should be ready for commands.
-
- Bug: 11417
- Change-Id: I62c6d94923dcda2ef8297086faac7d7c4b85a3fb
- Reviewed-on: https://code.wireshark.org/review/9923
- 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>
-
-commit 9a16a69
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Sat Aug 8 16:10:48 2015 +0200
-
- NCP2222.py : fix generate indent (use 4 spaces)
-
- Change-Id: Ibe55260e837f0a839649675c08e1bf66d8bcdb52
- Reviewed-on: https://code.wireshark.org/review/9924
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit 39ad1bf
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Sat Aug 8 13:20:52 2015 +0200
-
- NCP2222(.inc): fix indent (use 4 spaces)
-
- Change-Id: I8161423ae270f685c28003eac36adf15be83c5fd
- Reviewed-on: https://code.wireshark.org/review/9922
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit b703f47
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Sat Aug 8 13:08:57 2015 +0200
-
- GTPv2: fix indent (use 4 spaces)
-
- Change-Id: I7836360ae4fe67098776911a496ecc969d3e093d
- Reviewed-on: https://code.wireshark.org/review/9921
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit 5cf66db
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Fri Aug 7 15:38:34 2015 -0700
-
- Add a missing dependency.
-
- Change-Id: I2c9814419882f9bee30e70697d6f284393f275a9
- Reviewed-on: https://code.wireshark.org/review/9919
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 7cb2b11
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Fri Aug 7 15:08:22 2015 -0700
-
- Rework CMake dependendencies in the docbook directory.
-
- Create dependencies explicitly using add_dependencies. Otherwise MSBuild
- only builds one output per run.
-
- Change-Id: If42605d7e7df499cf4d4b70336d97ac6d37e8ba6
- Reviewed-on: https://code.wireshark.org/review/9918
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit a001ed6
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Fri Aug 7 15:27:11 2015 -0700
-
- Avoid (unlikely) NRB record size overflows.
-
- If a host name is *so* long that an entry for it won't fit in a
- 65535-byte Name Resolution Block record, ignore the entry for that host.
-
- Use more appropriate data types (guint32 for sizes that are 32-bit
- unsigned integers, guint16 for the host name length as it'd better fit
- in 16 bits).
-
- Clean up some comments.
-
- Remove a _U_ that's applied to a variable that *is* used.
-
- Change-Id: I153d5aa885105149c62a5e5d2b78b54cf6ed7b4e
- Reviewed-on: https://code.wireshark.org/review/9917
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 817d9bd
-Author: Timothy Geiser <slimshady007@inbox.lv>
-Date: Wed Aug 5 15:19:48 2015 -0400
-
- Add SHA2 algos to certificate dissection in SSL
-
- Change-Id: If1315496d231e5c8efc44b9235ec8ffb3ce9d8a9
- Reviewed-on: https://code.wireshark.org/review/9880
- Petri-Dish: Anders Broman <a.broman58@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 240105e
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Fri Aug 7 12:37:33 2015 -0700
-
- Fixup the Qt splash overlay progress calculations.
-
- Fix a couple of issues in the way we calculate the splash overlay
- progress.
-
- Avoid unnecessary repaints.
-
- Change-Id: I1f4800b2c2836b67ca9ff3d6d24af150f4379ba9
- Reviewed-on: https://code.wireshark.org/review/9916
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 0a1d1bd
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Fri Aug 7 10:19:22 2015 -0700
-
- More casting issues with older versions of GLib.
-
- Try to fix
-
- packet-btl2cap.c: In function 'btl2cap_cid_value':
- packet-btl2cap.c:425: warning: cast to pointer from integer of different size
- packet-btl2cap.c: In function 'btl2cap_psm_value':
- packet-btl2cap.c:448: warning: cast to pointer from integer of different size
-
- packet-btrfcomm.c: In function 'btrfcomm_directed_channel_value':
- packet-btrfcomm.c:287: warning: cast to pointer from integer of different size
-
- packet-btobex.c: In function 'btobex_profile_value':
- packet-btobex.c:1134: warning: cast to pointer from integer of different size
-
- on the 32-bit OS X builder.
-
- Change-Id: Ieb2fe6c31fdad0cf776c24bada7a6a83e8aa91ec
- Reviewed-on: https://code.wireshark.org/review/9915
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 147ab19
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Fri Aug 7 08:39:09 2015 -0700
-
- Switch the floats in stat_tap table items to doubles.
-
- Use doubles instead of floats in stat_tap_table_item_type. This should
- make stat taps easier to use with a lot of our API (e.g. nstime) along
- with Qt and the C math library.
-
- This reverts commit 5bbb6ff5e43511ddc57b0b771f3d60da1eb82c02.
-
- Change-Id: I113b44fb944a883cde016b7a8961597658be4c0a
- Reviewed-on: https://code.wireshark.org/review/9912
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
-
-commit c90fcba
-Author: Stig Bjørlykke <stig@bjorlykke.org>
-Date: Fri Aug 7 14:55:50 2015 +0200
-
- Lua: Count Lua plugins in splash screen
-
- This will avoid slow startup when having many Lua plugins.
-
- Change-Id: I67b5f38108a5c500682bc727734375da5fa762c8
- Reviewed-on: https://code.wireshark.org/review/9910
- Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-
-commit c8ca0ae
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Fri Aug 7 09:10:39 2015 -0700
-
- Try to fix casting issues with older versions of GLib.
-
- Try to fix
-
- packet-btatt.c: In function 'btatt_handle_value':
- packet-btatt.c:1420: warning: cast to pointer from integer of different size
- packet-btatt.c: In function 'btatt_uuid16_value':
- packet-btatt.c:1443: warning: cast to pointer from integer of different size
-
- on the 32-bit OS X builder.
-
- Change-Id: I02884c02e7f7f5f7b50da122127fa96c41c3603a
- Reviewed-on: https://code.wireshark.org/review/9913
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 7171ee5
-Author: Bill Meier <wmeier@newsguy.com>
-Date: Thu Aug 6 17:44:42 2015 -0400
-
- [ieee80211] Rework QoS Capability and QoS info code.
-
- Specifically:
- - Replace/remove much of 'dissect_qos_capability()' code to use
- existing 'fixed field' code to dissect QoS_Info field.
- Note: Much of the code added in g40d6131 to dissect the QoS Info
- field duplicated already existing (but unused) "fixed field"
- code to do same.
- - Rework some QoS Info field filter names, variable names and
- value-strings to better match the text used in 802.11-2012.
-
- - Rename 'dissect_qos_info()' to 'dissect_wme_qos_info()' to
- reflect the fact that this code is only for the (now preumably obsolete)
- original WME(WMM) specification for the QoS Info field.
-
- Change-Id: Id89780dfe60b2e4c63332bdb946cc29c67b5127a
- Reviewed-on: https://code.wireshark.org/review/9903
- Petri-Dish: Bill Meier <wmeier@newsguy.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Reviewed-by: Bill Meier <wmeier@newsguy.com>
-
-commit f657e6a
-Author: AndersBroman <anders.broman@ericsson.com>
-Date: Fri Aug 7 14:50:02 2015 +0200
-
- [GTPv2] Mark a parameter as unused.
-
- Change-Id: I37c983d756f23469e4cf1abd31b9c591f5612542
- Reviewed-on: https://code.wireshark.org/review/9909
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 5bbb6ff
-Author: AndersBroman <anders.broman@ericsson.com>
-Date: Fri Aug 7 14:19:30 2015 +0200
-
- Try to fix packet-rpc.c:3909: warning: implicit conversion shortens 64-bit value into a 32-bit value
-
- Change-Id: I8962f93662047d01ef71ba9689b338d095f31300
- Reviewed-on: https://code.wireshark.org/review/9908
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 99873f7
-Author: AndersBroman <anders.broman@ericsson.com>
-Date: Fri Aug 7 14:04:52 2015 +0200
-
- [GTPv2] Dissect IE MM Context for CS to PS SRVCC, update value strings.
-
- Bug: 11423
- Change-Id: I5a845e40fcbd4e06dec60c64edca9e8fea1459e1
- Reviewed-on: https://code.wireshark.org/review/9907
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit fd19aaf
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Thu Aug 6 10:56:22 2015 -0700
-
- Add ONC RPC program stats.
-
- Convert ONC RPC program stats to the stat_tap API.
-
- Add a "user_data" member to the stat_tap_table_item_type struct.
-
- Change-Id: I5cbf000a447ff93d30fa7f098124bdcbc34f2935
- Reviewed-on: https://code.wireshark.org/review/9904
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 0c9998d
-Author: Jan-Hendrik Bolte <jabolte@uos.de>
-Date: Mon Jul 20 14:37:49 2015 +0200
-
- Add dissector for MQTT-SN v1.2
-
- Bug: 11388
- Change-Id: I5d961b19132a9904080e9494467826d15659c54e
- Reviewed-on: https://code.wireshark.org/review/9711
- 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: Anders Broman <a.broman58@gmail.com>
-
-commit 4557c17
-Author: Michal Labedzki <michal.labedzki@tieto.com>
-Date: Wed Aug 5 17:30:47 2015 +0200
-
- androiddump: Try to make MVS14.0 happy
-
- I guess using glib's gssize instead of ssize_t should be enough for:
-
- extcap/androiddump.c(736): error C2220: warning treated as error - no 'object' f
- ile generated
- extcap/androiddump.c(736): warning C4477: 'fprintf' : format string '%I64i' requ
- ires an argument of type '__int64', but variadic argument 3 has type 'ssize_t'
- extcap/androiddump.c(736): note: to simplify migration, consider the temporary
- use of /Wv:18 flag with the version of the compiler with which you used to
- build without warnings
- extcap/androiddump.c(736): note: consider using '%i' in the format string
- extcap/androiddump.c(736): note: consider using '%I32i' in the format string
-
- Change-Id: I1030694aed61d413be1aad54531f99db45e99c9d
- Reviewed-on: https://code.wireshark.org/review/9876
- Petri-Dish: Anders Broman <a.broman58@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit dc33bba
-Author: Bill Meier <wmeier@newsguy.com>
-Date: Thu Aug 6 21:47:37 2015 -0400
-
- [ieee80211] Change one ENC_LITTLE_ENDIAN MAC address to ENC_NA; byte order doesn't
- apply to them.
-
- Change-Id: I4b0fcfe5d970877d7f8453e6c6f8c48ee69c2e38
- Reviewed-on: https://code.wireshark.org/review/9905
- Reviewed-by: Bill Meier <wmeier@newsguy.com>
-
-commit ff24ecc
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Thu Aug 6 11:23:55 2015 -0700
-
- Fixup stat_tap table freeing.
-
- As it turns out we *do* need to free table elements. We also need to
- free the tables themselves and clear the table array. Do so.
-
- Change-Id: Ic1c81388eac8f47f74caea0169c79685a83aaff9
- Reviewed-on: https://code.wireshark.org/review/9901
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 9fd3bcc
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Thu Aug 6 12:31:21 2015 -0700
-
- Add an elide mode preference for the Qt packet list.
-
- Change-Id: I081cc1e9b2a0eea7f0a3ef1157561c50beb4c4db
- Reviewed-on: https://code.wireshark.org/review/9902
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit fda29e1
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Thu Aug 6 08:39:22 2015 -0700
-
- Use int_to_qstring in a few more places.
-
- Change-Id: Id324fe21f436a233088d106553db2ed6f6e410ac
- Reviewed-on: https://code.wireshark.org/review/9899
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 5fa57ec
-Author: AndersBroman <anders.broman@ericsson.com>
-Date: Thu Aug 6 13:30:59 2015 +0200
-
- [MSVC 2015]Once agin revert tho original, now as a separate patch.
-
- Change-Id: If25a1e4ced74d88c87def010b9d8032b5d870307
- Reviewed-on: https://code.wireshark.org/review/9898
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 544bca7
-Author: AndersBroman <anders.broman@ericsson.com>
-Date: Thu Aug 6 13:21:26 2015 +0200
-
- include <stdlib.h> to make windows build boot happy.
-
- Change-Id: I7a8b259698fdca0707464929a77c0b320f6a19f1
- Reviewed-on: https://code.wireshark.org/review/9897
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit aa2184f
-Author: AndersBroman <anders.broman@ericsson.com>
-Date: Thu Aug 6 13:01:45 2015 +0200
-
- Fix pcapng.c:3788: warning: implicit conversion shortens 64-bit value into a 32-bit value
-
- Change-Id: Ie796cee755470bea0416b46ff8ff6a94cd8d93d3
- Reviewed-on: https://code.wireshark.org/review/9896
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 8906e93
-Author: Michal Labedzki <michal.labedzki@tieto.com>
-Date: Thu Aug 6 10:59:51 2015 +0200
-
- Bluetooth: Fix some MSVC2015 warnings/errors
-
- packet-btobex.c(1134): error C2220: warning treated as error - no 'object' file generated
- packet-btobex.c(1134): warning C4312: 'type cast': conversion from 'gulong' to ' gpointer' of greater size
- packet-btatt.c(1420): error C2220: warning treated as error - no 'object' file generated
- packet-btatt.c(1420): warning C4312: 'type cast': conversion from 'gulong' to 'gpointer' of greater size
- packet-btatt.c(1443): warning C4312: 'type cast': conversion from 'gulong' to 'gpointer' of greater size
- packet-btl2cap.c(425): error C2220: warning treated as error - no 'object' file generated
- packet-btl2cap.c(425): warning C4312: 'type cast': conversion from 'gulong' to 'gpointer' of greater size
- packet-btl2cap.c(448): warning C4312: 'type cast': conversion from 'gulong' to 'gpointer' of greater size
- packet-btrfcomm.c(287): error C2220: warning treated as error - no 'object' file generated
- packet-btrfcomm.c(287): warning C4312: 'type cast': conversion from 'gulong' to 'gpointer' of greater size
-
- Change-Id: Ie5b4fd1c47725b966f9b98d9480c1858b553efff
- Reviewed-on: https://code.wireshark.org/review/9894
- Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com>
- Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
- Tested-by: Michal Labedzki <michal.labedzki@tieto.com>
-
-commit b4dea54
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Wed Aug 5 20:44:09 2015 -0700
-
- Try to fix dist.
-
- Change-Id: I04c4a06f8d2db4d9ac1a09fea25d4f587c1f1fc1
- Reviewed-on: https://code.wireshark.org/review/9893
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 910438b
-Author: Hadriel Kaplan <hadrielk@yahoo.com>
-Date: Mon Jul 20 10:35:06 2015 -0400
-
- Pcapng: support Name Resolution Block options
-
- Make pcapng decode options in an NRB during read, and store the comment
- option, and write it back out as well. Also make it handle plugin handlers
- for unknown options in received NRB(s).
-
- Change-Id: I81863ef8d85cb1c8b5ba6673ba0e562efe77714f
- Reviewed-on: https://code.wireshark.org/review/9723
- Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 1420f3d
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Wed Aug 5 20:12:31 2015 -0700
-
- Add ui_gsm_map_summary_dialog.h so it goes into the source tarball.
-
- Change-Id: Ib0780e5ba62d069d2b41ef7ac7da513981660c7f
- Reviewed-on: https://code.wireshark.org/review/9892
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit c6889d8
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Wed Aug 5 19:45:12 2015 -0700
-
- Fix some encoding arguments.
-
- 802.11 is overwhelmingly little-endian; change all 1-byte fields that
- were ENC_BIG_ENDIAN to ENC_LITTLE_ENDIAN.
-
- Change one ENC_BIG_ENDIAN MAC address to ENC_NA; byte order doesn't
- apply to them.
-
- The remaining ENC_BIG_ENDIANs should be checked.
-
- Change-Id: I3dc51a5555b99c25dce0d3b7f3be4c441b13d1a3
- Reviewed-on: https://code.wireshark.org/review/9890
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit f30ac4a
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Wed Aug 5 19:08:36 2015 -0700
-
- Fix a bunch of typoes in variable and field names.
-
- Fix spelling, get rid of period at end of some field names.
-
- Change-Id: I1963cdc92657dca8708133796f8835bdffee0c47
- Reviewed-on: https://code.wireshark.org/review/9888
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit b7f5eaa
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Tue Aug 4 17:42:53 2015 -0700
-
- Convert the GSM MAP stats to new "generic stat API".
-
- Convert both the MAP statistics and summary. As with the GSM A stats
- this are mostly untested.
-
- Change-Id: Ibd3a7346b09d1401e78724c0197ec2a38deb97a3
- Reviewed-on: https://code.wireshark.org/review/9883
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 05eb9b6
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Wed Aug 5 17:03:03 2015 -0700
-
- Add proper base prefixes in display filter expressions.
-
- When the user selects an enum in the display filter expression dialog
- make sure we add the proper base prefix
-
- Add a Qt UI convenience routine for formatting integers. Because
- deprecating QString::sprintf was a well-thought-out decision that will
- be regarded highly for decades to come.
-
- Fix search visibility while we're here.
-
- Bug: 11421
- Change-Id: I1368bc8f464983793bdc90760cf3b7c18b6bd859
- Reviewed-on: https://code.wireshark.org/review/9885
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit ef0bdbc
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Wed Aug 5 18:23:53 2015 -0700
-
- Cleanup a bunch of 802.11ad stuff.
-
- Make all the multi-byte fields, except for OUIs, little-endian -
- including fields that contain bitfields. Make the bits in the bitfields
- little-endian as well.
-
- For the "number of taps" bitfields, interpret the values.
-
- Fix a typo ("pseduo" -> "pseudo").
-
- The length of an OCT MMPDU is 16 bits, not 8 bits, and it's not a text
- string, it's an octet string.
-
- The Beacon Interval Control is 48 bits, not 64 bits.
-
- Handle the beam refinement UI as a 2-byte field that overlaps with a
- 4-byte field - *none* of the bitfields align on nice 8-bit boundaries,
- so that's the best we can do.
-
- Bug: 11419
- Change-Id: Ib00ad030ecb33cf676bec23c05b15a4211c75c07
- Reviewed-on: https://code.wireshark.org/review/9886
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit dc09d18
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Wed Aug 5 16:19:24 2015 -0700
-
- Output xhtml guides everywhere.
-
- Update Autotools / Nmake to generate xhtml5 user and developer guides.
-
- Change-Id: I5024151aecaee62ea6d8469807fabda552d3f663
- Reviewed-on: https://code.wireshark.org/review/9884
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 6aabad5
-Author: Roland Knall <roland.knall@br-automation.com>
-Date: Wed Aug 5 09:36:20 2015 +0200
-
- epl: Fix Payload sub-dissection
-
- Current implementation gives all remaining data to sub-dissector.
- This is not correct, as with "Write Multiple by Index" the data
- given includes the following indeces and their datasets
-
- Change-Id: I5343bf61431a7b5507b51f53f0de8c6e3dc72cf1
- Reviewed-on: https://code.wireshark.org/review/9870
- Reviewed-by: Roland Knall <rknall@gmail.com>
- 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>
-
-commit 504f5b3
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Wed Aug 5 13:00:38 2015 -0700
-
- Clean up some fields.
-
- The "LEN" field is the "length of the MAC frame", in bytes; confusingly,
- it includes the extended header length, but not the fixed-length part of
- the header (including the FCS), so it's not the "length after HCS".
-
- Rename it to "docsis.len", as it's always LEN, not SID; there's a
- separate field for the SID.
-
- Rename the Extended Header Length field to docsis.ehdrlen, and the
- Number of Concatenated Frames to docsis.concat_cnt, so that different
- uses of the "MACPARM" part of the header are flagged differently.
-
- Update some comments while we're at it.
-
- Change-Id: Ib7c4a0cda65cef25dcaf0051b3de89758ef4c29c
- Reviewed-on: https://code.wireshark.org/review/9881
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit f0beaa1
-Author: Roland Knall <roland.knall@br-automation.com>
-Date: Wed Aug 5 09:39:08 2015 +0200
-
- openSAFETY: Better display of packet info
-
- If multiple packets of openSAFETY are present in a single network
- packet, searching for the packet needed is complicated. This patch
- increases the information along the same lines as the eth and frame
- subdissectors
-
- Change-Id: Id3d237135cfadb35c839208749aeeb1652b29830
- Reviewed-on: https://code.wireshark.org/review/9871
- Reviewed-by: Roland Knall <rknall@gmail.com>
- 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>
-
-commit 62e56ad
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Wed Aug 5 10:59:51 2015 -0700
-
- Make sure we use "*.html" in our chunked output.
-
- Change-Id: Idb441084ec50ec336b7f514895aba799832e8f66
- Reviewed-on: https://code.wireshark.org/review/9879
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 3b2e6d9
-Author: Michal Labedzki <michal.labedzki@tieto.com>
-Date: Wed Aug 5 16:25:16 2015 +0000
-
- Revert "[MSVC 2015] Fix errors seen with the released version by reverting the code to what failed on the RC version *sigh*"
-
- Reverted commit break DecodeAs for Bluetooth, also caused crashes.
-
- This reverts commit 2221153a9cc083a50248a72a4b4009908d84e38b.
-
- Change-Id: Idb91747b986f110fffa3444f8c52d800c128e141
- Reviewed-on: https://code.wireshark.org/review/9877
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 53a8033
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Wed Aug 5 09:30:40 2015 -0700
-
- Generate XHTML5 documentation.
-
- When converting from DocBook to HTML, use DocBook's xhtml5 XSL
- stylesheets.
-
- Change-Id: I7a49d60c46a17e1e639b78ee10c4b9fa832d4a77
- Reviewed-on: https://code.wireshark.org/review/9878
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 2221153
-Author: AndersBroman <anders.broman@ericsson.com>
-Date: Wed Aug 5 14:37:20 2015 +0200
-
- [MSVC 2015] Fix errors seen with the released version by reverting the
- code to what failed on the RC version *sigh*
-
- Change-Id: I1b7f6d57da4cb71473a074291da7e5a0d5242c95
- Reviewed-on: https://code.wireshark.org/review/9874
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 5de487a
-Author: AndersBroman <anders.broman@ericsson.com>
-Date: Wed Aug 5 14:30:27 2015 +0200
-
- [MSVC 2015] Compiler and visual studio version are off by 5 not 6 in MSVC
- 2015.
-
- Change-Id: I5476656789893af2c8aeb5dfe5cf06972fd8bd4b
- Reviewed-on: https://code.wireshark.org/review/9873
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 8bf1237
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Mon Aug 3 22:21:24 2015 +0200
-
- MAC CTRL: fix dissection of PAUSE frame
-
- According to 802.3 table 31A-1, only opcodes from 0x0002 to 0x0006 have a timestamp
- While we are at it, rename the opcodes to a name matching the specification
-
- Bug: 11403
- Change-Id: Iaadc2b801e86523e962b4eb319541bc74de22071
- Reviewed-on: https://code.wireshark.org/review/9857
- 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 ad4ab2a
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Tue Aug 4 14:56:46 2015 -0700
-
- Convert the GSM A stats to new "generic stat API".
-
- These are largely untested, but the two abis captures on the wiki seem
- to work OK. The menu item names could also use some work. Patches
- welcome.
-
- Change-Id: I19a5b5fe3476b49d1dd0b684cbb7f367c6ebd4b4
- Reviewed-on: https://code.wireshark.org/review/9869
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 4d673b2
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Tue Aug 4 08:56:28 2015 -0700
-
- Convert Camel tap stats to new "generic stat API".
-
- Migrate the Camel stats similar to the recent BOOTP and H.225
- migrations.
-
- Change-Id: If82617068ff4b8fa186899f66dc34a08585f66cb
- Reviewed-on: https://code.wireshark.org/review/9865
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 3e6b527
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Tue Aug 4 10:16:23 2015 -0700
-
- Remove the CLI H.225 counter.
-
- Stats were moved to the dissector in g03802cc.
-
- Change-Id: I1aaf43789695ba3aae54cfaf201263cd0aed74ea
- Reviewed-on: https://code.wireshark.org/review/9867
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 4e14a26
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Tue Aug 4 11:45:24 2015 -0700
-
- Don't zero stat tap elements.
-
- Let the reset callback take care of resetting our rows.
-
- Change-Id: I59b0e9d36a9a1cedc5a5893664c875b7416a5229
- Reviewed-on: https://code.wireshark.org/review/9868
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit d51d83b
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Tue Aug 4 10:00:23 2015 -0700
-
- Fix the selected packet indicator width.
-
- Change-Id: Ic792c232524b4124bb4607cbe1979cdce8fd7e23
- Reviewed-on: https://code.wireshark.org/review/9866
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 03802cc
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Mon Aug 3 10:30:04 2015 -0700
-
- Convert H.225 tap stats to new "generic stat API".
-
- Migrate the H.225 stats similar to the recent BOOTP migration.
-
- Change-Id: I70ff7ab6cf3e9796f257412ba7d65ec9fe7f77ad
- Reviewed-on: https://code.wireshark.org/review/9859
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 632b402
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Mon Aug 3 21:25:00 2015 -0700
-
- Zero stat table elements instead of freeing them.
-
- Stat table element arrays are allocated once at startup. Reset each
- element in free_stat_table() instead of freeing them.
-
- Change-Id: Ia63af93c76a1348bbb809137a521eead58a52dd1
- Reviewed-on: https://code.wireshark.org/review/9860
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 3413ddf
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Sat Jul 25 20:07:59 2015 +0200
-
- EPL: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
-
- Change-Id: Id8fac193a2f3521986c0f91df84950ff581d4b6b
- Reviewed-on: https://code.wireshark.org/review/9790
- Reviewed-by: Roland Knall <rknall@gmail.com>
- Petri-Dish: Anders Broman <a.broman58@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 992c892
-Author: AndersBroman <anders.broman@ericsson.com>
-Date: Tue Aug 4 16:48:06 2015 +0200
-
- MIB/OID Fix assertion in proto.c tmp_fld_check_assert().
- It seems like oid_data->name may get freed so do a g_strdup() as it's done
- for hf.hfinfo.abbrev.
-
- Change-Id: Ie05fb42d59556aec300d4e007b1db5cc79d8d6f1
- Reviewed-on: https://code.wireshark.org/review/9864
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 8421af3
-Author: Luke Mewburn <luke@mewburn.net>
-Date: Tue Aug 4 19:42:19 2015 +1000
-
- Rename nettrace3gpp324423 to 3gpp32423
-
- Use "3gpp32423" instead of "nettrace3gpp324423":
- - There were too many "4"s in the previous name ("324423" vs "32423").
- - "nettrace" isn't an official name, per 3GPP TS 32 423
- - It's shorter.
-
- Change-Id: Ic981d0351a3014fb79702955ebef7b13f6ce4a2e
- Reviewed-on: https://code.wireshark.org/review/9863
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 4908c75
-Author: AndersBroman <anders.broman@ericsson.com>
-Date: Tue Aug 4 10:58:45 2015 +0200
-
- [ISUP] Read the country code at offset
-
- Change-Id: I5a03fdbdf7079c354bc9b63acba3d205f82a4e8a
- Reviewed-on: https://code.wireshark.org/review/9862
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 6e87802
-Author: AndersBroman <anders.broman@ericsson.com>
-Date: Tue Aug 4 10:46:48 2015 +0200
-
- tvb_new_octet_aligned() should return both the captured and reported
- length set to datalen in the returned tvb.
-
- Change-Id: Ie6649a285a9fa4a0564e29ce18ec9459b8da2541
- Reviewed-on: https://code.wireshark.org/review/9861
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 2964c28
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Mon Aug 3 14:14:50 2015 -0700
-
- Update a comment to reflect reality as of 1997.
-
- "IEEE 802.3" has, since IEEE 802.3y-1997, supported a type/length field,
- not just a length field (i.e., they acknowledged reality), so it's no
- as if there are "802.3" as opposed to "D/I/X" or "Ethernet II" frames.
-
- Change-Id: Ie7f61e48cb2a343a7c83e0747a6eee46964fc335
- Reviewed-on: https://code.wireshark.org/review/9858
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit ae05f77
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Mon Aug 3 11:58:36 2015 -0700
-
- Give an I-D reference for this.
-
- Change-Id: I5bbc1b390215e11cba86af9b325ae94d3708ae93
- Reviewed-on: https://code.wireshark.org/review/9855
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 56ee4b1
-Author: Martin Mathieson <martin.r.mathieson@googlemail.com>
-Date: Mon Aug 3 12:02:37 2015 +0100
-
- TFTP: strengthen heuristic used over STUN/TURN
-
- Change-Id: I133199abda100a89e219804c3003dee76389c43a
- Reviewed-on: https://code.wireshark.org/review/9839
- Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
-
-commit 9557c73
-Author: Gerald Combs <gerald@zing.org>
-Date: Sun Aug 2 15:33:07 2015 -0700
-
- Make sure per-packet tap callbacks return gbooleans.
-
- The tap API changed the return type of per-packet listener callbacks
- from int to gboolean back in 2009. Update a bunch of functions and some
- documentation accordingly.
-
- Change-Id: I79affe65db975caed3cc296a7e2985b7b9cdf4cc
- Reviewed-on: https://code.wireshark.org/review/9853
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 08e80b1
-Author: Evan Huus <eapache@gmail.com>
-Date: Sun Aug 2 08:41:27 2015 -0400
-
- Skip files larger than 8MB in valgrind fuzzing
-
- Follow-up to g2eabd35 which added a 20MB limit, this lowers it quite a bit since
- we're still seeing out-of-memory failures with files slightly larger than 8MB.
-
- Based on a quick scan of the menagerie this only excludes another dozen or so
- files so we won't lose much coverage.
-
- Ping-Bug: 11395
- Change-Id: I8d684bebad553408c68b125330f2878deedc3bff
- Reviewed-on: https://code.wireshark.org/review/9849
- Reviewed-by: Evan Huus <eapache@gmail.com>
-
-commit 7c46b25
-Author: Evan Huus <eapache@gmail.com>
-Date: Sun Aug 2 09:12:23 2015 -0400
-
- qt: fix scrollbar crash applying conv. filter
-
- When applying a conversation filter via context menu on the packet list,
- something triggers the scrollbar to redraw when it has a maximum value of 0,
- leading to a div-by-0. Guard against that (for now) though there may be a better
- long-term fix.
-
- Change-Id: I5fa0cac3e67f50a6c603a6fa10b117de5540d444
- Reviewed-on: https://code.wireshark.org/review/9850
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 78ca0af
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Sat Aug 1 11:38:03 2015 +0200
-
- HTTP2: remove weak part of the heuristic
-
- It is so fragile that it triggers too many false positives and it was not
- activated by default prior to g21e5a95.
- If required, a user can still use 'Decode As' functionality.
-
- Change-Id: I0236609665c57c6f3961cb9596c47b54da777641
- Reviewed-on: https://code.wireshark.org/review/9842
- 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>
-
-commit d12283b
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Sat Aug 1 18:38:15 2015 +0200
-
- proto.c: exclude hf_text_only from proto_registrar_is_protocol()
-
- This pseudo field is a specific case that is not linked to any protocol (despite parent being set to -1).
- This prevents a crash in Qt GUI when selecting a line added with proto_tree_add_subtree() or similar.
-
- Change-Id: I3b1cc2e6c7e71a71898f2ee9a02e9158eccf6fac
- Reviewed-on: https://code.wireshark.org/review/9845
- 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>
-
-commit 37a1bb8
-Author: Hauke Mehrtens <hauke@hauke-m.de>
-Date: Mon Jul 20 23:31:43 2015 +0200
-
- CoAP: add media type number for application/cbor
-
- application/cbor got the number 60 by the IANA, see
- https://www.iana.org/assignments/core-parameters/core-parameters.xml#content-formats
-
- Change-Id: I4dbfd9eff8bacb46e815140c4640359f9a951869
- Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
- Reviewed-on: https://code.wireshark.org/review/9847
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
-
-commit b1ce653
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Sun Aug 2 08:10:45 2015 -0700
-
- [Automatic update for 2015-08-02]
-
- Update manuf, services enterprise-numbers, translations, and other items.
-
- Change-Id: I1c6b1044870e93459bcf4743f00be68ff8ce8ff6
- Reviewed-on: https://code.wireshark.org/review/9851
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 711edcf
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Sat Aug 1 11:27:09 2015 -0700
-
- Set the reported length of chunk data correctly.
-
- The reported length should be the size of the chunk, not the remaining
- size of dechunked data.
-
- Update some comments while we're at it.
-
- Change-Id: Ia71948fb5ecebdaae3e171c53fd88cf72dcf76a3
- Reviewed-on: https://code.wireshark.org/review/9846
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 86a8b9c
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Sat Aug 1 13:28:01 2015 +0200
-
- MS-WSP: fix some Coverity warnings
-
- - prevent some NULL pointer deference pointer
- - remove DISSECTOR_ASSERT calls: it should be used only for dissector bugs
- - replace g_slist_next macro calls as the NULL pointer checks are already performed in the for loop
-
- Change-Id: If4efd5bb055c7806107ec9646e9864c7e345246d
- Reviewed-on: https://code.wireshark.org/review/9843
- 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>
-
-commit f8cac8e
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Sat Aug 1 16:41:52 2015 +0200
-
- PNRP: add support for message reassembly
-
- Bug: 11412
- Change-Id: I2e8ca62e1babbca20654e8907e8a0b04991bb18f
- Reviewed-on: https://code.wireshark.org/review/9844
- 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>
-
-commit 1afe288
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Fri Jul 31 16:52:37 2015 -0700
-
- More packet detail context menu items.
-
- Add the wiki and field reference items to the packet detail context
- menu. Add the "Go To Linked Packet" item in the Go menu and packet
- detail context menu. Use "Linked Packet" instead of "Packet Reference"
- and "Corresponding Packet". Remove more pending item comments.
-
- Change-Id: I66c40f71738f0996690f4818a546520ea0747088
- Reviewed-on: https://code.wireshark.org/review/9841
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit c8fec28
-Author: Guy Harris <guy@alum.mit.edu>
-Date: Fri Jul 31 15:37:49 2015 -0700
-
- Print times with the resolution from the capture file.
-
- Print the first packet and last packet time stamps with the resolution
- supplied for them, and print the difference between them with the higher
- of those two resolutions.
-
- Change-Id: I111fbbf91b5957e63dca650b85f182c5f103c5fd
- Reviewed-on: https://code.wireshark.org/review/9840
- Reviewed-by: Guy Harris <guy@alum.mit.edu>
-
-commit 2e3be54
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Fri Jul 31 22:20:34 2015 +0200
-
- RRC: upgrade dissector to v12.6.0
-
- Change-Id: Ied56f90a8689a25d4093795bfd97d57d40e382c6
- Reviewed-on: https://code.wireshark.org/review/9838
- 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>
-
-commit 26c933b
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Fri Jul 31 13:44:42 2015 -0700
-
- Fix binary data copying.
-
- As the QClipboard::setMimeData documentation says, "Ownership of the
- data is transferred to the clipboard." Allocate the mime data object
- accordingly.
-
- Note the results of trying to paste into hex editors on Windows.
- Frhed works. Hex Editor Neo and HxD do not.
-
- Change-Id: I46691ba95bf1f5c38817cd42ded73e8e67e4ee97
- Reviewed-on: https://code.wireshark.org/review/9837
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 5336c9a
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Fri Jul 31 12:21:28 2015 -0700
-
- More spacing fixups.
-
- Make spacing more consistent.
-
- Change-Id: I8980a84ca70660057016985299b0f95761076893
- Reviewed-on: https://code.wireshark.org/review/9835
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 787fa27
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Fri Jul 31 12:08:30 2015 -0700
-
- Remove spaces.
-
- Change-Id: Iabf5f7610ea5205ad4500502e2b531a8ee130484
- Reviewed-on: https://code.wireshark.org/review/9834
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit d8d3c52
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Fri Jul 31 10:34:43 2015 -0700
-
- Use an ellipsis character instead of three dots.
-
- The OS X Human Interface Guidelines at
-
- https://developer.apple.com/library/mac/documentation/UserExperience/Conceptual/OSXHIGuidelines/TerminologyWording.html#//apple_ref/doc/uid/20000957-CH15-SW3
-
- says:
-
- "Be sure to create the ellipsis character using the key combination
- Option-; (Option-semicolon). This ensures that an assistive app can
- provide the correct interpretation of the character to a disabled user.
- If you use three period characters to simulate an ellipsis, many
- assistive apps will be unable to make sense of them. Also, three period
- characters and an ellipsis don't look the same because the periods are
- spaced differently than the points of an ellipsis."
-
- The Windows desktop applications guidelines has a section on ellipses:
-
- https://msdn.microsoft.com/en-us/library/windows/desktop/dn742478.aspx
-
- but doesn't specify the a single glyph vs three dots.
-
- The GNOME HIG at
-
- https://developer.gnome.org/hig/stable/typography.html.en
-
- says "Take Advantage of Unicode" then specifically says to use U+2026
- HORIZONTAL ELLIPSIS.
-
- Remove the ellipsis from "Find Next" and "Find Previous". Neither
- requires user interaction.
-
- Change-Id: I0e6c28bb8b3a84b242731e2ca96f1a6f6f42c303
- Reviewed-on: https://code.wireshark.org/review/9833
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit c768087
-Author: Noel Power <noel.power@suse.com>
-Date: Thu Jul 30 14:27:01 2015 +0100
-
- MSWSP: Fix clang warnings and handle gracefully needed missing messages
-
- In addition to fixing some clang warnings code now handles the scenario
- where some needed messages may be missing in the capture, instead of
- silently ignoring now tell how many bytes we can't dissect and why.
-
- Change-Id: Ia6fd70d204d279799bc02209865c7f1da35d8191
- Signed-off-by: Noel Power <noel.power@suse.com>
- Reviewed-on: https://code.wireshark.org/review/9824
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
-
-commit c321171
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Thu Jul 30 16:15:40 2015 -0700
-
- Add Colorize to the packet detail menu.
-
- Change-Id: Idaac0b52e6e4534f40e13839e6dbce2408ca6bfa
- Reviewed-on: https://code.wireshark.org/review/9831
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit da07c62
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Thu Jul 30 13:55:46 2015 -0700
-
- More context menu updates.
-
- Add "Follow" and "Export Packet Bytes" to the packet detail context
- menu. Remove duplicate SCTP menu. Remove redunant action text.
-
- Change-Id: If69815dc774806e267fbd71aa390b0af6f3b0d14
- Reviewed-on: https://code.wireshark.org/review/9829
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 9603db4
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Thu Jul 30 12:34:53 2015 -0700
-
- Make copy menu item names more consistent.
-
- Change-Id: Ia7b2a87ba9ad843dfa9200d69eeb94275a3dc0bb
- Reviewed-on: https://code.wireshark.org/review/9827
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 549b8f0
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Thu Jul 30 12:23:03 2015 -0700
-
- Add a missing menu item.
-
- Add "Copy as Filter" to the packet list context menu. Remove completed
- item comments.
-
- Change-Id: I1e2d9ebcff2fb36918d3e7525690cfb105cb1b13
- Reviewed-on: https://code.wireshark.org/review/9826
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 16b048d
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Wed Jul 29 16:24:39 2015 -0700
-
- Packet list and detail context menu updates.
-
- Add some missing items to the packet list and detail "Copy" context
- menus. Don't nest the "Copy" items so deeply. Add YAML to the supported
- summary formats.
-
- Note that "Copy as Binary" copies to the clipboard as
- application/octet-stream, which is a) arguably correct, and b) not very
- useful. Fixes welcome.
-
- Enable and disable packet detail context menu items from a set of
- booleans similar to the packet list.
-
- Change-Id: Iaa931c766aa476c33f27de089e5c4dbaf9ce74d6
- Ping-Bug: 9320
- Bug: 10831
- Reviewed-on: https://code.wireshark.org/review/9825
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit e482786
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Mon Jul 27 23:21:15 2015 +0200
-
- conversation: fix indent (use tabs)
-
- Change-Id: I256c364954e1b9edd479e5f25a1d742cc216ffff
- Reviewed-on: https://code.wireshark.org/review/9809
- Reviewed-by: Michael Mann <mmann78@netscape.net>
-
-commit e4f418c
-Author: Bill Meier <wmeier@newsguy.com>
-Date: Wed Jul 29 18:48:14 2015 -0400
-
- [ieee80211] Don't call expert_...() under 'if (tree)'
-
- Change-Id: Idcda58191ca664412ef874a69f40eb09a5b38234
- Reviewed-on: https://code.wireshark.org/review/9820
- Reviewed-by: Bill Meier <wmeier@newsguy.com>
-
-commit d6f59cd
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Wed Jul 29 12:09:28 2015 -0700
-
- Main menu and packet list menu updates.
-
- Enable and disable packet list-relasted menu items in one place. Add
- "Colorize Conversation" items to the packet list context menu.
-
- In the GTK+ UI we tend to disable entire menus, which makes their items
- inaccessible. Try not to do that in the Qt UI so that menu items are
- always visible even if they're disabled.
-
- Remove commented items which are now complete.
-
- Change-Id: I69b878b45334bf88014694b1bf016278fa55a94b
- Reviewed-on: https://code.wireshark.org/review/9819
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit a03a43b
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Wed Jul 29 10:36:46 2015 -0700
-
- Capture file retapping fixups.
-
- Add CaptureFile::delayedRetapPackets, which starts retapping after the
- current batch of UI event are processed. Call it in the constructors of
- various dialogs so that they are shown before tapping starts.
-
- This *might* fix a crash found when following large streams from the
- Conversations dialog.
-
- Change-Id: If1b87491621ab7efcc0519f95891d34dcd9d18c1
- Reviewed-on: https://code.wireshark.org/review/9818
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 5b85613
-Author: Luca Melette <luca@srlabs.de>
-Date: Fri Jul 10 22:55:27 2015 +0200
-
- GSM_MAP: adding dissector for sendParameters (MAPv1)
-
- The current ASN.1 description of MAP (3GPP 29.002) is missing this operation.
- I recovered the needed code from an old MAP description (ets_300599e01p) and
- integrated the missing parts into the asn tree and C template file (via asn2wrs).
-
- Change-Id: Ibe05e6a99f3f95ac66740b5d319a7200fdb3e54b
- Reviewed-on: https://code.wireshark.org/review/9594
- Petri-Dish: Anders Broman <a.broman58@gmail.com>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit b467f1c
-Author: Noel Power <noel.power@suse.com>
-Date: Mon Jul 27 12:44:56 2015 +0100
-
- SMB2: only move ssi for request if request is really complete
-
- MS-SMB2 section '3.2.5.1.5 Handling Asynchronous Responses' states
-
- "If SMB2_FLAGS_ASYNC_COMMAND is set in the Flags field of the SMB2
- header and Status is not STATUS_PENDING, this is a final response
- to a request which was processed by the server asynchronously"
-
- This patch delays moving ssi information for a processed request
- to the matched hashmap until the request is actually completed.
- Without this patch the ssi information for the *final* matching
- message id response will not be available (on first pass) so a
- subdissector (e.g. MS-WSP) will not have the ssi information available
- to it. After this patch the ssi infomation will remain in the 'unmatched'
- hashmap until the 'final' response for the request is seen. While
- processing the 'final' matching response the ssi will be moved to
- the matched hashmap.
-
- Change-Id: Id501179ecb4f967a34c82b07d34dcdcd92537dc3
- Bug: 11402
- Signed-off-by: Noel Power <noel.power@suse.com>
- Reviewed-on: https://code.wireshark.org/review/9805
- 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: Anders Broman <a.broman58@gmail.com>
-
-commit 254dd6b
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Mon Jul 27 16:06:32 2015 +0200
-
- MSWSP: Enhance dissector
-
- * Use a value_string for display OS version
- * Remove unused pref modules
- * Remove boiteplate comment
- * Use boolean for TRUE/FALSE
- * Replace parseBoolean by proto_tree_add_bitmask
- * Remove unneed #include
- * Fix indent
- * ...
-
- Change-Id: I007dc2a92e8c8f8a9a921c2c091e6c9276f1873b
- Reviewed-on: https://code.wireshark.org/review/9806
- 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: Anders Broman <a.broman58@gmail.com>
-
-commit 65a1f60
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Mon Jul 27 16:17:44 2015 -0700
-
- Add "Disable Protocol..." to the ProtoTree context menu.
-
- Assume that "I don't want to see this" counts as a preference and add it
- under the "Protocol Preferences" submenu.
-
- Change-Id: I396e2476509db9df895826f8817b191893bcb14a
- Reviewed-on: https://code.wireshark.org/review/9812
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 01bc31c
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Mon Jul 27 15:28:50 2015 -0700
-
- Fixup packet list context menu behavior.
-
- Add logic to setMenusForSelectedPacket for setting the enabled states
- for the "Apply As" and "Prepare A" actions. Update the PacketList
- context menu code to fill in the right filter at the right time.
-
- Exit out of setMenusForSelectedTreeRow if the packet list has focus so
- that we don't clobber the enabled states of various actions.
-
- Take the "Apply As" and "Prepare A" context menu titles from their main
- window counterparts. Remove actionApply_as_Filter and
- actionPrepare_a_Filter.
-
- Remove completed to-do items.
-
- Change-Id: I8f6f538bb7786d8df02a999f3b449dfde640e847
- Reviewed-on: https://code.wireshark.org/review/9810
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 2c79830
-Author: Evan Huus <eapache@gmail.com>
-Date: Sun Jul 26 22:29:58 2015 -0400
-
- tcp: only reset dupACK counter when ACk# changes
-
- Otherwise things like window changes will reset the dup-ack counter incorrectly
- and confusingly.
-
- Bug: 11397
- Change-Id: I80b63cf989a952547bec48562a92078c8ab29081
- Reviewed-on: https://code.wireshark.org/review/9802
- Petri-Dish: Evan Huus <eapache@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Evan Huus <eapache@gmail.com>
-
-commit 1732017
-Author: Gerald Combs <gerald@zing.org>
-Date: Sun Jul 26 13:21:40 2015 -0700
-
- Add an application-wide style sheet.
-
- Use it to work around poorly drawn splitters on OS X.
-
- Change-Id: Ic8e7331b1ba37fe783312b4460961f361297c7f0
- Reviewed-on: https://code.wireshark.org/review/9798
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 000ce64
-Author: Luke Mewburn <luke@mewburn.net>
-Date: Sun Jul 26 21:54:12 2015 +1000
-
- nettrace3gpp324423: fix name consistency
-
- Improve consistency when referring to 3GPP TS 32.423:
- - The standard name is "3GPP TS 32.423" (with "TS", and "." separator).
- - Fix typo in number series ("32" not "34").
- - The standard refers to "Trace", not "Nettrace".
-
- Change-Id: If9994b9c6de69b6e1bdfc6679fbaabe698971949
- Reviewed-on: https://code.wireshark.org/review/9795
- 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: Anders Broman <a.broman58@gmail.com>
-
-commit 8b316ff
-Author: Hadriel Kaplan <hadrielk@yahoo.com>
-Date: Sun Jul 26 17:31:26 2015 -0400
-
- Tshark doesn't display column text as field in 2-pass mode
-
- Bug: 11401
- Change-Id: I6aa43d5cdd996aaf0980ab59b690212e41046acc
- Reviewed-on: https://code.wireshark.org/review/9800
- Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit 179da0f
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Sun Jul 26 08:10:01 2015 -0700
-
- [Automatic update for 2015-07-26]
-
- Update manuf, services enterprise-numbers, translations, and other items.
-
- Change-Id: I3ddd31b2ebded50dcbe974ce99ef9b417b39aa2f
- Reviewed-on: https://code.wireshark.org/review/9796
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit 29f2f09
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Sun Jul 26 10:53:02 2015 +0200
-
- MSWSP: Remove usage of stdbool.h
-
- For fix build on Solaris
- "/usr/include/stdbool.h", line 42: #error: "Use of <stdbool.h> is valid only in a c99 compilation environment."
-
- Replace bool -> gboolean
- Replace true -> TRUE, false -> FALSE (for fix Wcompat error..)
-
- Change-Id: Ia3f39bfbbaf7cf35a916eb37edfc6745ea50ad36
- Reviewed-on: https://code.wireshark.org/review/9793
- Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
-
-commit cc134b1
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Sun Jul 26 11:17:04 2015 +0200
-
- MSWSP: Try to fix Mac OS X Buildbot
-
- Change-Id: I0c7bd3ea3900630ce4516cb00e6400cca353b672
- Reviewed-on: https://code.wireshark.org/review/9794
- 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: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit 0795931
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Sun Jul 26 10:32:41 2015 +0200
-
- VoIP Call: fix Ubuntu Buildbot
-
- Missing init of new sip_frame_num variable...
-
- voip_calls_dlg.c: In function ‘voip_calls_get_info’:
- voip_calls_dlg.c:132:3: error: enum conversion in initialization is invalid in C++ [-Werror=c++-compat]
- voip_calls_dlg.c:132:3: error: (near initialization for ‘the_tapinfo_struct.fs_option’) [-Werror=c++-compat]
- voip_calls_dlg.c:132:3: error: missing initializer for field ‘redraw’ of ‘voip_calls_tapinfo_t’ [-Werror=missing-field-initializers]
- ^
-
- Change-Id: Ib76dec02d03f66d365ef18926bc4507a6f70556d
- Reviewed-on: https://code.wireshark.org/review/9792
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-
-commit c711a63
-Author: Michal Pazdera <michal.pazdera@gmail.com>
-Date: Fri Jul 3 10:21:04 2015 +0200
-
- Avoid duplicate SIP and Q.931 calls in VoIP Calls list in case of Q.931
- transported over SIP as described in RFC 3204, 3.2 QSIG Media Type.
-
- Change-Id: Ida30a7b115e60fa64d30cfc1f4b7c11be724f8ee
- Reviewed-on: https://code.wireshark.org/review/9479
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 19578ba
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Fri Jul 24 09:53:09 2015 -0700
-
- Minor Enabled Protocols tweaks.
-
- Try to keep long protocol names from widening the first column too much.
-
- Expand all tree items.
-
- Change-Id: I4f09aa2a895aa0ee5a6faab8242768b62b1208bc
- Reviewed-on: https://code.wireshark.org/review/9771
- 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>
-
-commit fe7a35a
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Thu Jul 23 22:38:41 2015 +0200
-
- ISAKMP: Remove uneeded space before HF name and HF filter
-
- Change-Id: I5669277b9a03cba17067d52e6a9f9df933c3eb5d
- Reviewed-on: https://code.wireshark.org/review/9767
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 3ea89e6
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Mon Jul 6 09:51:11 2015 +0200
-
- lemon (tools): Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
-
- Change-Id: Ibfa0bfd589e77a58b7b242c7c2fe25ef052a874e
- Reviewed-on: https://code.wireshark.org/review/9516
- Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-
-commit 47c1753
-Author: Richard Sharpe <rsharpe@samba.org>
-Date: Fri Jul 24 20:41:31 2015 -0700
-
- Fix an error where we expect the tagged parameters field to be present even
- though the spec (802.11ad-2012) says they are optional.
-
- Communicated to me by the WiFi Alliance. I have captures. Not sure if I can
- share them.
-
- Change-Id: Id5998594214ac4b6a1d3baf3cb2f0d4fe6227b40
- Signed-off-by: Richard Sharpe <realrichardsharpe@gmail.com>
- Reviewed-on: https://code.wireshark.org/review/9785
- Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-
-commit 92fa272
-Author: Andrei Cipu <acipu@ixiacom.com>
-Date: Thu Jul 23 17:25:57 2015 +0300
-
- ISAKMP: Add 3GPP IMS Options for IKEv2
-
- Bug:11392
-
- Change-Id: I53045f25cf9f3daf910e9fd5240033ffcd1941a2
- Reviewed-on: https://code.wireshark.org/review/9757
- Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-
-commit 2874334
-Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
-Date: Thu Jul 23 22:31:09 2015 +0200
-
- ISAKMP: The modecfg attribute type INTERNAL_IP6_ADDRESS is not decoded correctly
-
- According to RFC7296, section 3.15.1:
-
- "The INTERNAL_IP6_ADDRESS is made up of two fields: the first is a 16-octet IPv6 address, and the second is a one-octet prefix-length as defined in [ADDRIPV6]."
-
- In the code, the type is declared as FT_IPv4 and the field is decoded only if it has 16 bytes. Instead, it should be declared as FT_IPv6 and the first 16 bytes should be added to the tree.
-
- Issue reported by Andrei Cipu
-
- Bug: 11393
- Ping-Bug: 11392
- Change-Id: I8dbc268e71fd6239dffa5469652345a68e0adc86
- Reviewed-on: https://code.wireshark.org/review/9761
- Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 38a2385
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Sat Jul 25 17:10:31 2015 +0200
-
- MAC LTE: fix dissection of Long DRX Command Control Element
-
- Change-Id: I2d122a9ad8cd768499bff8e1af8754d2eb504594
- Reviewed-on: https://code.wireshark.org/review/9788
- 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>
-
-commit 8c4b831
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Sat Jul 25 16:30:55 2015 +0200
-
- MAC LTE: fix dissection of CCCH SDU for Category 0 UE
-
- Change-Id: I2d840ad2ba70cdf87b3cd12b9d4a433f05e0b1b2
- Reviewed-on: https://code.wireshark.org/review/9787
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
-
-commit 190e313
-Author: Hadriel Kaplan <hadrielk@yahoo.com>
-Date: Sat Jul 25 09:24:48 2015 -0400
-
- DNS: move DNS name resolution pref to Name Resolution prefs
-
- Move the boolean flag for using captured DNS packet info for name resolution
- to the Name Resolution preferences settings, as it was rather surprising to
- disable Name Resolution preferences and still have names being resolved. Also
- disble them all if the '-n' command line switch is used, and re-enable it for
- a 'd' character in the '-N' option.
-
- Bug: 10337
- Change-Id: Ie4d47bab0100db3360cc447cd3e446b2e39aa917
- Reviewed-on: https://code.wireshark.org/review/9786
- Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
-
-commit 3fc4a83
-Author: Jeff Morriss <jeff.morriss.ws@gmail.com>
-Date: Fri Jul 24 14:51:37 2015 -0400
-
- Fix ptvcursor_add() so it can dissect the last bytes in a TVB again.
-
- ptvc->offset has already been incremented by the item length so don't use it as
- the offset to test_length(); we need to use the original offset.
-
- Problem introduced by Idfd258c734e7a946300b2564bebf6e4cb374c8d1 .
-
- Change-Id: I0421539bde6e8eb7b5aa3e22dbb0ca8098e88d6f
- Reviewed-on: https://code.wireshark.org/review/9779
- Reviewed-by: Michael Mann <mmann78@netscape.net>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit c425334
-Author: Gregor Beck <gbeck@sernet.de>
-Date: Mon Sep 17 13:22:32 2012 +0200
-
- MSWSP: Initial implementation of MS-WSP (windows search protocol) dissector
-
- This changeset is a forward port of Gregors ms-wsp branch from his
- repo http://repo.or.cz/w/wireshark-wip.git. Most of the messages of
- the MS-WSP protocol are implemented here and as such consists of the
- majority of the changes for the dissector.
-
- In addition to the forward porting Gregors work I added some extra bits
- 1) cater for SMB2 Read Response and Write Request msgs that can also
- contain MSWSP messages
- 2) update property specifications with info extracted from MS-WSP protocol
- doc
- 3) store some basic data about previously seen messages that are needed
- for dissecting CPMGetRows request
- 4) expand/update dissect_CPMSetBindings & parse_CTableColumn routines
- 5) parse and store CTableColumn & CPMSetBindingsIn structures in conversation
- related data for use later.
- 6) fully dissect/parse SeekDesciption of CPMGetRowsOut
- 7) dissect CPMGetRows out message specifically the Rows & Columns
- 8) flesh out the boolean properties of uBooleanOptions field
- 9) flesh out various other dissectors:
- CPMRatioFinished
- CPMRestartPosition
- CPMCompareBmkIn/CPMCompareBmkOut
- CPMGetApproximatePosition
- CPMGetSendNotifyOut
- FindIndicesIn/Out
- FetchValue
-
- Bug: 11321
- Change-Id: I68b5c2f3e63874c1dbb271feab89b2b8aa65ac39
- Signed-off-by: Noel Power <noel.power@suse.com>
- Reviewed-on: https://code.wireshark.org/review/9440
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Anders Broman <a.broman58@gmail.com>
-
-commit 23ca456
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Sat Jul 25 00:08:52 2015 +0200
-
- MAC LTE: fix dump of last SDU
-
- Change-Id: Ice39b71fab564cde0688c451bdf46c7e426475ce
- Reviewed-on: https://code.wireshark.org/review/9782
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
-
-commit 7be155e
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Fri Jul 24 10:24:15 2015 -0700
-
- Try deleting WiresharkDialog when we close it.
-
- QDialog::accept and ::reject hide the dialog but don't delete it. In the
- case of WiresharkDialog and its subclasses we might leak memory or leave
- files open. Call deleteLater when we close the dialog.
-
- Change-Id: Ie0b848a7deeeee4667925b0d886e498f13a86bfc
- Reviewed-on: https://code.wireshark.org/review/9781
- Petri-Dish: Gerald Combs <gerald@wireshark.org>
- Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
-
-commit d24614c
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Fri Jul 24 19:50:29 2015 +0200
-
- MAC LTE: fix dissection when only header is captured but full PDU length is reported
-
- Change-Id: I66ccfc26b3a0e948fdcf8dfe4ec8e87e6ed756da
- Reviewed-on: https://code.wireshark.org/review/9778
- 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>
-
-commit bb7e657
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Fri Jul 24 19:13:31 2015 +0200
-
- RLC: fix dissection when only header is captured but full PDU length is reported
-
- Change-Id: I06e7bed71a42c6cbe500d7f1994a625b37d6586c
- Reviewed-on: https://code.wireshark.org/review/9777
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
-
-commit b962fdd
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Fri Jul 24 19:12:45 2015 +0200
-
- RLC LTE: fix dissection when only header is captured but full PDU length is reported
-
- Change-Id: I67654bb0ca30d9bb56c9a4b3be179161ecd0de3a
- Reviewed-on: https://code.wireshark.org/review/9776
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
-
-commit b9a4bab
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Fri Jul 24 19:10:30 2015 +0200
-
- PDCP LTE: fix dissection when only header is captured but full PDU length is reported
-
- Change-Id: I62c89a49f3cf2ed566e16a978b2ed237f09d466e
- Reviewed-on: https://code.wireshark.org/review/9775
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
-
-commit 1ea2565
-Author: Pascal Quantin <pascal.quantin@gmail.com>
-Date: Fri Jul 24 18:32:26 2015 +0200
-
- SIP: heuristic dissectors should use the captured length, not the reported one
-
- Otherwise it triggers a "packet size limited during capture" exception
- preventing following heuristic dissectors to be called
-
- Change-Id: Ifc97e84b4e40a1c7dc0b0c63b7b9e015bd99d178
- Reviewed-on: https://code.wireshark.org/review/9774
- Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
-
-commit efefdbb
-Author: Gerald Combs <gerald@wireshark.org>
-Date: Fri Jul 24 12:04:27 2015 -0700
-
- 1.99.8 → 1.99.9.
-
- Change-Id: I014399c332136a10b1c560d4c68be5b8bab97552
- Reviewed-on: https://code.wireshark.org/review/9780
- Reviewed-by: Gerald Combs <gerald@wireshark.org>
+87c8be2 Switch some AsciiDoc replacements to attributes.
+fec1061 Kafka: pass api_version to response and start to use it
+eb37819 Allow for vendor private use RRO subobject
+c1a3829 Remove superfluous size checks (CID-1158694)
+74484c6 Apply the prefix operator to iterators.
+5023356 Use separate main geometry settings for Qt and GTK+.
+73286c4 Support reading in and storing multiple Section Header and Name Resolution blocks.
+f82c661 Upgrade Filter Expressions preference to use DisplayFilterEdit.
+e84b0fd Fix condition for expert info (CID-1025920)
+e62e696 Synchronize file type registrations from freedesktop to OS X.
+5889d10 Free if the pointer to the item being freed is *non*-null, not if it's null.
+1755d74 ESP: keep IP protocol, encryption and authentication algorithms when copying an UAT entry
+23d1fed Qt: Fix "applicable" capture interface behavior.
+767a59e Don't sign extend unsigned integer fields larger than 32 bits.
+f7cd537 PIMv2 Hello packet incorrectly dissect Option 1
+4509f2e PIMv2: Enchance display of Holdtime
+1b330db pcap: Remove the WinPcap version checking for the Details dialog
+ad0e70f ERF: Make ERF wiretap forwards compatible.
+0ec5a27 Qt: RTP audio stream fixups.
+f1ff320 Move ip6_to_str_buf() to to_str.c and make it take the buffer length.
+528edba afs: eliminate "malformed packet" false alarms
+75731e6 Kafka: add more error codes
+d3b5e92 Qt: Add zoom to the flow / sequence dialog.
+89896f8 Add support in checkhf.pl for expert info.
+0461b39 Fix a mac collision in wka.tmpl.
+88c9147 Qt: Improved ImportTextDialog layout
+82cd99e Firewall rule fixups.
+cbf4a8c SIP: add UAT for custom fields definition
+d40b40d Update .mailmap: fix duplicate entry or name typo
+57ef06e *_stdup_printf -> strdup for "single string only" formatting.
+6333b98 DNP: Make checkhf (ei ?) happy
+f9be95c Add a routine to get an array of all instances of a string option.
+adee685 Directly use wtap_opttypes calls to fetch SHB options.
+56e33a5 DNS: Update draft-ietf-dnsop-cookie to final rfc (7873)
+372d4de QUIC: Diversification nonce is only present from server to client
+3a2dd2f DOF: Make checkhf (ei ?) happy
+46bcbbc Add missing initializer (CID 1362506)
+4b66b32 Resolve false positive ERROR: NO ARRAY found in ei array entries
+eec602b Clean up white space.
+86f9164 Initialize all header_field_info members
+e6c0727 [Automatic update for 2016-06-05]
+159c190 QUIC: Implement Q034 support
+96783ea RTPS: Fixed the scenario where discovery contains PID_EXTENDED
+ab82d45 AMQP: Fix false positive
+887b203 Don't copy details of hidden columns.
+6a847b7 Fix expert_info errors found by new and improved checkhfs.pl.
+7d71906 UMTS_FP: fix handling reserved C/T value
+b84b3f9 Qt ui code: fix qreal type problems on ARM platform
+bb246f5 Since Wireshark has also supported Npcap in Npcap mode, let's make WinPcap installing option unchecked by default.
+c72c7d7 opa: Fix LIDs not being byte swapped
+a6618ff Move npf_sys_is_running() from wsutil to caputils.
+018765f Remove an ellipsis UTF-8 character in gsignal.h
+6a860e9 Add support for Npcap native mode: 1) Start Npcap service for capturing packets on Windows if WinPcap service is unavailable. 2) Search Npcap DLLs (wpcap.dll, Packet.dll) also in "system32\Npcap" folder after "system32" is searched.
+da84de5 Update the release notes.
+bec5fed Qt: Add UTF-16 output to Follow Stream.
+7983604 [IEEE1722] Add a range_string for the subtypes we know about.
+ae4f7e4 SMB2: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+4edf398 GSM RLC/MAC: better wording for PS HO data sources
+428ee66 GSM RLC/MAC: add dissection of 2G->3G/4G PS handover
+f9f8e21 Remove 'if (tree)' checks from code samples.
+d53229d AT: fix heuristic check
+cad300e Use file extension when capturing from multiple interfaces.
+b6ace80 profinet: set ioDataObject structure to 0
+4d11b1d QUIC: Tag RSEQ and RNON use little endian
+d1ae5bc clean up some comments in tvb_find_line_end()
+745a602 IPv6: Don't disable relevant RPL expert infos with "strict" preference
+90235f0 IPv6: Add indexes to routing header address vector
+a92c9cd IPv6: Try to dissect routing exthdr even if length is not aligned.
+987ff3e Qt: Firewall Rules dialog.
+4b216ae Qt: Use checkboxes in the capture options dialog.
+83cecaa IPv6: Add option for extension header length field in octets
+614d09a Add data structures necessary to support multiple Name Resolution blocks.
+dcf7ac4 Create unique GUIDs for recently added file associations.
+697996a Create a FieldFilterEdit class and apply it to custom column preference field.
+3742662 Qt: Check for valid color filter before use
+76ef2d2 Fix a compile error occurring on RedHat Enterprise Linux Workstation release 7.0 (Maipo).
+6fa77a6 Add data structures necessary to support multiple Section Header blocks.
+bd932bb [docsis->type35ucd] Fix TLV 15 & 16 bugs
+55548f2 ZigBee ZDO: fix parse of ZDO Node Descriptor Response.
+2184ae1 [SIP] If SIP URI userpart starts with a + add an MSISDN filter.
+10f1ea6 at: remove an unnecessary if (tree) check
+b079151 CSN1: fix dissection of variable bitmaps
+575e4df GSM RLC/MAC: add dissection of NAS container
+830cc95 Terminate last <dict> in Info.plist
+b48bff8 Make the modelines more like other ones.
+1192798 Fix compile error:
+69a2585 Apache Cassandra CQL protocol v3.0
+acc018b Allow create_tempfile to support a suffix.
+b2845a6 tshark man page: the first TCP stream is stream 0, not 1.
+162edec Register a few more file extensions as belonging to Wireshark.
+16c9156 Qt: Color _ANY and _TCP sequence analysis items.
+20a4183 Update function block depiction.
+281691f SMB2 ioctl FSCTL_OFFLOAD_WRITE
+437477c Change the declaration of nghttp2_mem_free2() to match the definition.
+d67e305 Pick up some updates from Jeff Morris' abandoned change.
+8f1efa9 Squelch a compiler warning.
+56a095f Suggest that file types should also be registered in the WiX installer.
+99f4ccb Qt: Use a standard "Start" button in Capture Options.
+469719f [docsis->rngrsp] Packet decoded in greater detail
+99d9e4a SMB2 ioctl FSCTL_SRV_COPYCHUNK and related
+1fb2f53 ssl: export ssl_starttls_* functions so they can be used by plugins.
+d77b831 LTE-RRC: fix dissection of GPRS container
+7f2de76 Qt: Monitor mode fixups.
+f61cdc3 RTPS: Updated name of CRC field
+35feab8 Fix display of composite tvbs in GUI
+0ea0596 Qt: Expand "to do" comments in SequenceDialog.
+f786c7a Qt: Fix compilation for Qt 4.
+5e9b5d9 If we've seen HTTP in this conversation mark the frame as being HTTP.
+057d8a8 qt: fix crash when saving RTP audio
+ccb936e RTPS: Added support for new features
+33414fe Remove proto_item_append_string.
+0add74f Restore a preference column type if fields are empty.
+5948eee mgcp: remove some unnecessary if (tree) checks
+6e609d1 mgcp: don't THROW() an exception from a dissector
+ed42a48 mgcp: clean up dissect_mgcp()
+aba533c mgcp: don't throw an exception while checking if it is our packet
+68903e7 Update to nghttp2 1.11.1
+7723ed6 SMB2 ioctl FSCTL_QUERY_ALLOCATED_RANGES etc
+5b5ed79 If routines return a wtap_opttype_return_val, declare them as doing so.
+8fa51eb zbee-aps: don't THROW() an exception from a dissector
+7d29f41 dcerpc-fileexp: don't THROW() an exception from a dissector
+c046ea8 winsrepl: don't THROW() an exception from a dissector
+023da37 TCP: fix 'mptcp.related_mapping' exists multiple times with NOT compatible types: FT_NONE and FT_FRAMENUM
+c711a11 OPA MAD: fix conflict for hf fields
+1b920b1 Add nghttp2 folder to ignore pre-commit check
+577d4f2 QUIC: fix 'quic.puflags.cid' exists multiple times with NOT compatible types: FT_UINT8 and FT_BOOLEAN
+07c5e05 ISUP: make number string filterable again
+7884c5e ISUP: change back code to gc04ee3e and replace proto_item_append_string by proto_item_append_text
+4e932e7 RTPS: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+18452f8 Fix a compile error: [ 17%] Building C object epan/dissectors/CMakeFiles/dissectors.dir/packet-isup.c.o /Users/jmayer/worktmp/wireshark/git/epan/dissectors/packet-isup.c:3415:71: error: implicit conversion loses integer precision: 'unsigned long' to 'guint' (aka 'unsigned int') [-Werror,-Wshorten-64-to-32] e164_info.E164_number_length = wmem_strbuf_get_len(strbuf_number) - 1; ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ 1 error generated.
+47b5836 Copy all options when creating SHB block for new file.
+da55e2c Remove the last usage of proto_item_append_string
+734bcd3 [Automatic update for 2016-05-29]
+e61804c [docsis->type35ucd] TLV 7 ON OFF
+6f31a04 More use of wtap_optionblock_foreach_option().
+da8a669 Use wtap_optionblock_foreach_option() to get the SHB options.
+1095ba3 Qt: Sequence dialog page up+down.
+3fbd397 If we're "[Saving] the file and [closing] it", actually *close* it.
+a0d7121 BOOTP: Added Boot Services Discovery Protocol (BSDP)
+c85120e Consistently pass C++ Boolean constants to saveCaptureFile().
+0482b78 Set frame/file protocol list only after dissection is complete.
+4489341 Make wtap_optionblock_foreach_option public.
+80ce7f0 Qt: Sequence dialog navigation updates.
+dfc545d Test: Revert debugging output.
+b3514e8 Create a "placeholder" NFS CB protocol for ONC-RPC stats.
+19c0b8b Don't use "== {TRUE,FALSE}" when testing whether a Boolean is true or false.
+1a5b05d Show the reserved fields in AAPL buffers.
+a62c963 RTPS: Added support to parse the PID_TYPE_OBJECT
+a8af8c8 SMB NtTransCreate should decode extended response
+1b73d0c SMB TreeConnectAndX response improvement
+5dc2a3d SMB2 FSCTL_SRV_ENUMERATE_SNAPSHOTS misnamed
+f0424b4 SMB2 Notify response shown as malformed
+ab63b89 Qt: Don't use QMap::first or ::last
+9f02b25 Remove some proto_item_append_string
+7ca8e46 Remove write capabilities from wtap_optionblocks.
+c0e679e Cyclic PROFINET PROFIsafe RTC1 data dissection
+32c1a2a SMB NtCreate andX with extended response sometimes incorrect
+9314652 SMB Open andX extended response decoded incorrectly
+33103f3 Qt: Add next / previous sequence shortcuts.
+aaa5551 Update the comments/warnings about using proto_tree_append_string().
+0bc1cdd Fix dissection of JXTA over UDP.
+b9487a7 Qt: Escape sequence dialog hint text.
+f4748af Add P-Access-Network-Info decoding fields
+6952c13 Qt: Add Time and Comment labels to the sequence diagram.
+bf62898 Remove an extra break from a copy-and-pasteo.
+a975490 Clean up indentation.
+9d283d7 Remove NULL checks after dereference (CID 1358549 and CID 1358683)
+6247179 Stylistic constency.
+b565320 OPA MAD: fix Result of operation is garbage or undefined found by Clang Analyzer
+ce0223d manolito: fix indent (remove unused tab/space)
+d12ae6b Add support for Apple Create Context extensions.
+3ace225 Document wmem null guarantee
+6d9022d qt follow stream: set the file name before opening
+fa2ca46 zigbee zdp: There are 32 bits in a guint32.
+39c8e7e Qt: Enable Analyze -> Conversation Filter
+6308d57 TCP: Fix Dereference of null pointer found by Clang analyzer
+61ca435 TCPCL: Return -1 when tcp_dissect_pdus asks for a length and it doesn't look like a TCPCL packet.
+9b0b20b Make sure EAPOL body is big enough for a EAPOL_RSN_KEY.
+b831f25 Include <sys/socket.h>, too.
+b07d5c7 Explicitly include <netinet/in.h>.
+81d65cc Add wtap_optionblock_set_option_string_format
+6a99218 qt follow stream: don't crash when saving to an non-writable file
+fc95881 Revert "zigbee zdp: remove some misleading casts"
+d8ef04c zigbee zdp: remove some misleading casts
+032be8f manolito: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+48b9f47 Bluetooth: Update Member UUIDs and CompanyIDs
+267dfea zigbee zdp: remove some unnecessary NULL checks
+1f94e95 [Automatic update for 2016-05-22]
+b82a1a5 Qt: fix parameter 'overlay_image' not found in the function declaration [-Wdocumentation]
+546f5aa ERF: Fix and improve ERF_TYPE_META sanity checks
+6d0738f Start dissecting the Mikrotik/Routerboard vendorspecific IEs
+bb0ec15 speex: Fix unknown option after ‘#pragma GCC diagnostic’ kind [-Werror=pragmas]
+7a23f42 Make -Wunused-const-variable a C only warning
+20c284c Revert "tango_color(.h): avoid ‘tango_butter_3’ defined but not used [-Werror=unused-const-variable] found by gcc6"
+38cc428 Reapply "ws80211: Disable shorten-64-to-32."
+1140b11 Add clang-specific DIAG_OFF pragma
+77fd31e Revert "ws80211: Disable shorten-64-to-32."
+1f9a2dc configure.ac: Capitalize PACKAGE_NAME as "Wireshark"
+5f24676 [skinny] Fix StartMediaTransmissionMessage and OpenReceiveChannelMessage protocol version 20
+2609d78 wtap_opttypes: fix no previous prototype for function 'wtap_opttype_write_data_uint64_timestamp' [-Wmissing-prototypes]
+beca560 Add mentioning of support of Server 2012 R2 in the users guide
+526576f Bluetooth: BTLE: Add 4.2 LE CONTROLLER COMMANDS
+5078561 Add ability to add custom block types.
+19bb8f6 configure.ac: Fix yacc/lex test for out-of-tree build
+3b7d139 Cisco WIDS wlan frames as sent by standalone APs do not include the QoS control stuff.
+9cd10f0 Add CiscoSystems, vendor id 9 AVPs
+cafa1db QUIC: Enhance Connection Close error check
+949bc3e Bluetooth: GATT: Add support for PLXS/PLXP
+9cbad02 Qt/Bluetooth: Allow to use Enter button for jump to frames
+7a7d790 Qt: Add a bottom border to the packet map.
+6e48240 PCEP: fix L bit mask for PATH-KEY sub-object
+a8537e0 configure.ac: Don't require flex unless we need it
+1c842bc docs: Update Show Packet Bytes docs
+6eae028 Qt: Add Decode as Quoted-Printable in Show Packet Bytes
+a558178 ZigBee: implemented Green Power ZCL cluster dissector.
+0183084 Babel: New Message String Values
+cf4c86c Add missing #include <algorithm> for std::sort()
+d5508d2 autotools: Add automake silent rule for ln -s
+51004b9 GRE: add support for ARP
+239ed44 DNS: Update edns-tcp-keepalive EDNS0 Option to final rfc (RFC7828)
+181f920 QUIC: Enhance RREJ tag dissection
+06e6816 QUIC: Update some field name on ACK Frame
+7c8e264 DNS: Fix typo on Padding EDNS0 description
+46dd8a0 BGP : Add Virtual-Network Identifier Extended Community
+ece2863 [E212] Add an MNC used in test networks to get correct MNC length.
+886e2bf Use some FT_BYTE "BASE"s in isis dissectors.
+0cadb33 USB: check length before calling setup response subdissector
+3a637f3 androiddump: Add model name to user-friendly interface name
+988ac36 Replace some tvb_get_ptr calls.
+3f48ef4 Qt: Add accessible names to main welcome widgets.
+c564715 Qt: make RTP stream analysis columns sortable
+2065024 lbm (CID 1201450): result of shift operation is always 0
+21f798e lbmpdm (CID 1201451): result of shift operation is always 0
+260ef14 lbmc (CID 1201452): result of shift operation is always 0
+2262c06 Correctly write out the isb_startime and isb_endtime options.
+6a19c7c manolito: try to detect the packet type ...
+68ede6f manolito: use a value string for longname
+102b216 manolito: use tvb_get_string_enc() for the field name
+55fdbd5 manolito: refactor the message parsing
+e3a53fb manolito: remove some pointless comments
+495b74f manolito: skip integer elements that have an invalid length
+c1214d2 manolito: don't use a temporary data pointer
+dd16f65 manolito (CID 1355642): avoid shifting by 32 bits
+1498220 [skinny] Update message definitions
+ba3f4f9 opa: Add dissectors for Intel’s Omni-Path Architecture (OPA)
+5c08509 6lowpan - Eliminate tvb_get_ptr
+6614f38 Replace tvb_get_ptr with tvb_memdup.
+cf66bdb Qt: Delete recent items.
+fe187b6 tvb_get_ptr + wmem_alloc = tvb_memdup
+ad02d79 QUIC: Add new public flags (Diversification nonce and Multipath)
+7d7072c QUIC: Update QUIC Error message list
+2a08bd7 Enhance error printout if register_dissector_table() is called with wrong type.
+dcd833e Use a native Section Header block for capinfo.
+cc07b81 Use the new ETHERTYPE_QINQ_OLD #define.
+7df8b44 ethertype: Add old non-standard 802.1ad (QinQ)
+eb8062d ethertype: fix indent (use tabs) and modelines info
+6aa2d8e configure.ac: Don't require yacc unless it is required
+9f8fc21 autotools: Check for SpeexDSP system library
+ea626b5 QUIC: Sequence (Number) is rename to Packet Number
+74f506e [SIP] Remove expert info for Contact with expires=0, it's used in 3GPP SIP calls.
+c04ee3e ISUP: fix buffer overrun when a number contains too many digits (CID 1361601)
+ad4d0b8 Create option flag field for dissect_ieee80211_common.
+aa3caf4 QUIC: Fix heuristic to detect Connection Close
+2415bc7 QUIC: Add Version Negotiation dissection
+2af2442 QUIC: Rename some function
+72bba57 tshark: fix double memory free when analyzing several RTP streams
+01e8c79 ISUP: Fix no previous prototype for function 'dissect_isup_digits_common' [-Wmissing-prototypes]
+de64c89 Export PDU (ui): fix no newline at end of file [-Wnewline-eof] and modelines info
+61a912c [Automatic update for 2016-05-15]
+92cce48 GUI: Add shortcut for packet and capture comment
+c38f4e1 pcap-common: Account for padding in ENCAP_ERF len and caplen
+f295bf1 ERF: Add dissection of missing ERF types
+7e8a2c7 QUIC: Wrong length comparaison
+3210f85 QUIC: Add Public Reset dissection
+6254648 dof: use include "" to include packet-tcp.h
+b3e0dc5 dof (CID 1358547): remove dead code
+2f1e956 mp2t (CID 1355406): fix a potential integer overflow
+a7ba38a s7comm: fix warning found by clang analyzer
+bda417a Use g_get_charset instead of g_get_codeset.
+8c95f96 Qt: Use SpeexDSP API names for RTP player
+43776d4 Qt: Fix a recent files infinite loop.
+4ec84a3 Fix (spurious) checkAPIs issue
+0766f78 packet-nfs: Add flex file flag: FF_FLAGS_NO_READ_IO
+32a2167 Run checkAPIs in epan/wmem/
+4d4190f Have wmem conform to checkAPIs.pl
+f3e1208 Qt: add some cleanup function calls missing when leaving application
+de61fb1 BACAPP: event-time-stamps decode fix
+eb047b0 Fix inclusion of images in PDF versions of the guides.
+2b52f24 automake/nmake: run checkAPIs in ui/cli/
+8c614b8 jxta: there's no need to call proto_tree_set_visible() when calling append_text()
+a1891f6 Add filterable fields for each ISUP number.
+d12561f Move the Valgrind size check after the capinfos check of the file.
+6be20bb automake: fix wslua generation in out-of-source-tree builds.
+e578ac7 Update the release notes.
+1fca776 packet-nfs: add decoding and displaying of exclusive create attributes
+d05ad7f BACAPP: Added dissection for NotificationParameter
+7623aed ERF: In packet-eth register ERF_TYPE_ETH variants.
+8e0a9dc codecs: Move noinst_HEADERS to Makefile.am
+aa033aa WiX banner and dialog images.
+b601daa extcap (CID 1355644): fix the range check for guint
+21090ca autotools: Move OSX autoconf macros to ws_osx.m4
+b9c7b12 configure.ac: Remove condition for AC_CHECK_FUNC (on Solaris)
+9c316f9 configure.ac: Remove obsolete AM_PROG_LIBTOOL
+5fa0b69 Qt: Fix Show Packet Bytes ShowAsImage
+5acb9bb Add ${LIBSSH_DLL} for generating Wix component group list
+5b61e9e pcap-common: Fix several serious ENCAP_ERF extension header writing issues
+790dab1 RPM: make autoconf (and a few other build dependencies) optional.
+bbfe038 Run checkAPIs in epan/ .
+d350793 QUIC: for QUIC < 33, display CID flag with 2 bits
+2903154 QUIC: Add conversation support for store the version
+adbe1c2 QUIC: fix dissection when num_timestamp = 0 and also reason phrase length use little endian
+f872bdf ERF: Fix Ethernet FCS detection and remove preference
+d5031d5 automake/nmake: don't run checkAPIs on lex and yacc files.
+fee7e95 TShark: Separate columns using UTF-8 arrows.
+d7cbea9 TShark: Add a "-E bom=" option.
+bca12ba Run checkAPIs in epan/ftypes/ .
+95f4718 Qt: fix loading of profile by command line
+b5cbbc5 s7comm: block/file up-/download redesign
+62ccbc9 Fixed value for experimental result code 5142
+c34996f Create a Wix Installer
+980f58b Create IEC401 source TCP port preference.
+aba9a5a Fix warnings for good ISUP messages
+f1c697f Decode the first 6 bytes of Unknown1 as Timestamp: Two recorded Beacons had the identical difference in the timestamp and unknown1 value, and the difference was almost identical to the beacon interval (102398 vs 102400us).
+505bf59 [tshark] Document -U option and create a list of tap names when entering an empty name "".
+6bfa7a8 MRCPv2: do not update info column under tree check
+70fb7a8 correctly decode EA Data Length in CIFS
+6d0e5bb Upgrade c-ares Windows library from 1.9.1 to 1.11.0
+2275e02 Revert "Simplify val_to_str[_ext] implementation."
+1d0a974 Simplify val_to_str[_ext] implementation.
+9d08ef3 Remove strcpy from wmem_strbuf.c
+4d3df66 Give FvalueToStringRepr a length parameter.
+1dccd1e Have fvalue_to_string_repr always return an (wmem) allocated buffer.
+931603c rawshark: Have fvalue_to_string_repr just return allocated string representation.
+8237331 rawshark: Get "field string values" from existing functionality.
+d09bf31 enttec: CID 1355670 (same code for different branches)
+37ee33c Dynamically allocate the string for representing FT_IEEE_11073_[S]FLOAT.
+fb7cd19 Qt: Keep the OverlayScrollBar from disappearing.
+4072db7 enttec: uups, I forgot some if (tree) checks
+88eb078 enttec: remove some unnecessary if (tree) checks
+6d62061 iso14443 ats: show explicitly if TA(1), TB(1) and TC(1) are transmitted
+a9070e1 When using clang, warn about c99 only syntax (like pedantic without all the rest).
+b6d838e Sanity check eapol_len in AirPDcapDecryptWPABroadcastKey
+2bc2b3e Require automake 1.11 and move AM_SILENT_RULES macro
+e4237b1 autotools: docbook build improvements
+1c862d2 BGP-LS: fix Prefix-SID parsing, add SR-Capabilities and SR-Algorithm dissection.
+bd030c1 Qt: activate RTP/IAX2 analysis widget when analyzing packets with a snaplen
+850411d cmake: fix build without Lua
+4936206 capinfos: wsgcrypt.h checks internally if we HAVE_LIBGCRYPT
+f81c865 Update.
+ea1ba62 Fix up the compare chain in nstime_delta().
+9a8a454 CID 1215245, 1215247: NULL check for the param of proto_get_id()
+6febe27 Give the time_[m]secs_to routines names that begin with "[un]signed_".
+4013776 Handle -2^31 as a negative time-in-seconds.
+1b16149 Shuffle some routines to put absolute-time and relative-time code together.
+27646e1 cmake: fix GTK3 detection via pkg-config
+cb2627c format DIS header timestamp as mm:ss.nnnnnn
+8f58c02 LAPDm: reset the last N(S) variable only during first pass
+dfdeb54 LPADm: fixes for reassembly
+ae4a912 TShark: Convert TTY output.
+6bd2e29 SMI_DLL should not be part of directory path for copying MIBs
+315d595 Get rid of extra blank line.
+d4339c6 Remove the MIBenum stuff from the WAP code.
+b9368fc GSM A RR: fix dissection of GPRS Cell Options IE
+65efca4 LAPSat: fix reported length for tvb subset
+2cb16b2 Show MIBenum values for character sets as decimal.
+728e683 Handle the encoding when displaying the string table.
+ac21696 The tabulation is specified by the stuff at the end.
+35ec71b Show the string table a bit better.
+3069ee3 [Automatic update for 2016-05-08]
+de15740 iso14443: show nad and cid info in the ats
+66bea39 Update README.wmem
+66549a9 manuf: Add well-known MAC entries for DOCSIS and regenerate file
+3cab1a2 Give the full name of the current version of the IEEE standard in question.
+4176e1f EPL: Add support for DS302-E
+63b02d3 USB Audio: add dissect of ChannelConfig bitmap
+a68e178 s7comm: Add errorcode descriptions, extended list values, style cleanup
+5493fe0 Convert ftype-tvbuff.c to ftype-protocol.c
+ec382e8 iso14443: add sfgi
+f54ef6f Git: Add .vscode to .gitignore.
+a748eac Qt: Make sure we redraw the far overlay.
+a6a8745 wiretap: fix writing of 1 bytes long options in pcapng files
+5b1d42c snmp: return -1 (not 0) if we need more data from TCP
+0eff725 Qt: Fix the packet map background color.
+9294f54 [Exported PDU] Add filters for ip.addr ip.dest etc for IPv4 and Ipv6 tags.
+b6a09b6 [H.248] Implement export PDU functionality.
+49a83f5 Export packets before dissecting them
+f12ea80 [MEGACO] Implement Export PDU for MEGACO packets.
+e2b144f Added Bachmann bluecom protocol
+4ab5ea6 autotools: Fix make news target
+dee238b ssh-base(.h) : fix no newline at end of file [-Wnewline-eof]
+6d2ea73 Implement Export PDU for tshark
+1489c9e Decode OUI as Ethernet Vendor ID.
+fe57253 Move common code outside switch statement.
+13e302f ssh-base : fix no newline at end of file [-Wnewline-eof]
+0a5210f qt: fix initializer (CID 1358957).
+990d51a Revert "PIDL: Remove _U_ and remove unused-parameter via pragma"
+b274bdd Qt: Make the overlay scroll bar work with Qt 4.
+2e23b50 Add checkAPI calls to CMake.
+231f6b5 USB Audio: Add Mixed Unit
+95d1028 QUIC: fix decode when use version > Q033
+db4f7fcd PIDL: Remove _U_ and remove unused-parameter via pragma
+f494298 RTPS: Added PT PID parameters and infrastructure to dissect
+22a2821 Another "this is < WTAP_MAX_PACKET_SIZE so no checks are needed" note.
+f2353b2 Remove trailing blank.
+c7d67d8 Add some more checks, clean up length handling.
+6332c2f Don't assume packets will be no larger than ISERIES_MAX_PACKET_LEN.
+7666361 Make sure the packet length isn't > WTAP_MAX_PACKET_SIZE.
+a27fc11 Fix wsutil/Makefile.nmake rule for ws_version_info.obj
+f69b3b1 IMAP: Add heuristic check for TLS
+3270dfa Don't treat the packet length as unsigned.
+a66628e Don't treat the packet length as unsigned.
+85d57b5 ICMPv6: Observe "Redirected Header" option length
+11edc83 Don't treat the packet length as unsigned.
+29c78db Don't treat the packet length as unsigned.
+2cb5985 Make class "type" for USB conversations.
+7c79da8 qt: SH_ScrollBar_Transient is not available for Qt <= 5.2
+66d0199 zvt: return -1 if we need more data from tcp
+7013418 ldss: remove if (tree) checks
+bdcc802 ldss: return -1 (not 0) if we need more data from TCP
+dec3fd0 [Automatic update for 2016-05-01]
+90eea14 qt: don't declare dp_ratio for Qt < 5.1
+deb687b Return the same error for too-large packets as we do for other files.
+b39f0f3 Note that we don't have to worry about too-large packets.
+0bffb16 Clean up packet length handling.
+80e5546 qt: use NULL instead of Q_NULLPTR
+b83c39e Have daintree_sna_read_packet() do all the packet reading work.
+f29d1da IPv4: use calculated value for Header Length display filter
+708f4f9 Don't bother checking for getaddrinfo(): we don't use it.
+8ac0293 Netflow: Updating the list of Ixia IxFlow fields
+7838ee9 Add TCP preference for Process information from IPFIX
+43cf41a Check for packets bigger than WTAP_MAX_PACKET_SIZE.
+a65f481 debian: Fix hardening-check during package build
+bc62c09 Check for packets bigger than WTAP_MAX_PACKET_SIZE.
+c34cf30 Note some cases where we don't need to check the packet length.
+44f72a9 Check for packets bigger than WTAP_MAX_PACKET_SIZE.
+5635d9a Check for packets bigger than WTAP_MAX_PACKET_SIZE.
+55cc5da Use WTAP_MAX_PACKET_SIZE as the maximum packet length.
+6a140ec Fix packet length handling.
+c245be9 Qt: Make sure we pass along a resizeEvent.
+f5ec0af Fix packet length handling.
+69714b7 Qt: Add recent items to the OS X dock menu.
+5efb452 Fix packet length handling.
+e61ed67 [Diameter AVPs] Add AVP 620 Redirect-Realm
+e65ab3c ANSI IS-637 A: fix display of reserved bits when using 7bits GSM encoding
+cefea72 Separate out the members of tcp_flow_t structure that are only used for sequence analysis.
+ba4888e Update BPKM Auth Reply key length for DOCSIS 3.1
+f7f9257 make-version.pl: Preserve line endings.
+3553df2 Print version variables in make-version.pl
+455c30a Win32: Make sure we zero out PROCESS_INFORMATION.
+91b1542 Win32: Pass a mutable string to CreateProcess.
+82e39fc Don't mix g_malloc() and wmem_alloc().
+65c6f79 Cleanups to issues found while investigating 12386.
+3eef66b Add support for ModbusRTU over UDP.
+232b2de Use "system" for "use system language", and don't try to print a null string.
+7150588 Qt: Refresh the display filter toolbar layout.
+fc57674 Register Wireshark as the reader of mplog files on freedesktop, OS X, and Windows.
+c954b1c Remind wiretap developers where else they need to register their file types.
+363507e Add a rule to build lemon so any target that depends on it can (re)build it if necessary.
+b3e70f9 Qt: Refactor the packet list scroll bar.
+3c5a9b1 Qt: Display filter toolbar behavior tweaks.
+c22bf7e uat_dialog (Qt): uat_ can't be NULL here, no need to check it. (CID 1358793)
+94200b3 [NAS EPS] Displat Tracking area code(TAC) as decimal.
+77632ba Execute svn info in the sourcedir
+b16166c Revert "Windows: Wait for dumpcap to initialize."
+e5f4c5c Windows: Wait for dumpcap to initialize.
+ab6c9f2 Fix "Follow TCP stream" when TCP desegmentation is disabled.
+ac6fdef configure.ac: Fix rpm check
+b1d6f39 Add expert info when Modbus/TCP packet can't be classified.
+5b655d0 mp2t: support forced tcp decoding
+f90882f mp2t: add frame limit to mp2t_find_next_pcr, and handle timeout correctly
+e899c3eb OpenFlow: fix flow_monitor_request dissector
+657c54a USB Audio: Add feature Unit
+37df340 Test: capture_step_stdin updates.
+7f710ef Test: more suite-capture debugging.
+f52c3c4 Test: Make capture_step_stdin more verbose.
+fc21652 NSIS: Pass /install to vcredist_xNN.exe.
+f26262a Update .mailmap (and regenerate AUTHORS)
+442c9bf Remove the dist tarball after making an RPM.
+8a07ca8 Avoid making dist tarball if rpmbuild is missing
+ca57399 Get rid of duplicate code.
+7b2d8a1 Always call test_length(), even if the tree is null.
+83a5476 Treat JXTA URI address type like AT_STRINGZ. An "empty" address should still have a size of 1 for NULL string character.
+4d635bc USB Audio: Add Input/Output Terminal
+b133542 Another fix for RPM spec file version string
+a4da88a J1939 can have 0 bytes of "packet data" (i.e. just CAN ID), so use tvb_reported_length instead of -1.
+83924c8 addr_resolv: async_dns_queue_head HAVE_C_ARES missing
+15cf4be J1939 can legitimately have 0 data bytes so don't give the impression data is "missing".
+bbea6a1 autotools: use AM_CONDITIONAL for rpm build rule
+17e4998 Qt: Speed up the Display Filter Expression dialog appearance.
+dacdb0b Fix nmake build after statically linking version code
+15074e2 gpef: fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+6c392ce gmr1_bcch: fix 'tree' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+47769fb gmhdr: fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+a22db0f glusterfs (hndsk): fix 'pinfo/data' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+d9b40c7 glusterfs: fix 'pinfo/data' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+0d608ca glusterd: fix 'data' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+2155758 gluster_pmap: fix 'data' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+267cf13 gluster_cli: fix 'data' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+c86a088 gdsdb: fix 'tvb/pinfo' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+2bfcf34 gdb: fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+da9a11d gadu-gadu: fix 'tvb/tree' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+79c6a43 fr: fix 'pseudo_header' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+5cde178 fp (hint): fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+b8bf923 fmp (notify): fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+ce18ccd fmp: fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+32b2b95 fddi: fix 'pseudo_header' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+1289522 fcswils: fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+bd15691 fcp: fix 'conversation' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+c730f88 fcels: fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+2b723d3 extreme: fix 'length' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+3304e78 eth: fix 'pseudo_header' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+a3e49b7 enc: fix 'pseudo_header' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+cad076a mplog: fix 'err_info' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+42ff679 ENRP: fix 'flags_tree' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+643235d EPL: fix 'segmented' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+ae316e2 Compile sshdump and ciscodump for Windows
+c3574ed [Automatic update for 2016-04-24]
+43df65a Delay registration of Diameter fields until they're needed.
+dc3aa26 Qt UAT: call the UAT update callback after each field is updated.
+e19babf Bounds check the use of ett_zbee_zcl_pwr_prof_enphases array.
+f7691b1 ETSI CAT: add dissection of Information Elements coded as EFadn
+6f59917 autotools: Fix rpm-package target
+f5af43f iso14443: use the array_length() macro
+9fbd4e6 addr_resolv: don't free the same wmem_list entry twice
+76ae74c Get rid of unnecessary method override.
+948342a Forcibly update all items if name resolution is turned on or off.
+3db13c7 Don't fail in host_name_lookup_init() if manually resolved lists exist.
+249f87a There's no version.h.in file.
+5d1ee65 Add CMake version.h dependency
+341c2df extcap_parser: remove const warning.
+da63bcd netlogon (DCERPC): fix build error unused parameter when don't have KERBEROS lib
+e0eefbe tvbuff_composite.c: do not recompute abs_length
+13dc91f addr_resolv: change g_slist to wmem_list.
+bbd8a4b [SGsAP] IMSI is a TLV type IE in SGsAP-MO-CSFB-INDICATION message
+bc820f0 Add mplog to the list of file extensions understood by Wireshark.
+6320272 ansi: make ett array static.
+493f6e2 epl: change g_malloc to wmem_alloc.
+71750b2 USB Audio: Add dissection of Format Type Descriptor
+d22526f USB Audio: Add expert info about undecoded Audio Control/Streaming Interface Descriptor
+fc3885f wmem: add wmem_map_size().
+fe75c87 wmem: add foreach function to wmem_map.
+9abbf8b Do not mix wmem and glib allocators
+9de18e8 If you allocate with wmem, free with wmem.
+3db13a7 Link version code statically again
+7c6e859 Add "-git" tag to version
+eeded81 Add option to disable version.h
+91cae7c Do not mix wmem and glib allocators
+2048bc2 DOF: Fix stack corruption due to incorrect pointer use
+17ccb2c packet-nfs: update GETDEVICEINFO op for pNFS SCSI
+14f2a65 If you allocate with wmem, free with wmem (more of same).
+661743e If you allocate with wmem, free with wmem.
+d200b42 addr_resolv: change g_malloc to wmem_alloc.
+99fcf25 We have to call updateWidgets() to initialize the name resolution flag.
+3eaa183 packet-nfs: fix offset calculation for fs_layout_type
+287aacf packet-nfs: fix layout_blksize label
+07e2701 wmem: add foreach function to wmem_list.
+d377342 Kafka: several minor improvements
+9921308 Put the correct path for "epan/dissectors/asn1/Custom.m4"
+46d11da Fix a typo causing pixbuf-csource.c not to be built if GDK_GRERESOURCE does not exist.
+c33274d wtap: fix leak in optionblock management.
+45a4ec8 TCP: fix was marked unused but was used [-Werror,-Wused-but-marked-unused]
+36eb2c9 INAP: fix indent (using 2 spaces)
+5cc290b gprscdr: fix indent (use 2 spaces) and modelines
+bd62382 Remove "AirPcap" string for 802.11 medium on Windows because this medium can be provided by Npcap as well
+c9c3162 iWARP MPA: properly handle MPA PDU length with padding
+0b824d4 Support for Oracle Solaris ECP/VDP dissection based on IEEE 802.1Qbg Draft 2.1.
+aaab918 QT translation: Remove shortcuts from *.ts files
+0c27e92 androiddump 1.0.3: Return more specific error codes
+838500b HTTP2: Add final RFC(7838) of HTTP Alternative Services (ALTSVC)
+20e7acc extcap: fix const compiler warnings.
+7f1d085 Use proper operator to find odd number (CID-1355647)
+61677f9 Call the buffer for the magic number "magic".
+378bdbf Distinguish between read errors and short reads when opening.
+b13d9b6 Open routines are called with the seek pointer at the beginning.
+b678459 Detect and handle EOFs in the middle of a packet.
+c943afb Use memcmp() to check the magic number.
+6206f34 g_list_free_full() only exists since 2.28
+68ec673 Qt: highlight hovered byte
+abaa076 btatt: Add count of rr intervals to head of subtree
+d93498e RTP: fix decoding of padding in RFC 585 header extension
+1d30bb0 edonkey: fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+3e07613 spoolss (DCERPC): fix 'drep' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+3c1f71e netlogon (DCERPC): fix 'tvb/offset...' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+e1294f5 ndr (DCERPC): fix 'param' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+7d64f60 mgmt (DCERPC): fix 'tvb/offset...' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+9013e06 tapi (DCERPC): fix 'offset' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+abb5fc0 dcom sysact: fix 'offset' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+909fa66 dcom: fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+55ea2ac dcp etsi: fix 'data' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+55ac64f dis: fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+e42e796 distcc: fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+9f75dfa dji-uav: fix 'data' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+73adaf7 messenger (DCERPC): fix 'di' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+4eac95d diameter: fix 'pinfo/vs' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+025a1ec diameter (3GPP): fix 'data/pinfo' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+3c3f2d8 dof: fix 'pi/pinfo' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+9c23220 dtls: fix 'data' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+403c751 ecp oui: fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marked-unused]
+fb39f10 wiretap: add support for the mplog capture file format
+54019ca Move $set_version tests to update_versioned_files().
+a9ba468 wslua: fix crash on Lua errors in dissect_tcp_pdus get_len_func
+558bb1c Another help message update.
+75bdce8 Update the help message to reflect current reality.
+e4359e7 [Automatic update for 2016-04-17]
+9a7a54c RTPS: Added an analysis field to the ACKNACK dissection
+450c0d5 Improve the message for duplicate dissectors for a protocol.
+256a7be The dissector for HTTP-over-SSL is now called "http-over-ssl", not just "http".
+6e4f472 Update.
+e63d935 Get rid of trailing white space.
+8c3b36d Don't assume the HTTP dissector is being called from the TCP dissector.
+173ccf7 More test-programs autotoolizing
+597343b configure.ac clean up
+dd6d57a make-taps.pl: Remove perl >= 5.14 requirement
+b43108a Fix "2nd byte of optional tags bitmap" flag values.
+eab6386 ZigBee support for NWK unknown command status and enhanced status message in R22
+61b3d03 giop: change g_malloc to wmem_alloc.
+af4e7f6 LDAP: Display simple field as string
+6573dd5 DOF: fix COPY_PASTE_ERROR (CID 1358546)
+8b49546 DOF: fix SIZEOF_MISMATCH (CID 1358550)
+88e28da btatt: Gather rr intervals into a subtree
+2226802 make-taps.pl: Enable "use warnings" pragma
+66417b1 Check first, then allocate.
+3ee37d7 GSM: add a sanity check
+4400dcf diameter: change g_malloc to wmem_alloc.
+72444b7 gtp: change g_malloc to wmem_alloc.
+d6f6975 Qt: Make some menu items discoverable (or not).
+ac8e08b Remove empty files
+0fb9022 cp2179: change g_malloc in wmem.
+84d3695 802.15.4 fixed support for new ZigBee IEs
+43a783d 802.15.4 added new ZigBee R22 status codes
+a7e04fc ciscodump: bugfix
+e206d60 QUIC: Add CTIM (Client Timestamp) Tag
+68f0feb Qt: Make sure we call proto_initialize_all_prefixes.
+eccf763 Parse all rr interval values in packet
+301aa19 extcap-base: There is no need to register interfaces everytime
+006d982 Adding a dissector for the Distributed Object Framework protocol.
+7548d18 9p: change glib functions into wmem calls.
+c3309b3 802.11: Display Power Capability (min and max) in Decimal (and Hexa)
+6b963e9 Update the RPM packaging to use the new Gtk ./configure options
+62cac1d btbredr_rf: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+6f034b3 Fix configure script
+d77029d configure.ac: Make GTK+ option similar to Qt
+8dc9551 Restrict the depth of the protocol tree.
+21f1cec HTTP: treat request_uri and file_data as Unicode.
+91bb340 Bluetooth: Fix CID 1358479 - Control flow issues
+36dd5da 3GPP 23.038 7-bit GSM alphabet contains non ASCII characters
+4d5caf3 6lowpan: change malloc to wmem_alloc.
+cf6501e Windows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.
+f6b8b4d PCEP: add TRIGGERED-INITIAL-SYNC flag parsing and align capabilities to draft-ietf-pce-stateful-sync-optimizations-04
+03a4754 Add support for HTTP/SCTP.
+1b0a6ff btbredr: fix NESTING_INDENT_MISMATCH (CID 1358479)
+51878ef Add more files to the pre-commit ignore list.
+4c02b60 Don't write to Protocol Column right away in packet-wreth.c
+bee73f5 sshdump,ciscodump: fix local addresses discovery
+f9b6882 Don't use _snwprintf (use StringCchPrintf instead).
+b7897dd Qt: prevent input to the capture filter field during initialization
+b49738e configure.ac: Use environment variable to set VERSION_FLAVOR
+8710ce0 checkAPIs: Add links to banned functions.
+26cf835 Bluetooth: Add BR/EDR RF dissector
+019522b Don't use the prohibited API open().
+5112d1e Lua: Fix add and remove Fields when reload Lua plugins
+76adb4c ZigBee R22 Added support for new Link Power Delta command
+c82cbfd wslua: Abort on out of memory
+4a37458 lua: fix reload with -Xlua_script
+1e287f1 [Automatic update for 2016-04-10]
+ed5cc63 Make sure inet_ipv6.h is in the distribution tarball.
+ed6eecd [GTK] Check for xdg-open at run time
+320726b Move IPv6 address utility functions to wsutil
+bf302d2 Move a declaration to wsutil
+c39c365 Update USBPcap installer packaged in our Windows installer and add a warning
+a8ebc3d Wmem: Use the native v*printf routines on Windows.
+c5782e0 Replace and remove host_ip_af() function
+57b2a84 Use a single WS_NORETURN macro
+434bbd6 Fix CMake VC Redist message
+626d41f RTPS: Added vendor-specific submessage RTI_CRC
+801386a RADIUS: Update Aruba Dictionary
+8a6cb42 Fix a typo
+6d197f7 packet_list: fix Called C++ object pointer is null found by Clang Analyzer
+5601d60 [MSVC2015] Fix finding of vcredist when using MSVC2015.
+58c7b55 Minor lemon Makefile.am fixup
+a952d4e Fix nmake build
+90e1232 Use faster string functions at startup.
+71f2b6e Remove -Warray-bounds, it is enabled by default with -Wall
+a90c5ef Revert "Try to suppress a compiler feature that goes wrong."
+08e01a6 Don't build lemon using -Werror
+2b20326 autotools: Use AC_SUBST to set -Werror flag
+ce83807 IPMI (picmg): fix 'ipmi.picmg25.fault' exists multiple times with NOT compatible types: FT_BOOLEAN and FT_UINT8
+a187382 IAX2: fix 'iax2.video.marker' exists multiple times with NOT compatible types: FT_BOOLEAN and FT_UINT16
+e4b648c L2TP: fix 'l2tp.avp.csu.current_t/rx_speed' exists multiple times with NOT compatible types: FT_UINT64 and FT_UINT32
+bee58e2 configure.ac: Move a test
+ef220a7 Bring back the hotkey for "w" in "... without saving"
+95d5a87 Add URL for the Linux Documentation dir file describing USB/IP.
+8cdc182 CIP: Attribute updates
+1f90eab Expand before multiply (CID-1355683 and CID-1355684)
+0c1e88a Cast away a warning.
+f611edf Qt: Follow stream performance improvements.
+2b2a989 Add support for the I-FORWARD-TSN chunk.
+7476db4 zvt: fix parsing of the 3-byte length field
+0f9edb3 configure.ac: fix a help string
+5f4f7bc androiddump: Change insecure sprint into g_snprintf
+368e3b8 Set the extra type the right way.
+8b9cae5 Expand a comment.
+8faeee7 Get rid of extra %noyyalloc etc. stuff.
+dae23a1 [ERF] g_list_free_full () is glib >= 2.28, g_hash_table_add is >= 2.32 change to supported functions.
+d57ac1b configure.ac: Update libtool macros (version bump)
+b00bde3 Use AC_CONFIG_FILES
+736a0d2 802.15.4 added support for the new ZigBee IEs
+b9d5f59 Remove obsolete automake implicit rule
+a9e9863 Add more stuff to the release tarball.
+edfebac More distcheck fixes
+40f1ebc Put popcount.c and popcount.h into the release tarball.
+59f6e59 Fix VPATH build
+7f873d9 Use AC_REPLACE_FUNCS and LTLIBOBJS
+cd1d137 Avoid unnecessary replacement source file floorl.c
+74dccdc Fix 'make dist' ws_diag_control.h dependency
+ecb4dc3 Include ws_diag_control.h in config.h
+be96c3d autotools: Clean up libm tests
+cc82687 RADIUS: more formatting/white space cleanup.
+2fd8e4b DNS: change ttl from uint32 to int32.
+6f98a0f Rename "libz" to "zlib"
+e005bc8 Remove synchronous DNS name resolution
+1cf7834 androiddump: Fix crash on start capturing
+c04721a Don't double-close the input.
+ae841c7 Don't double-close the input.
+3ae229c After the move of zlib test we need to add ZLIB_CFLAGS
+8a89f66 RRC: upgrade dissector to v13.2.0
+014d751 Fix #defines.
+59816ef Make the Flex scanners and YACC parser in libraries reentrant.
+e42a43b LTE RRC: upgrade dissector to v13.1.0
+a952c7c Include json.h with quotes, not angle brackets.
+8d9853b Use quotes, not angle brackets, for wtap-int.h and file_wrappers.h.
+80a80ed wsutil: Remove getenv_utf8(), replaced with g_getenv()
+ee9858f Don't deref before NULL check on pointer (CID-1358044)
+c5b2c1e reassemble: remove special treatment for truncated data
+c8665c1 [Automatic update for 2016-04-03]
+e63a3f5 Don't use <wtap.h> to refer to the main libwiretap header file.
+31dd7a2 Fix cmake libwsutil zlib missing linkage
+f95976e Move zlib version check to wsutil
+a14e7a7 Avoid UAF after deregister_dissector
+07f4258 Use AC_PROG_SED
+04a4b53 Use AC_CHECK_MEMBERS
+ae9e311 Use AC_STRUCT_TIMEZONE
+fd4808f Qt: Remember selected item in packet tree
+959fe0e Qt: Keep byte tab when reloading/closing capture file
+232e747 Use faster wmem_str* functions in a few places.
+9328eb6 androiddump: Register interfaces when list interfaces
+03cc477 Bluetooth: Fix conflicting address fields
+eff5e0b PDCP LTE: upgrade dissector to v13.1.0
+f89f687 MAC LTE: upgrade dissector to v13.1.0
+131b3ea ERF: fix crash when displaying erf.ip_proto field
+954afef There are two separate IP-over-Infiniband encapsulations.
+21d47fa OK, we'll increase PROTO_PRE_ALLOC_HF_FIELDS_MEM a bit.
+a2c0424 Qt: Lazily create dialogs.
+e6a65af Qt: Try to speed up SplashOverlay
+3db7b1e ERF: Add dissection and wiretap support for ERF_TYPE_META.
+5ca557c support for IP-over-Infiniband - pcap encapsulation
+ac1bb65 Remove trailing whitespace.
+400a3e1 Clean up the wildcard string processing a bit.
+23b63e7 configure.ac: Use AC_MSG_ERROR instead of AC_ERROR
+73957b4 Rename json.member.key -> json.key to keep it on the same layer as json.value
+c119296 randpkt: restyle the list generation to get rid of the const compiler warning.
+f4bdaf9 extcap: fix const warnings
+b88153e Fix "No interfaces selected" when restarting capture
+a859793 http: set conv dissector from when heuristics succeeded
+e2745d7 ieee80211: fix deep recursion
+ac51b00 Remove trailing whitespace.
+d7a4386 Update URL
+2ee62c5 wslua: avoid memleak on duplicate names for Proto.new
+a5b8439 dtls: Fix ClientCertificateVerify dissection
+369fbd1 LPP: upgrade dissector to v13.1.0
+4b4c7a7 [Nettrace] Add parsing of some HSS records.
+4de738f Fix byte pane not showing up in Packet dialog
+ad09738 replace dangerous tvb_get_ptr with safer string function.
+6ef16a8 Add a NULL check: it's not sure we have a radius_call here.
+7fbf259 Revert "Trun on -Wused-but-marked-unused but only as warning, never as error. (possibly clang only)"
+fda0baf Ensure our fields are registered before starting dissection--even when !tree.
+d81fe39 Correct 6LoWPAN NHC datagram size calculations
+3467a1f Squelch a "not allowed in C++" warning.
+8ba351b Clean up some stuff.
+c873c0b Install GNU autotools even on Snow Leopard.
+3f6381f RTPS: Fixed ACKNACK mask processing
+0e8e491 RTPS: Now PID_ENTITY_NAME and PID_ROLE_NAME use different filters
+b4d16b4 SPOOLSS: Try to avoid an infinite loop.
+782191f TCP: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+ad52a36 Qt: fix buffer alarm threshold parameter retrieval in multicast statistics dialog
+1394c2e [GSM MAP] Introduce dissector tables to be able to dirrectly call MSG Arguments.
+2ce6559 Fix a typo
+3f653f6 ws_load_library() is called with constant char reflect that.MSVC15 build.
+3c5d139 Add support for National Language tables in GSM UD
+fa0a330 Remove not needed initialisation breaking MSVC 15 nmake build.
+6c1a8ef make-taps.pl: Fix generated code indentation
+7b406ea [Exported PDU] Add the abillity to use dissector tables from the file.
+6128ca0 TCP: Remove double semicolon
+070ea6f EPL: Fix segmented transfer complete detection
+93ac836 Remove an unused variable from both the Gtk and Qt UIs.
+1fe8d89 Update min. GLib version and add Qt version checks
+26f3a9a Use "old-style" moc options to ensure backward compatibility for Qt tools
+c436452 Add GLib version info to configure status message
+66d92e6 configure.ac: Fix bogus variable name
+6c290e2 configure: fix cache var handling
+130ecc3 Fix modeline definitions
+0fe522d GSM CBCH: fix an out of bounds access
+0aa0fb2 Another round of extcap memleak fixes
+24768a7 Assorted cleanups.
+9f40a75 Trun on -Wused-but-marked-unused but only as warning, never as error. (possibly clang only)
+e6c5401 Fix out-of-tree "gen-authors" target
+30900b4 Fix -Wused-but-marked-unused warning/error
+0c471e7 Fix more -Wused-but-marked-unused warnings/errors.
+c6fad41 configure: fix non-POSIX test
+c3c7bf7 wslua: handle parameters with const keyword when generating taps
+6931f58 Qt: Make conversation menu items static.
+7e5dae9 Fix warnings/errors of type -Wused-but-marked-unused
+8f3ad91 Fix some warnings/errors of type git/epan/dissectors/packet-a21.c:478:25: error: 'item' was marked unused but was used [-Werror,-Wused-but-marked-unused] proto_item_append_text(item, "%s", val_to_str_const(event_id, a21_event_vals, "Unknown")); ^ Added manual change id because file-jpeg.c forced the use of commit -n
+c0e4877 Fix some warnings/errors of type git/epan/dissectors/packet-a21.c:478:25: error: 'item' was marked unused but was used [-Werror,-Wused-but-marked-unused] proto_item_append_text(item, "%s", val_to_str_const(event_id, a21_event_vals, "Unknown")); ^ Added manual change id because file-jpeg.c forced the use of commit -n
+1aaaac5 NAS EPS: add a missing break
+878a277 [docsis->mdd] Add support for TLV 1.7
+ea06297 tools/generate_authors.pl: avoid duplicates
+99878b6 NAS EPS: upgrade dissector to v13.5.0
+2e6b7c5 If setting an address from a tvb and the address length is 0, the address should be NULL.
+1459b9b NGHTTP2: Update to 1.8.0
+b706fc6 Treat Gammu DCT3 trace files as having magic numbers.
+23a02b2 [Automatic update for 2016-03-27]
+aab206c Add dissector table for negotiated WebSocket protocol
+dd6a748 Pull the invocation of the Lex scanner into common code.
+f0ada20 Make failure_alert_box() be printf-like.
+445a57b Make sure conversation exists (CID-280536)
+9dd085d ethercat: Fix Control flow issues MISSING_BREAK (CID 1357204)
+6bef7ff Improves MPTCP analysis
+c480652 bootp: Add support for iSNS (RFC4174) dissection
+7b3bfb8 ASTERIX: Add CAT025 dissection
+d2f96c6 PTP: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+a0b1354 Fix compile errors when compiling w/o zlib
+320090c MySQL: Fix query string in info column
+59ab27b Make sure there's enough data in the header for a FMTP packet.
+af7cb01 Fix typo in README.cmake
+11324a7 Push initial directory code up into CaptureFileDialog.
+928b570 Choose the appropriate initial directory for the Export Dissections window.
+139aa61 IEEE802.11: properly decode bss transition response packets
+9153e98 gvsp: allow for header-only GVSP payload packet
+bf959e5 Add json.member.key
+b457fe5 Fix some copy/pasteos for writecap using doxygen
+2b8f409 Fix nmake build for new extcap and writecap binaries.
+f7e0a8c QUIC: Add new tag found with version Q30
+d3b8672 packet-nfs: enable nfs4.lock_owner4
+731c383 CMake: Add a note about CMAKE_TRY_COMPILE_CONFIGURATION.
+b48fc66 Add a deprecation warning to config.nmake.
+162df25 openSAFETY: Change verbosity on expert notes
+5eda884 Add MQTT over SSL port.
+98ccc69 Add new UPI values for GFP
+6bce7a0 Remove .gitignore file in pidl folder
+0035e9d autotools: Reorder extra compiler warnings to come last
+4440da9 Remove -W from compiler warnings
+b561db6 Improve configure script message
+a1ed731 Add ax_lib_socket_nsl.m4 macro
+b0db6a0 First convert the string to a number, then convert it to network byte order.
+a4aa893 Put pcapio.c into a writecap library, and use it.
+67bd2cc PTP: Add mm TLV according to SMPTE ST 2059-2
+ac477e9 Add basic PIDL Makefile
+5861c12 sshdump: use arg define.
+cb08496 ciscodump: fix OSX compilation error.
+67a5c29 configure.ac: Fix missing quotes
+1e41221 CMake: Find asn2wrs.py once.
+3992f5a GTPv2: Fix length of Presence Reporting Area Identifier field
+a6921c7 extcap: add ciscodump.
+2e98866 MySQL: Decoding of the header of compressed packets
+07fb53b ethercat: Use tfs_ecat_fmmu_typeread
+781291d Revert "Fix compile error by removing an unused variable: git/plugins/ethercat/packet-ethercat-datagram.c:513:32: error: unused variable 'tfs_ecat_fmmu_typeread' [-Werror,-Wunused-const-variable] static const true_false_string tfs_ecat_fmmu_typeread = "
+37bb735 Add support in order to dissect the GTPv2 IE "Presence Reporting Area Information"
+fc690a6 Update .mailmap
+172b74d Portably remove CRs from Python output.
+c1692d9 Add files by folder to distribution tarball (EXTRA_DIST)
+56d48b5 rtp_player: fix build with gtk < 2.22.0
+01faf39 Remove constant variable (CID-280372)
+df8b5cb Detect spurious retransmissions when the full segment is retransmitted
+5a16675 3GPP NAS: upgrade dissector to v13.5.0
+0408f7c Update MySQL protocol URL
+77b26d6 That's not specific to OS X.
+e8472e5 Fix a problem that prevented checkins of all filenames containing the character 'r' on MacOS with an active pre-commit hook.
+aacab13 Fix typo.
+bc3bd62 Fix compile error by removing an unused variable: git/plugins/ethercat/packet-ethercat-datagram.c:513:32: error: unused variable 'tfs_ecat_fmmu_typeread' [-Werror,-Wunused-const-variable] static const true_false_string tfs_ecat_fmmu_typeread = ^ 1 error generated.
+222d30b Mikrotik has a protocol that they name Ethernet over IP (EoIP) which has nothing to do with IP protocol 97 called EoIP. Instead it is a GRE encapsulation with Ethertype 0x6400. It sets the GRE version to 1 but doesn't use a sequence number (in violation of RFC2637). Welcome to the real world.
+e947d36 Override shortcuts in SyntaxLineEdit.
+aedc4af Use absolute path for test suite TEST_OUTDIR
+6a3a85f Added dissection of most of the ESC( EtherCAT slave controller) registers. Change-Id: Idee70e6eaa926efb74cd4ff0bb529a601edbb67e Reviewed-on: https://code.wireshark.org/review/13729 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
+bf82500 MySQL: Fix typo on CAPS_UNUSED #define
+040f5e5 Remove some dead code in copied code (CID-280297)
+bbcb1aa WSUG: Change word in chapter VLAN resolving
+d309045 Set missing manpages in configure.ac
+74cf25e Fix whitespace.
+1543d34 Expand the LAT dissection.
+b403772 Remove spurious file from g759fc8c
+759fc8c Rename 'aclocal-fallback' directory to 'm4'
+c57b377 Add pkg.m4 and remove aclocal-flags script
+1259897 configure.ac: Remove --enable-usr-local
+ed350dd Don't move config.guess and config.sub for autogen.sh
+b175e16 Remove unused autoconf macros
+1737152 Clean autoconf macros whitespace
+3a9feb4 EditorConfig: Add C++ to root file
+d93331e Update config.guess and config.sub to latest upstream version
+b5c76be configure.ac: Add missing quotes
+eb09239 Make runlex.sh quieter
+b8ab3af Move extcap EditorConfig settings to source dir
+7a15af9 Remove unnecessary make dependency in doc/Makefile.am
+1777f84 Minor EditorConfig fixups
+3385002 Reorder some linker flags from most dependent to least dependent
+46be204 More "FT_BOOLEAN is 64-bit" fixes.
+67a137a WSUG: Add documentation for vlan id resolving
+0db6f9d Add $(EXTCAP_COMMON_SRC:.c=.obj) to tshark_OBJECTS
+d20c69c ISO 7816: fix filters for Fi and Di fields
+c362dc7 Fix randpkt and reordercap.
+51984de Remove more missed ADNS code
+bb48c85 Qt: Normalize timerEvents
+df23ccb AUTHORS: More column alignment improvements
+7a1d3f6 Remove ADNS support
+52dd4fb Fix building without extcap enabled
+69d348c Bugfix "typo" from I9b04837f93
+4a35488 ENIP: Add request/response arrows for related packets
+88926c3 URL for the document in question.
+6cb36fe Add missing auth switch values to value_string
+5c1e224 Add CLIENT_DEPRECATE_EOF flag
+93a3041 Fix response ok packet with no session tracking info but flag set
+1e60d63 Create call_data_dissector() to call data dissector.
+2b2fc64 Fix incorrect table being used to store Session Tickets
+b5bd3df RTPS: Added new filters rtps.guidPrefix.src and rtps.guidPrefix.dst
+c581db2 [Automatic update for 2016-03-20]
+4cdc9ee PKTC must be stricter with its Kerberos application choices.
+92db934 Fix CMake target FOLDER properties
+9bcac48 Manually add protocol dependencies derived from find_dissector.
+6da50e2 Start work on API to generate protocol dependency tree.
+bb74293 Fix compiling with CTDEBUG=1
+d419458 Remove unused header field.
+68c84a7 Make sure first byte in ACAP packet is printable.
+a183726 DocBook: Don't require xmllint.
+bf1c8b5 6lowpan: proto_tree_add_item() can be used directly for an FT_UINT64
+a44282e cmake: Remove extcap from include directories
+7cb530a 6lowpan: remove a ton of if (tree) checks
+bdca776 iso14443: fix the dissection of ATQA
+e1d54cf IEEE 802.1Q/VLAN: Resolve ID to a describing name
+eb6abe3 Qt: Use single-dash option for Qt4 compatibility
+56c40db INAP (ASN1): fix indent (use 2 spaces) and modelines info
+ca74472 Clamp down on address data structure usage and AT_NONE semantics
+0ebb491 autotools: Generate Qt Resource Compiler source in /ui/qt dir
+e7a24dc ASTERIX: fix for wrong RE and SP fields in CAT048.
+34f4b4c [INAP] In dissect_returnErrorData in the .cnf file the parameter_pdu calls must return offset. Fixes https://ask.wireshark.org/questions/50998/issue-decoding-inap-systemfailure-parameter
+c18736c wsutil: Split locale information into tokens and format it
+8def5c4 extcap-base: remove print of version if no interfaces present.
+e37275b Associate dissector tables and heuristic subdissector lists with a protocol.
+b46fe7e ssl: add more TLS extensions
+eaa1e7f More control frame dissection cleanups.
+53e8bb8 Fix dissection of control frames.
+597b227 Indicate where ACAP is specified.
+df551b8 No need to operate on full bit width (CID 1355344 / 1355348)
+ec2c9a1 ssl: add extra supported ECC/DH groups
+d6ae444 ssl: update tls protocol number for draft-ietf-tls-chacha20-poly1305
+7c036a5 [RADIUS] Fix up formatting.
+af8de1a More "FT_BOOLEAN is 64-bit" fixes.
+3570d26 FT_BOOLEAN is now stored as a 64-bit value; treat it as such.
+e13b53c [nmake GTK] Use GENERATED_FILES, GENERATED_C_FILES is no more.
+e6d822a [ASN1] Fix the nmake clean target.
+880ac95 u3v: set interface class/subclass by first clearly identified packet
+8b8253b GTK: Revert most of g11b058e
+54fc004 Qt: Make sure the proto tree handles all of its timers.
+4aafd44 Dump out abi_logs/log.txt if abi-compliance-checker fails.
+42f299b IAX2: fix an infinite loop
+11cd41d Add EditorConfig reference to README.developer
+d4b3c86 What a difference a comma makes. CID-1355680
+103214a CIP: Restore path information to Info column
+ec07578 Try to suppress a compiler feature that goes wrong.
+4aa0490 OS X: Remove GTK+ packaging.
+d877dcc Parallelize fuzz-test.sh
+54798ee Add EditorConfig settings for epan/*.[ch]
+fe535b8 Set EditorConfig hard tab width to 8 for C
+ee531ba More sorting.
+42a7806 More sorting.
+cdd0ec2 More sorting.
+c9d4d61 More sorting.
+9e1aee9 Move some non-ASN.1 dissectors out of the ASN.1 dissectors list.
+c6aad90 Move some non-ASN.1 dissectors out of the ASN.1 dissectors list.
+fd396ec packet-u3v.c lost after cmake build cleanup
+033223c Qt: Add FunnelTextDialog geometry state
+13517e6 Another fix for the Info column.
+0246f2d Don't let the existence of a protocol tree affect what's in the Info column.
+8cb41a9 Handle RADIUS ident reuse better.
+c31f687 wmem-ify the Radius call table.
+64c70ea Clean asn1 make/cmake whitespace
+54a520d Move /asn1 to /epan/dissectors
+c1f3c93 [Automatic update for 2016-03-13]
+89fc294 Fix a FIXME: remove an if(tree).
+55fd97e ISO 8583-1 dissector initial import
+30563e6 [Automatic update for 2016-03-13]
+6f220a3 Lua: Remove heur dissectors when reload Lua plugins
+b46d555 Lua: Apply prefs when reload Lua plugins
+39c11ce Lua: Check for duplicate heuristic short name
+3c143d2 androiddump 1.0.2: Fix a lot of usage of recv()
+a69d07d [docsis->mdd] Add support for TLV 1.6
+bc55b62 s7comm: fix 's7comm.cpu.msg.events.modetrans' exists multiple times with NOT compatible types: FT_BOOLEAN and FT_UINT8
+9775fbe Assa (R3): fix 'r3.forceoptions.state' exists multiple times with NOT compatible types: FT_UINT16 and FT_BOOLEAN
+bcbe7f7 QUIC: Add new tag found with version Q29
+7f8b302 Walk up the tree view of Protocol Hierarchy Statistics to look for protocol matches.
+28bfb32 Qt: Defer proto tree column content resizing.
+6ed543d Remove the last remnants of U3 support.
+d9c274b Add IAX2 and Skinny calls to VoIP calls window
+0345b8d OS X packaging: Remove some unused files.
+0ca383e cmake: Copy docs to build datafile dir for NSIS packaging.
+f82c46c trmac: fix 'trmac.group_address' exists multiple times with NOT compatible types: FT_ETHER and FT_UINT32
+4c6a186 SCSI: Fix conflict for hf fields
+2746cf6 sigcomp: fix 'sigcomp.decompression_failure' exists multiple times with NOT compatible types: FT_NONE and FT_UINT32
+2afe4ce sysex: fix 'sysex.digitech.parameter_data' exists multiple times with NOT compatible types: FT_BYTES and FT_UINT8
+2c66821 [SGsAP] Wrong tag used for IE Erroneous message, dissect the failing message too.
+6f3bcd0 TDS: Fix conflict for hf fields
+f67e7d7 Rename a variable for clarity.
+1fad333 Fix NSIS installer
+7bd1158 Remove double check for null (CID 1158871)
+3eafa0b CIP: Improve info column information
+e0fe8c2 3GPP NAS: fix dissection of GMM Identity Request, Response and Authentication and Ciphering Failure messages
+283d2c8 GTPv2 conversation time response
+e139763 Qt: Check for selected interface in filterEdited()
+b7f6cf9 Add doc/CMakeLists.txt
+57f494c autotools: Don't use AM_PROG_CC_C_O
+95951ad Add the pass number to the fuzz failure report.
+cc25153 DNS: Fix handling of the server part of EDNS0 Cookie Option
+f1d20ec Add myself to AUTHORS.src
+2728f56 Use AX_PROG_CC_FOR_BUILD macro to identify compiler targeting the build host. (When cross-compiling, this is *not* the compiler used to build wireshark itself).
+99db1c5 Remove superfluous pointer checks (CID-280599, 280600 and 280601)
+301fa00 Use field info length instead of packet length for protocol hierarchy stats.
+3d6f269 Bluetooth: GATT: Pass data to GATT dissectors
+fcce1e4 Bluetooth: GATT: Add a lot of attributes usage expert infos
+31d3a1b Initialize write function pointers when copying a new wtap block option.
+9486959 AUTHORS: Use LF line endings and remove BOM
+28b9f05 AUTHORS: Add <...> to git log email addresses
+80dda81 AUTHORS: sort by name
+e82bdcb AUTHORS: update .mailmap
+bb8f3cd AUTHORS: Update some e-mail address from AUTHORS.src for avoid duplicate entry
+48b807a BGP: Fix detection of additional path
+bc59efc Add packet-metamako.c to EditorConfig file
+d12bd52 Added dissector for Metamako trailers.
+6948e7c generate_authors.pl: Use literal regex expression
+5f8003e Add EditorConfig settings for most C files
+e22b400 Convert dissector modelines to EditorConfig file
+b63a8bd Start adding EditorConfig files.
+4dae247 Qt: Remove unused version.h header
+0a6b6b0 dmp: Report unused bits in last byte for 7bit string.
+4f3a889 Add conflict check filter
+6ea3f37 generate_authors: Align git log email column
+1e97b5f Update the Automake gen-authors target to match CMake.
+ef21d66 sshdump: minor changes
+7d543a0 Run checkAPIs in the (epan/) wslua and crypt directories.
+73ce340 Fix indentation.
+96c593a [Automatic update for 2016-03-06]
+68b7b1a To see whether a string equals another string, just use strcmp().
+ad3afb0 Properly fetch the ethertype.
+5876dc2 802.15.4 update handling of PAN ID Compression to 802.15.4-2015
+327f732 MAPI (dcerpc): fix no previous prototype for 'mapi_dissect_struct_request' / 'mapi_dissect_struct_EcDoRpc_MAPI_REQ' [-Wmissing-prototypes]
+aea4b91 DCERPC: regenerate dissector after change on generator
+0e80176 PIDL (NDR): fix missing $name when regenerate MAPI dissector
+f2de3c7 Improve wiretap block capabilities.
+32d60ac CMake: Avoid pipes and the `cut` command.
+e86dd03 usb: display correctly index/interface/endpoint in urb setup
+be25474 Check source files for broken (read: not set to 8) tabstop settings.
+1e289cb That patch is gone (we changed the menu category ourselves).
+3347e42 Change "System" category to "Network" in desktop files
+ab5614a Clean up modelines and indentation.
+637aefd cmake: fix gen-authors target.
+b4f3255 androiddump: change first error message into verbose_print()
+25996e9 dmp: Show correct uncompressed user data length
+d8f541c extcap: move ssh common functions to ssh-base.
+68d4ba2 extcap: add local_interfaces_to_list() to wsutil.
+5a66318 We need to include <wsutil/privileges.h> for those functions.
+5ec5da3 Add missing initialization calls.
+894804a QT: TCP Stream Graph: Fix index number
+53a879c Make sure our shell, Perl, & Python tools are executable.
+0a833f0 Git: Ignore vgcore files.
+b9561bd Qt: Allow regex searching in the advanced prefs.
+8435145 Create perl script to append existing AUTHORS file with information from git log.
+b70d1d7 GTPv2 bearer resource command message conversation fix
+d7de351 Refactor wiretap option block types into a registration system.
+28b76db Allocate GArray when copying stat blocks within IDB block.
+45406f5 [PPCAP] SCTP association ID IE is alwas 16 octets long including padding.
+c524d73 Revert "autotools: Use -Werror with clean plugin code"
+780a703 [IPv4] In case of a bougus IPv4 version continnue dissection as IPv6 if the version indicates IPv6. This handles a case of Linux cooked capture with ethertype set as IPv4 for IPv6 packets.
+31654e5 autotools: Use -Werror with clean plugin code
+d25bdd7 Qt/Bluetooth: HCI Summary: Miscellaneous fixes
+c785c51 Packetbb: Fix Msg size
+a2371bd Revert "autotools: Use explicit zlib dependency build flags"
+bfe5e10 Add CMakeListsCustom.txt.example to distribution
+10b1d1f Accept any users choice on file close CID-703318
+b44f3b7 RTPS: Updated code path to handle multiple vendors
+5cc8d43 L2TP: Typo, Decimal display of session ID
+2bded0b autotools: Use explicit zlib dependency build flags
+4fca153 Add missing cmake custom source includes
+dc92e98 Define in one and only one C file, declare in a header file.
+ed6554c Make the source and destination address code look more similar.
+77a5151 802.11: fix Length error shown for IE BSS AC Access Delay/WAPI Parameter Set (68)
+79ead47 802.11: fix typo on RM enabled length
+7fac64c QUIC: fix typo on switch to get length offset
+aeb0cd0 SMB2: fix Uninitialized variables (UNINIT) (CID 1354418)
+656cbdf L2TP: Additional AVPs from RFC 5515
+2146c46 GTP session ID generated tree item for tracking GTPv2 sessions
+a86a723 Widen length and offset variables.
+70fbf21 Handle the A bit in I frames the same way we handle it in S frames.
+ea42011 Add missing hints.
+c89e9d8 Assorted cleanups.
+5b212e1 Dissect the FCS after dissecting the header.
+429c840 Add Fop 2.1 to FindFOP.cmake.
+aa52850 Remove useless pointer checks (CID 281378)
+9b3c520 nmake: add extcap-base to sshdump.
+6e0ea14 Update .mailmap
+e8c763e Add missing break.
+eb37018 Universally use tvb_new_subset_length() rather than tvb_new_subset().
+83a7afd Rename some variables to make the relationship between lengths clearer.
+0c69598 HTTPS is now needed to download the pkg-config source.
+948e08d eap-sim: add identity in response only.
+7ebbf11 RTITCP: Fixed header length when using the CRC
+6b54fbf CMake: Add more structure to libwireshark build
+5da2b43 Add 802.11ac 80MHz and 160MHz channels support to wireless toolbar
+9063aca NULL check GArray to prevent assertion.
+9f27e5d dumpcap: Add support for 802.11ac monitor modes
+7a1f75e ieee802154: fix Uninitialized argument value found by Clang Analyzer
+64a5cd9 Prevent use-after-free issues with pcapng.c/wtap_opttypes.c
+e326e85 debian-setup: need libtool-bin for building.
+7799483 L2TP: Added AVPs from RFC 5515
+2858871 FC: Forget about MDS when dealing with ETHERTYPE_BRDWALK (CID 280012)
+c3b84af Update the current XZ version.
+68dede2 IrDA: Register a link-layer IrLAP address type".
+c73cf3c Don't show a progress bar when previewing for the Qt print dialog.
+c0b29fc Add a #define for the wildcard pattern that matches all files.
+be3af7c 802.15.4 Minimal support for MLME Payload IE with Enhanced Beacon Filter IE
+d679d11 make-version: Don't emit one common warning to stderr
+bf56f28 fuzz-test: Add missing new line
+53252df Support dissecting the TLV data format specified for Lwm2m
+8ff3d1b PIDL: regen pidl-generated dissectors
+62a0ebf PIDL: sync pidl with samba repo
+82057fb Update mailmap with another of my email addresses.
+3771a79 Fix randpktdump build in Windows.
+a4e2263 extcap: Move extcap handling to base
+0e5a73f Only say we have a new resolved MAC address if it's actually *new*.
+d5f2db6 DISv7: parse PDU Status field
+5f5e9da Use *, not *.*, as the wildcard pattern on UN*X.
+289ca20 Update documentation of hf fields.
+0165e67 u3v: use interface class and subclass in heuristic checks
+df7c21b TCP: Added bytes sent since last PSH flag
+109dd91 Qt: Added geometry_state_dialog to Wireshark.pro
+3c6dab9 Qt: Improve Show Packet Bytes
+ddcafa0 wslua: don't crash if disable_lua = true in init.lua
+1a71680 Qt: Add dialog geometry restore
+f0425e8 Add .png files for Debian packaging.
+995b791 [Automatic update for 2016-02-28]
+157b7e9 usb: fix a typo
+ecd4373 usb: resolve some subclasse codes of interface class misc
+c185276 u3v: clean up the heuristic check
+ea6d145 U3V: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+ae0f62f Typo in packet-gsm_a_dtap.c
+072f085 packet-amqp.c: Fix multiple fields with incompatible types
+95fb725 gryphon: fix 'gryphon.reserved' exists multiple times with NOT compatible types: FT_BYTES and FT_UINT32
+fe4d1a8 LLDP: Add 802.3 TLV Energy Efficient Ethernet (Subtype 5)
+72fb00f SPRT: fix 'sprt.payload' exists multiple times with NOT compatible types: FT_NONE and FT_UINT32
+4ef2e2f Zbee (nwk): fix 'zbee_nwk.multicast' exists multiple times with NOT compatible types: FT_UINT8 and FT_BOOLEAN
+9ef7b92 irda: fix 'irlmp.xid.name' exists multiple times with NOT compatible types: FT_BYTES and FT_STRING
+bebe51e ZEP: fix 'zep.seqno' exists multiple times with NOT compatible types: FT_STRING and FT_UINT8
+2eadb73 Zbee (zcl se): fix 'zbee_zcl_se.ke.cert.type' exists multiple times with NOT compatible types: FT_UINT64 and FT_UINT
+599b549 BOOTP: Add preference to determine endianness of UUID.
+2b5fe74 Zbee (Security): fix 'zbee.sec.key' exists multiple times with NOT compatible types: FT_BYTES and FT_UINT8
+dbe1d13 sFlow v5: Add original packet header length to protocol tree.
+d4dd4fd Fix names of SSLv2 RC2 cipher suites
+11b058e GTK: make dist fixups
+b3d8785 Lua configure.ac improvements
+f61b5d3 wtap (opttypes.h): fix no newline at end of file [-Wnewline-eof]
+845654d TCP: Use MIDDLE DOT for the flag placeholder.
+4d22c44 Have the interface list unsorted by default.
+cdb7a7a Fix appending the list of remote interfaces.
+842a9b5 Replace extcap_interface_list() with append_extcap_interface_list().
+60f87ca Put the extcap interfaces at the *end* of the interface list.
+a7c44b7 Ensure we have a name resolution block when parsing its block type.
+c5c1058 Clean up setting *err_str to NULL.
+fcf4ed3 packet-nsh.c - Look for correct ethernet dissector name.
+e4c059f Add free_address_wmem(), fix warnings [-Wcast-qual]
+9253791 Fix indentation.
+d08f657 Fix nmake build for extcap apps.
+d544ecd cmake: fix parallel docbook build
+4c3a6a8 Empty out InterfaceTree::updateGlobalDeviceSelections() if no pcap.
+4a38f42 Mark a variable unused when we're not using it.
+0b35440 tcp_stream_dialog: Integer overflow in Average Throughput
+070fc33 Qt: Update selected interface filter behavior.
+10358a2 HTTP: Fix full_uri when using a Proxy
+7bd6bae Update README.plugins to remove deprecated nmake references
+6ac22e7 extcap: Fix noinst header
+2e04336 snmp: Decode msgSecurityParameters ASN.1 header
+2980123 extcap: move windows functions into extcap-base
+3b9306e debian: Override some lintian warnings
+2eee433 extcap: Fix make distcheck
+7a9bd51 Qt: Capture Interfaces dialog geometry updates.
+e9b2859 Clean up modelines and indentation.
+12808de Add text2pcap-scanner_lex.h to the list of generated headers.
+3955dae Qt: Emit textEdited from CaptureFilterEdit in more places.
+703553a Put extcap-base.h into the release tarball.
+c51d859 pre-commit: Use uname -a instead.
+a376915 extcap: move includes into extcap-base.
+0ffa73a Qt: Use UTF8_HORIZONTAL_ELLIPSIS for …
+c154c75 extcap: move common code into extcap-base files
+2485440 GRE: call ID not always decoded
+fe1de01 pre-commit: Avoid launching python subprocesses.
+fd9e71d Sort the pixel formats.
+143f4cd Fix build with CFLAGS="-g -Og" [-Werror=maybe-uninitialized]
+bc9c6c6 Cleanup CMakeLists.txt indentation and use lower case function names
+394eaa1 Add GResource message to configure script
+03dfd9c u3v: dissector for the USB3 Vision protocol
+3ada3c0 CIP: Improve error checking
+b64d19b diameter: change GArray into wmem_array.
+4fec250 Update README.plugins
+06550a8 sFlow: Add lag_port_stats (format 7)
+c9c0eff Try putting the output directly into the error message.
+24aaddc An SHB with a magic of 0x1A2B3C4D isn't necessarily little-endian.
+84ac392 For SHBs, always use the byte order from the byte-order magic.
+6257b65 Fix allocation of option bocks in pcapng_read().
+40fe88d Fix another heap-based bufffer overflow.
+75a522e Add 1 byte and 16 byte as separate values.
+996cc44 Improve epan/Makefile.am readability
+e8e084a Check for clang before trying to add -Q flag
+7c15566 packet-nfs: do not call g_hash_table_remove before g_hash_table_insert
+f897899 packet-nfs: fix double-free
+08c3bbb qt: show marker when capture file comment has changed
+c2f85b6 Extend reassembly documentation
+9ff932b ber: avoid deep recursion for constructed strings
+e395633 vwr: fix heap-based buffer overflow
+ec691a9 De-canonicalize paths for file and directory path preferences.
+8d256d2 cmake: fix docbook dependency
+6290387 When installing RPMs for development, use dnf if the OS has it.
+fa20bbb fix exists multiple times with NOT compatible types: IPv4/IPv6/Bytes
+5635f49 Get rid of trailing white space.
+0387d32 Dissect the frame data.
+fa80940 Qt: Add tooltips to the welcome screen interfaces.
+b5ac913 Qt: Select matching tree item and bytes in Find Packet
+0ef196a Qt: Optimize Show Packet Bytes
+03f9912 Qt: add OS interface description to 'Manage Local Interfaces' window
+fd75aa2 Qt: Capture and display filter fixups.
+d49e06a autotools: Display build flags in configure summary
+5d00f39 BGP-LS: Protocol-ID aware Prefix/Adj Flags dissection
+00bd175 Have "make maintainer-clean" remove extcap/Makefile.in.
+7282e80 Explicitly require autoconf 2.64.
+08d49ff Making wiretap option blocks more generic.
+37acf43 wmem: add null-terminator support.
+1333235 caputils: fix crash when calling 'dumpcap -i' without having WinPcap installed
+97de3b3 LTE RRC: add a unit to gnss-TOD-msec field
+3fe16e1 HTTP2: Reduce resource usage.
+614c7fb Cisco Marker: Fix endian type for some field
+5beb48b Fix some hf_ field datatype conflicts.
+1ac725f packet-cigi.c: Fix conflicting datatypes for hf_ fields.
+5aa3a88 Separate hf_ fields that share filter names with FT_UINT32 and FT_UINT64 datatypes.
+d1f5b37 Resolve hf_ field name conflicts with protocol strings.
+7e55f41 pvfs2: read a 64bit value in one go
+5f8c555 sigcomp: don't THROW() an exception from a dissector
+14881e7 tshark: load decode_as_entries file
+8889be1 autotools: Add GLib/GTK configuration definitions to package cflags
+de1dc7e autotools: Improve libnl configuration and dependency
+6e1d7b9 [Automatic update for 2016-02-21]
+48de5c5 [SPICE] Prevent really long loop in dissect_spice_link_capabilities.
+024bf62 Fix typo in PTP / Follow_Up Message / Follow Up information TLV.
+f0fb79d autotools: Use pkg-config autoconf macros for GLib/GTK
+8b46cbb autotools: Cleanup some installation directory stuff
+e282c19 autotools: Fix multiple repetitions of -L build flags
+a299e69 No need to export the 48-byte-header Linux USB dissector.
+3514a5a Disssect the flags fields in the FreeBSD USB headers.
+8276a88 ieee80211: handle reserved grouping value
+236828b4 MIP6: fix mip6.lri.reserved exists multiple times with NOT compatible types: FT_BOOLEAN and FT_UINT16
+82f8818 DLM3: Remove macro for declare header field (hf)
+0e8dc99 MIH: fix exists multiple times with NOT compatible types
+3b644a7 Fix various off-by-one in buffer sizes
+55b5b7c ber: fix buffer overrun when handling empty sets
+c31425f gsm_abis_oml: fix buffer overrun
+071dfd7 sober: fix cannot optimize loops warning [-Wunsafe-loop-optimizations]
+1b3ae81 autotools: Use Qt flags only for building Qt GUI
+a795a30 Qt: only "Comment" column should be editable in Local Interfaces management tab
+5eafa90 autotools: Move common automake code for plugins to an include file
+01444ab Fix indentation.
+f314490 Initial support for FreeBSD USB captures.
+6e1bf33 Qt: Set maximumSize on AccordionFrame widget buttons
+3dddc52 Couchbase: Dissect optional expiry in subdoc mutation requests
+cee50b8 Put back a define to make the Lua build happy.
+ddeab2c Get rid of PCAP_ENCAP_USB.
+eb9d2b0 Fix implicit conversion from 64 to 32 bits
+472687b Qt: Fix Open protocol preferences button.
+de65fd6 rsl: avoid buffer overread
+8bee8ba Add inet_pton/inet_ntop interface to libwsutil
+5fec8fa BER/PER: Add dissector assertions to squelch scan-build bugs
+0200cff DLM3: Add support for the Need Slots Recovery Command Status Flag
+61f73a3 Qt: Update AccordionFrame widgets to use common layout
+4c1869f Don't call the hci_usb dissector through a dissector table.
+f4580ac ssl: fix decryption when session ticket is not used
+eb75ec1 Prevent inproper use of negative value
+323659d dcerpc: fix Called function pointer is null (null dereference) found by Clang Analyzer
+6cf6cdb Added support for Payload IE Vendor OUI.
+1e8905c Don't bother setting phdr->pkt_encap to wth->file_encap.
+7a5c04e PPP: remove obsolete Van Jacobson decompression preference
+9e70d02 Have ETT variable names all begin with ett_.
+6d6f49d 802.15.4 fixed processing of PAN ID compression bit
+50a9165 Remove some {-I,/I} flags.
+406161a Another include that needs fixing.
+b32a5ee Don't add the wiretap directory to the list of include directories.
+7b6e526 EIGRP: Add missing CD (Candidate Default) flag on Legacy Metric
+30d83e0 Qt: Add regex support in Find Packet
+b77ffb9 GTPv2 command messages conversation
+20fcb6c Fix compilation of extcap programs with NMake
+7382b02 cip: fix a leak
+6671b0d usb: cleanup idProduct dissection
+2d133d6 Qt: Validate FindLineEdit regexp
+cb962ca autotools: Remove extra space from output
+707298c Cast away a warning.
+d4ee4a9 iso14443: fix the NAK/ACK bit of an R-block
+989739c Qt: Add Decode as in Show Packet Bytes
+a611899 Add packet-usbip.h to epan/dissectors/Makefile.common file
+360349c USBIP: add USBIP Protocol dissector
+878d724c Update Debian symbols.
+9c0b5a9 ws80211: Replace some whitespaces with tabs
+c97a97a RTPS: Added new locator kinds and upgraded to latest set of ids
+d1474f1 IRDP: Use integer arithmetic to round-up [-Wbad-function-cast]
+416ca6b CIP/ENIP: Attribute updates
+95dee44 const gpointer -> gconstpointer
+076784c iso14443: fix the order of the ATS bytes
+338a0c7 iso14443: dissect FWI in the ATS
+458d598 iso14443: move ATS dissection to a separate function
+4e85b62 Allow test of the -D and -L options to succeed or fail with a permissions error.
+44f74e7 Qt: Add FindLineEdit with regex search option
+8e1ade8 Use cast to char for explicit conversion [-Woverflow]
+a6a358e multipart: Add Content-Description header
+614751d [UMTS-FP] Try to fix Bug 12121 out of bounds access by expanding an array.
+3d73226 More changes reflecting the extcap binaries being built in extcap.
+2345a2b Some more randpkt_core.
+143ce94 Correctly set the "short GI" flag in the generic radio information structure.
+ec86319 Fix name of librandpkt_core.
+65d3d6a Generate randpkt_core/doxygen.cfg.
+f6dc745 Add randpkt_core to the list of libraries for randpkt.
+58d00ba Build the extcap programs in the extcap directory.
+21ab9b2 IMAP: Indentation
+780f886 editcap: flag for ignore vlan duplication removal
+82bb9eb Add some casts to void * to fix (pedantic) argument mismatch notes
+5066cf8 Fix format string warnings [-Wformat=]
+b846e48 LWM: Fix "Assigned value is garbage or undefined"
+7f520c3 Fix two warnings for semcheck.c
+5dbc727 tango_color(.h): avoid ‘tango_butter_3’ defined but not used [-Werror=unused-const-variable] found by gcc6
+52deda1 Sort UTF8 entities
+4073938 [Automatic update for 2016-02-14]
+c3d8ac6 Register Q.931 in the osinl.incl dissector table.
+2e85975 Just #include wsutil/inet_aton.h
+d55f176 Don't define EXTCAP_DIR as "${datadir}/wireshark/extcap".
+088f57f Add support for libssh.
+c0bdaf1 Fix an indentation to get rid of text2pcap.c:1254:17: error: statement is indented as if it were guarded by... [-Werror=misleading-indentation]
+137358a androiddump: fix logical ‘or’ of equal expressions [-Werror=logical-op] found by gcc6
+b550c33 Dissection of SSAPs is a bit weird. 0x1 would be displayed as ">Unknown (0x01)" on my particular trace. This duplicates the value with the C/R-bit set. Needs a proper fix eventually. Small indentation fix.
+378c59b iso14443: verify the CRC of all messages
+8a2b3bc packetbb: Add some descriptions for message and TLV types
+b098e8e TIPC: remove unneeded semicolon
+fb1c42f umts_fp: fix ... defined but not used [-Werror=unused-const-variable] found by gcc6
+3ee826d tap-iostat: fix logical ‘or’ of equal expressions [-Werror=logical-op] found by gcc6
+646e373 file: fix variable ‘progbar’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Werror=clobbered] found by gcc6
+e465855 unistim: fix broadcast_phone_msgs’ defined but not used [-Werror=unused-const-variable] found by gcc6
+77050a8 Profinet (pn-mrp): fix statement is indented as if it were guarded by... [-Werror=misleading-indentation] found by gcc6
+e81ea52 packetbb: Fix the default value for end-index
+41d734e Adjust time stamps even if the secs value of the time stamp is 0.
+d1fc161 Add in a default value for extended_port_offset to avoid warning (-> error) with gcc-4.4.x
+9b6588b flexray: add a dissector for flexray protocol
+d2a4400 RTPS: Adding position in the batch to the rtps_dissector_data
+9dd7465 Qt: Add Show as C Array and YAML in Show Packet Bytes
+e6b5996 CoAP: Add support for tracking requests and responses
+875d95e nstrace: Allow opening of files that are not multiples of 16kB in size.
+4d46047 USB Audio: Fix cannot optimize loop, the loop counter may overflow [-Wunsafe-loop-optimizations]
+65d4222 WHO: Remove cast to fix warning [-Wbad-function-cast]
+436d014 autotools: Add more silent build rules
+15862fd Change some constness qualifications
+35919a0 AES: Fix dereference of null pointer
+f7468aa [GTP] In GTP' version 0 the 20 byte header is 6 bytes followed by 14 0 bytes.
+269dcc9 atn cm/cpdlc : fix variable ‘atn_cv’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Werror=clobbered] found by gcc6
+b7a5403 Use CMake conventional nomenclature for CXX_FLAGS
+e34f04f [NBAP] Array hsdsch_macdflow_id_rlc_map should be 8 elements.
+139297f atn ulcs/cpdlc: fix ia5alpha’ defined but not used [-Werror=unused-const-variable] found by gcc6
+3d08acb SPICE: fix ... defined but not used [-Werror=unused-const-variable] found by gcc6
+056b0cb NCP2222: fix ‘nds_scope_vals’ defined but not used [-Werror=unused-const-variable] found by gcc6
+48f698a Fix test-programs to build with -Werror
+f51d167 Q932: fix q932_.._vals defined but not used [-Werror=unused-const-variable] found by gcc6
+13c78bd NBAP: fix ‘lchid_name_resolve’ defined but not used [-Werror=unused-const-variable] found by gcc6
+0bab057 NBAP: fix ‘lchId_rlc_map’ defined but not used [-Werror=unused-const-variable] found by gcc6
+6fde7da randpktdump: change error messages.
+3f43b1d extcap: Fix call to child watch
+eefcbc0 Qt: Add hint label in Show Packet Bytes
+7a1eca1 extcap: Convert settings to preference friendly key names
+fa56b68 GSM RR A: Add variable to avoid some warnings [-Wbad-function-cast]
+01a3873 Make file indices consistently unsigned in the merge code.
+5cffcf2 Avoid undefined behavior in overflow check
+7b88834 mq: enable SSL dissection
+dcb55b3 TIPC: fix statement is indented as if it were guarded by... [-Werror=misleading-indentation] found by gcc6
+8186ab3 Qt: fix jitter buffer management
+dae1179 LTE RRC: fix defragmentation of ETWS / CMAS messages
+fe2656b Qt: Fix plural translations
+37d409e ieee802.11: Cleanup indentation
+dccaaa2 Qt: Align hex dump text in follow stream
+8498c39 Bring back packet_num in "Follow Stream"
+e2bb302 Qt: Add Show as Hex Dump in Show Packet Bytes
+ec70af4 BGP-LS: fix Adjacency-SID parsing
+403c6a6 debian-setup: bug fix
+e6f59d0 prefs: set correct context for a preference
+3e44854 Squelch array compared to NULL coverity events.
+f00a500 Mark RPC fragments as such in the Protocol and Info columns.
+8bb1e58 Suggest pushing a decision lower in the code.
+c487d44 Don't try reassembly on fragments sliced short during capture.
+ab977a8 Properly check the return value of color_filters_set_tmp().
+25ce3a3 Fix classicstun att_family decoding for IPv6 (CID 280363)
+093514e Lua: Check out-of-bounds before tvb_strsize()
+54521d3 Update .mailmap
+f3c0287 ceph: Fix more enum overflow warnings [-Wpedantic]
+372fb96 ceph: Declare convenience types as gint [-Wbad-function-cast]
+6ba585c mpeg-audio: do not put bitrate and sampling rate in source and destination columns
+177b631 ieee80211: Add Overlapping BSS Scan (OBSS) IE Parameters (74)
+559cbb1 ECMP: fix Unused value (UNUSED_VALUE) found by Coverity (CID 1348061)
+ce6ac9e And we need to check Nsts as well.
+0af5ef3 QCP: Fix retina label calculations.
+0ae6a19 Revert "Lua: Remove WSLUA_ERROR on dissecting error"
+2e6d780 GSM SMS: fix dissection of alphanumeric address
+477769b Qt: Restore sequence diagram labels, other fixes.
+ddc8a49 Regenerate RTSE dissector.
+0f2a0e8 Lua: Remove WSLUA_ERROR on dissecting error
+1b5382c Qt: Add Show Packet Bytes Dialog
+56a4184 Revert "Create an extended converstaion hastable taking more address information into consideration. This makes it possible to differentiate between packets on different vlans and can be expanded to handle tunnels."
+7d26339 Revert "RTSE and PRES relies on the TCP conversation to do reassembly, switch to the new interface."
+22a569a tools: improve valgrind script.
+23c6241 sshdump: fix default value for capture filter.
+db3795b Add missing breaks (CID 1348047 .. 1348051)
+6d88e9e prefs.c: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+c41bf48 Rename Bluetooth OBEX dissector to OBEX
+9f28bce prefs: fix a leak.
+4033151 add functions to calculate the CRC of an ISO14443-A message
+0fbc8f8 TCAP: Fix warning [-Wclobbered]
+b82e1e0 Cleanup indentation
+ef929dc Revert "Add free_address_wmem() and other extensions to address API"
+8df2857 TCAP: Fix warning [-Wunused-function]
+a082f02 SNMP: Fix warning [-Wunused-function]
+387c886 autotools: Move SBC dependency to libwscodecs
+13ec77a Add free_address_wmem() and other extensions to address API
+d762a89 GTK: Check if lrint() is usable, fix warnings [-Wbad-function-cast]
+847a713 proto_data: Remove superfluous casts
+2ecb5a9 Check whether Ness is valid as well.
+8a7b5ef MAX_MCS_INDEX is a valid array index.
+949c84f MAX_MCS_INDEX is a valid array index.
+31cecd6 [Automatic update for 2016-02-07]
+f87c261 ndps: don't THROW() an exception from a dissector
+bafdbb1 TCAP: fix indent and add modelines (use 2 spaces)
+4a2cd6c llrp: limit recursion depth
+47fc7ff asn1: Cleanup space usage
+a86e210 TCAP: Fix dissect_tcap_ERROR() unused warning [-Wunused-function]
+c59f6cc Bluetooth: GATT: Add ability to filtering by Service and Characteristic level UUIDs
+cbda60f Bluetooth: GATT: Add support for OTS/OTP
+26e6275 Bluetooth: BTLE: Fix Random Rx/Tx BdAddr bit presentation
+caf594b Bluetooth: HCI: Vendor: Add expert info if not all is dissected
+08cf506 Bluetooth/6lowpan: Add missing handle for L2CAP CID
+aa37bae CMake: Avoid unnecessary link dependency with SBC and fix debian warnings
+445d782 Add ARP protocol preference to register MAC to IP bindings for name resolution
+485af0a Check whether mcs_index is sane, not just whether it's set.
+8678e5a GlusterFS: Add support for the SEEK procedure
+e81cbe6 CMake: Minor ConfigureChecks.cmake cleanup
+a9c3556 Remove unbalanced comment marker
+0a00e8a couchbase: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+c296001 RTSE and PRES relies on the TCP conversation to do reassembly, switch to the new interface.
+bd6531b CAPWAP: fix cannot optimize loop, the loop counter may overflow [-Wunsafe-loop-optimizations]
+154e710 pktc: don't THROW() an exception from a dissector
+b3fb7f4 ENIP: Add dissection of UCMM CPF Item over UDP
+c09d894 Fix some Coverity issue
+fb033d0 Add CIP Security objects
+b1aa1be couchbase: Use some unused hf (and remove unused hf...)
+62a7fb7 Multipath: use directly value of sizeof(guint32)
+c9b23cc iso14443: add items for the actual length fields
+988b084 iso14443: move the dissection of the attrib command to a separate function
+1e5144f iso14443: make max_frame_size_code more generic
+0c92734 iso14443: dissect some more fields
+4124597 SLL: add SLL protocol type to 'Decode As' dialog
+651d860 Don’t adjust time column widths in cf_open
+cc679ca Qt: Add check for field extractors
+4c144c5 Qt: Reset columns before auto resize time columns
+179b733 Network Service Header Dissector for Ethernet & GRE encapsulation draft-ietf-sfc-nsh-01.txt
+005f44c fuzz-test: Move the ASan message outside our loops.
+2efd7f9 RTPS: Improve Status Info dissection.
+0cd0844 Have CIP dissectors find the CIP Class dissector table, rather than have a externed global variable.
+8b0c2c3 Multipart: add dissection of multipart/encrypted and also fix problems to find the right boundaries
+8d0455c Fix asn2wrs warnings [-Wredundant-decls]
+81b457d ASN1: fix misspelling (found by Lintian)
+35ef16b THRIFT: add heuristic for TFramedTransport
+5d3d330 make-version: Silence one diagnostic message with a verbose option
+29b0ada fuzz-test: Print the memory limit if ASan is enabled.
+d5c1449 [text2pcap] Fix parsing of hash sign at the end of the line
+f6ff90f RTPS: Added custom type dissection support for RTPS batches
+2a2cb9d Couchbase: Dissect multi-path mutation responses
+8899e00 Fix memleaks related to get_dirname
+36cf75e CIP/ENIP: Enhance Info column display
+6991149 [airpdcap] Add support to decrypt TDLS traffic
+2e1c181 OSPF: Wrong interpretation of Instance ID value in OSPFv3 packet
+ad45802 Sync ASN.1 templates and generated code (spelling fixes)
+7935816 LCSAP: Sync ASN.1 template and add missing braces
+ee86421 Squelch warnings from compilers that don't know that (a%b) is always < b.
+2079e5d Get rid of an unused variable.
+c3c9386 extcap: do not leak "version" field
+7f3f11f Add Userlog dissector
+393b183 Add AES-CMAC encryption support
+16bee21 Add functions for SHA256 and HMAC-SHA256
+1b1b934 M3AP: fix dissection of IPAddress field
+0421e78 Fixed bug when the actual remaining command data is less than the size specified in the EtherCAT mailbox header.
+ff07bd4 No need for execute bit on setuid-root.pl.in
+ca13f64 OpenFlow (v1): fix exists multiple times with NOT compatible types
+a3f23d9 MPLS : fix exists multiple times with NOT compatible types
+0ce188a HTTP2: fix 'http2' exists multiple times with NOT compatible types: FT_NONE and FT_PROTOCOL
+91613a0 pcapng (dissector): fix 'pcapng.options.option.data.ipv4' exists multiple times with NOT compatible types: FT_IPv6 and FT_IPv4
+d8e2768 CAPWAP: fix 'capwap.control.fortinet.ebptag.ebp' exists multiple times with NOT compatible types: FT_ETHER and FT_UINT8
+e9fc9c4 MS NLB: fix msnlb.reserved' exists multiple times with NOT compatible types: FT_NONE and FT_BYTES
+a57c3bc suite-decrypt: fix mixed indent (use tabs)
+a47c850 suite-mergecap: fix indent (use tabs)
+0538470 Suite test: fix modelines for bash script (emac)
+2e84d20 GTP session tracker removing frame info fix
+eeafb47 Fix Qt4 moc option argument and add build parametrization
+6402092 Adds calculation of preamble length and frame duration.
+8dd13f4 THRIFT: add dissection of T_MAP
+9c84602 Pass smb2_info_t structure to heuristic subdissectors.
+59b5609 lemon: Use automake rules
+dfc9f0b BGP-LS: fix 'TE Default Metric TLV' and 'IGP Metric TLV' length parsing
+effc853 Remove GNU make extension
+fd52f92 Update list of field types compatible for comparisons
+818c274 HiQnet parameters and Wireshark fields have data types; use them.
+8834e8f Display Filter Expression dialog updates.
+6641987 usb: don't THROW() an exception from a dissector
+cb241e9 [GSM MAP] Update to V13.2.0 (2015-12)
+07ef896 prefs: Add missing newline for filter expressions heading
+a0722e3 GTP: Fix Dereference of null pointer found by Clang analyzer
+90d63e3 frame: Fix Dereference of null pointer found by Clang analyzer
+130ea46 QUIC: fix some display field typo...
+f3b660d proto.c: fix indent (use tabs)
+f80e9df Create an extended converstaion hastable taking more address information into consideration. This makes it possible to differentiate between packets on different vlans and can be expanded to handle tunnels.
+872f8b4 Add to the Info column for the stuff in COTP CR and CC PDUs.
+c599cd7 Add proto_tree_add_item_ret_string() routine.
+cd7daa7 Qt: Make moc less chatty
+b5ff79e Add silent build rules for setuid-root.pl
+5cad2cd Add configure-time synchronous DNS warnings.
+8294e77 Quick fix for the build.
+4a5a96c Get rid of unused redundant OSI COTP dissector.
+0969953 Remove trailing whitespace.
+b9fb2ce Add heuristic dissectors for the variable part of COTP CR and CC PDUs.
+a53ab9d Fix leaks when spawning extcap processes
+14d6c20 main_toolbar: fix redundant redeclaration of ‘cfile’ [-Wredundant-decls]
+b0a8347 pre-commit: ignore ASN.1 template files
+2bf4b35 PIM: fix IPv4/IPv6 filters using the same name for different address type
+c7798d6 BGP: Link-State extensions for Segment Routing as per draft-gredler-idr-bgp-ls-segment-routing-ext-01
+24fb4c5 LTE RRC: add system info modification for eDRX UEs in info column
+8e5272a IP: Don't check length if in a ICMP error packet
+98fc6c6 btatt: Fix Dereference of null pointer found by Clang analyzer
+71a21d7 extcap: Correct save for file arguments
+927ffaa extcap: Add Save functionality to options dialog
+5e89f93 androiddump: fix printf format warning.
+26a24ba [Automatic update for 2016-01-31]
+0c1878c sshdump: fix documentation issues.
+543908b aim: allow SSL decryption
+4a79cf2 Switch from QLibrary to ws_load_library.
+057b8d7 plugins: do not import symbols globally
+2bf715d lemon: fix leak.
+4fc7423 RLC LTE: upgrade dissector to v13.0.0
+96acb62 Fix memleaks on interface refresh when extcap configs exists
+27ff4ac RLC LTE: fix dissection of RLC AM PDUs with odd number of 15 bits LI
+3ce0e60 autotools: Add '-Qunused-arguments' to build flags (clang only).
+adf0184 autotools: Fix 'make dumpabi'
+89fdae4 CAPWAP: fix indent typo
+60a752e LCSAP: fix indent (use 2 spaces and add modelines)
+1b481f3 Fixed Cisco Vendor IDs in IKEv2 dissector.
+9769fd6 CIP: fix no previous prototype for 'dissect_segment_network_production_inhibit_us' [-Wmissing-prototypes]
+18afa39 MEGACO: fix dissection of packets
+c9d148c Update filter bookmark icons.
+22e5cdb No need for a routine to return a GSList of extensions for compressed files.
+32b44bf Add a note about Dell Backup and Recovery.
+d6caaaa gsm_map: decode SRISM v1 and v2 result
+5084a42 tools: improve debian-setup with optional packages.
+21c3a6d lemon: Have Makefile.am handle warnings as errors correctly
+4842e4b RoHC: fix an assert when dissecting partially an IR-DYN packet
+9a72f8d GTP session ID generated tree item for tracking GTPv1 sessions
+4588a2b tds: don't THROW() an exception from a dissector
+6e53a06 Qt: No capture filter bookmarks in capture interfaces list
+72a9a43 Add A-MPDU reassembly information to the radio metadata.
+0450cfa Try to fix 'make distcheck'
+d9fa931 Another fix for g265a41e
+25ee6cb LCSAP: improve dissection
+3c1d05d Qt: Enable capture filter bookmarks
+268c0e5 MATE: Disable Werror as before g265a41e
+7fdf4ce Qt: Update display filter bookmarks when list changed
+265a41e autotools: Don't use "user variables" to set build flags
+97a1a50 extcap: Cleanup complex types and add save option
+08527e9 codecs: add deregister_codec API
+0a931aa Add fnmatch support to git pre-commit hook
+936e4e0 correctly decode GSM_MAP invoke SRISMv1
+eeae61b packet-simple: SIMPLE dissector
+da55947 Get Clang to report errors for unused vs. unknown linker flags
+1326cbc sshdump: fix error in extcap sentence.
+8049df7 Get Clang to report errors for unknown linker flags.
+e57bb19 Make Qt UI capture filter behavior more closely match the GTK+ UI.
+841f636 Add Authentication Header (AU) support for MEGACO packet.
+ef75268 Allow/Create an option to use "capture filter" labels defined in wireshark GUI from CLI
+5225100 Added dissector for Paging and Service Information (186) IE.
+9d71ca2 Use find_or_create_conversation().
+adb731c Allow make-version.pl to use git when missing from path
+884795e wslua: do not free TVB for data sources
+f96c561 ssl: enable "decryption" without keys for NULL ciphers
+850f5d3 Remove the deprecated column types so users don't think they still exist.
+0b7583b vuze-dht: show network coordinates instead of binary data
+54e3b32 Don't treat Visual Studio specially for linker flags.
+59bdb4b CIP: Add support for all defined segment types
+3cecda0 Explain why we're still checking for MSVC.
+dc91ac5 Make CHECK_C_LINKER_FLAG work with, at least, the Xcode generator.
+7ac62e9 CMake: docs update
+c1832a8 wslua: fix memleak on error path of Tvb:bytes()
+a7d07e9 Qt: Check for file changes on Reload
+06e5197 Qt: Improved testCaptureFileClose dialog texts
+1c822e7 prefutils: Add convenience function
+7e72253 Qt: Detect language on Windows and load qt_xx.qm/qt_xx_XX.qm
+2d1b516 PDCP LTE: upgrade dissector to v13.0.0
+581b937 color_filter(.h): Fix The following parameters of ... are not documented
+4f2ce4c capture(.h): fix api reference
+80d7250 capture_sync(.h): fix api reference
+31e4958 cell_broadcast(.h): fix api reference
+bbb84a5 color_filter(.h): Fix The following parameters of ... are not documented:
+0cc1778 api ref (wmem_interval_tree): fix end of file while inside a group
+469a231 Change filter button label in qt follow window to 'Filter Out This Stream' to match label in gtk version.
+f80c45a RADIUS: Add new HP Attribute
+d3b256e RADIUS: resync HP Dictionary
+0ff957a dns,spdy,ssl-utils: fix export PDU
+0f5bed3 ssl: fix RSA key matching with Client certs
+623e536 phdr->pkt_encap and phdr->pkt_tsprec need to be set for seek-read too.
+6bd7e92 TDMoP Dont register UDP port 0 or Ethertype 0.
+a7c025f Fix missing validation (crash) for certain prefs
+b2bd03c [skinny] pinfo->fd-num changed to pinfo->num
+cb0f530 Qt: Fix checkSaveAsWithComments() button check
+8ffa274 MAC LTE: upgrade dissector to v13.0.0
+0996984 Move the proto data stuff out of frame_data.[ch].
+6beb19a Add a missing function.
+1fc2074 Add some missing symbols.
+699c61f Update Lua tests after g9eda2fa
+2ff6ae9 Fix reassembly test broken by gbc5a037
+107d681 [Automatic update for 2016-01-24]
+35ecbaf More pinfo->fd->abs_ts to pinfo->abs_ts.
+8e5dfa5 More pinfo->fd->num to pinfo->num.
+bc5a037 Add the packet number to the packet_info structure, and use it.
+baea677 Allow hex and octal values to be used in ranges
+bd4644b Indicate what an InterfaceTree is.
+0fa1337 Qt io_graph: Use Interval value when generating Y-axis label or legend
+9eda2fa Set width of hex output according to bitmask
+88cd655 Qt: Load qt_XX.qm to translate Qt Strings
+720f57d ui: Code cleanup
+dd46389 ANSI A: get rid of a global buffer
+8454f2a CMake: Produce correct plugindir for pkg-config
+4826746 More structure assignments for nstime_t.
+e119532 Set the pinfo time stamps based on the frame_data time stamps.
+a7f470f More pinfo->fd->abs_ts to pinfo->abs_ts.
+21ac67c Fix template files to refer directly to pinfo->abs_ts.
+9141bd9 Add more fields to packet_info structure and use them.
+2fb43f3 Use structure assignment for nstime_t.
+f3713e2 Avoid inhaling fumes. Do not use near open flame.
+e406703 Fix handling of the byte order magic number.
+5fecf17 Get rid of now-unused expert info.
+3d570b5 Fix handling of the magic number.
+9b8f526 That warning is bogus; squelch it with an otherwise-unnecessary cast.
+e8d0d37 Try to fix compiler warnings.
+f78d761 Fix DIAG_OFF() and DIAG_ON() calls.
+e63fd92 lemon (tools): Fix Dereference of null pointer found by Clang analyzer
+3343729 Fix warnings for qt_ui_utils.cpp [-Wcast-qual]
+fa0e874 [iso14443] dissect two more components of the ATQB
+5f5f160 GSM A DTAP: fix display of calling/called party BCD number in parent tree
+7d6d893 GSM A DTAP: get rid of a global buffer
+19d43a0 sshdump: fix leak in ssh_open_remote_connection() (CID 1349731)
+c260640 ISAKMP: Try to really fix implicit conversion warning on OSX 64 bit.
+cadae1c ISAKMP: Fix implicit conversion to shorter type.
+fc511c3 CIP: Add support for Get Attributes All
+db111c4 ISAKMP: Optimize loops
+9f5a060 NFSv4.1 bugfixes
+ed587b2 GSM SMS: add dissection of Special SMS Message Indication IE
+77046c0 Qt: Add some window title variables
+32e4bd3 ZigBee: ZBOSS v2 traffic dump dissector.
+039b6ea Revert "Diameter: Add Redknee AVPs."
+266c28b Update my e-mail address.
+47443b2 Fix warning for epan/color-filters.c -[-Wcast-qual]
+40951bf [IP] IP fragment reassembly gets thrown off if there is the same packets with different VLAN Ids in the trace in some cases. Add VLAN Id to the ID used to identify fragments. As discussed in https://code.wireshark.org/review/#/c/13452/ this may not be a complete solution but fixes the emediate problem.
+dede3c8 Add VLAN ID to pinfo
+2d6e044 Add a link for LINUX_SLL values.
+c9db8c5 mrdisc: don't THROW() an exception from a dissector
+14c68a3 Fix warning for funnel.c [-Wcast-qual]
+0ced18c SDP: Fix warnings [-Wcast-qual]
+61be558 XMPP utils: Don't cast away constness [-Wcast-qual]
+502fd03 RPC: Fix warnings [-Wcast-qual]
+d403c15 decode_as_utils: Fix warning [-Wcast-qual]
+5c1d504 IMF: Don't declare 'imf_field' *name as const [-Wcast-qual]
+faedd04 profile_name_is_valid() returns a malloced string [-Wcast-qual]
+4dd3f66 Avoid returning malloced memory as const [-Wcast-qual]
+770eb64 Add missing const qualifiers for packet-ssl.c [-Wcast-qual]
+d54bc2b Define ZLIB_CONST for packet-ssl-utils
+06b7518 Qt: fix a crash when trying to open TCP stream graph on a truncated TCP packet
+4b35048 Qt: ensure to call destructor when closing a few QDialog windows
+523ae61 HTTP: fix Control flow issues (UNREACHABLE) reported by Coverity ( CID 1348060)
+dbfb2b8 OpenFlow (v1): Add Source/Destination IP(v4)/Port missing field on ofp match
+8c2af23 mrdisc: remove unnecessary if(item) checks
+92f76d0 IPOS: Add Ericsson IPOS kernel packet header dissector
+dced679 Squelch Coverity warnings CID 1348057 and 1348058.
+a2b1f39 Better handle TCP conversations when ports are reused.
+4c330cc Fix constness
+d8e9862 Fix constness
+fdec865 Bluetooth: GATT: Add support for TDS
+fe52586 Bluetooth: EIR/AD: Add TDS item support
+d51989e Bluetooth: Add dissector table for EIR/AD Manufacturer content
+5de7817 Revert "[Diameter] Update Nokia Solutions and Networks vendor-specific AVPs"
+89fe741 Revert "[Diameter AVPs] Add Vodafone AVPs"
+eeff506 Separate "Ethernet in capture file" and "Ethernet maybe with FCS" dissectors.
+47648e0 X509AF: reset algorithm_id global variable when closing a file
+0dbe79c Qt: Resize columns to contents in DecodeAs
+846f08b Bluetooth: GATT: Better name resolution of handles
+aeeb2a9 Call the dissectors for types in TZSP packets individually.
+f55bb2e Note that using file_gets() for UCS-2 files is a bit of a hack.
+106da4a Fix indentation.
+0cb2311 RTITCP: fix heuristic dissector
+fca54f8 Waveagent: fix heuristic dissector
+56bffba Qt: Update window title when preferences changed.
+630c814 [XML] Add application/vnd.3gpp.sms+xml
+5a8020a X509AF: make a local copy of algorithm_id in file scope for later use
+69b8f6c sshdump: fix typo in extcap-config.
+fed3921 [OpenFlow v1] Dissect part of stats messages.
+60a0852 improved vuze-dht support
+72a9968 Don't use IP address strings as "names" for MAC addresses.
+5335f1d DCM: ignore the upper flag bits of PDV in PDU DATA packet
+174fa7e MAUSB: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+9663d8c ERF: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+1c090e9 [LBMC] Bugfix stack-based buffer overflow in dissect_nhdr_extopt.
+203b9e0 PCAP PKTDATA: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+441c6d4 CMake: Fix an endif.
+e42a262 SSL : Fix Branch condition evaluates to a garbage value found by Clang
+dc4c64b Bluetooth: EIR/AD: Add missing IPS item
+69e80c4 Fix "Apply As Filter..." for BASE_PT field display types
+8f2cd7b ETSI CAT: allow a length of 0 bytes for Location Information IE
+9988542 Add a copy button to the Filter Expression preferences.
+6d0bc20 Qt: Fixup the Display Filter Expression syntax logic.
+7b2afd5 androiddump: There is no need to make full copy optarg
+1cc4ac4 Add Lua dependings only if LUA is enabled
+ff033c6 extcap: add masked to options.
+36cd195 Bluetooth: Update Assign numbers (5th December 2015)
+609ea4b Directly call the FDDI and "raw IP" dissectors from the nettl dissector.
+8ec153f Have the "maybe an FCS" version of the Ethernet dissector take a data argument.
+5fe11fb Call the "without FCS" version of the Ethernet dissector.
+a5cc29b Handle frames where the type field is a length field.
+5c440ae Fix indentation.
+69a679c Prevent out-of-bounds read in hiqnet_display_data.
+439d1c9 Fix comment.
+9803870 More comments.
+59e6c9e Fix construction of subset tvbuff.
+278b213 Call the "without FCS" version of the Ethernet dissector.
+b87a5af Fix build [-Werror=maybe-uninitialized]
+96d585a [iseries] fix iseries_check_file_type()
+8a0966c [iseries] return WTAP_OPEN_ERROR if file_seek() fails
+accaa90 [netlink] remove an unnecessary if (tree) check
+65ee5f9 [Automatic update for 2016-01-17]
+90a06ba [sll] call the netlink dissector if the arp_hdr type is netlink
+5625dc7 Correctly construct subset tvbuffs.
+86ade27 Dissect Ethernet-over-GFP frames with the "with the FCS" dissector.
+2c3d343 Call the "no FCS present" version of the Ethernet dissector.
+fe82323 Call the "no FCS present" version of the Ethernet dissector.
+24495a1 Use the "no FCS" version of the Ethernet dissector.
+4b663db Use the "no FCS" version of the Ethernet dissector.
+25699b6 Don't look at pinfo->pseudo_header.
+3301623 Add WTAP_ENCAP_NFC_LLCP to the list of types require a pseudo-header.
+49fe90f Have the pcap_pktdata dissector dissect the payload.
+0de3f03 Get rid of unused stuff.
+945e35e Get rid of a no-longer-needed #include.
+062e31c Have the pcap_pktdata dissector dissect the payload.
+d0f77b9 Don't call dissectors that require a pseudo-header if we can't generate one.
+409914a doc: fix spelling-error-in-manpage found by lintian
+988aebf plugin_if: fix bug in var assignment.
+0aa4359 [sll] add LINUX_SLL_P_NETLINK
+d326eb9 fix spelling-error-in-binary found by lintian
+fb22d62 LAT: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+98fd9b8 MPTCP: Update ADD_ADDR option to RFC6824bis-04
+6425ba9 IEEE802.11: fix EAPOL key frame detection
+e3ab748 extcap: Code cleanup
+8f6da81 Revert "Don't use the printf command; it's not guaranteed to be there."
+67c5849 Don't use the printf command; it's not guaranteed to be there.
+0802f12 Don't export wtap_encap_dissector_table from packet-frame.c.
+91b6718 ssl: fix app_data handle detection
+183732fb Improve Error messages when failing to load pcapng files
+a89ce92 Fix indentation.
+fe99fb4 Don't try to dissect if the link-layer header type requires a pseudo-header.
+8f73377 autotools: Remove repeated configure output (sshdump)
+ea257be sshdump: change message to error.
+d89de40 Not passing a struct atm_phdr to an ATM dissector is a bug.
+a9e126a ATM: do not try to dissect if pseudo header is not present
+bebb63b Keep comments from stealing hierarchy statistics.
+3b2e7b6 Always initialize need_colorize flag
+7002a9c Add http.file_data string field to store decompressed HTTP data.
+d1cb746 plugin_if: Add function to get capture file info
+ca512cf androiddump: Return extcap version information
+75ff25f extcap: Add list of extcaps to about dialog
+6ef2b48 uaudp: fix buffer overrun while reading pref
+cefd1d4 ssl: avoid duplicate PDU dissections
+4f94f25 DICOM: fix addition of item subtrees
+1ca29e5 LTE RRC: upgrade dissector to v13.0.0
+7bde1d7 [editcap] Pacify OS X buildbot.
+42f64a5 autotools: Remove old hack and bugfix CPPFLAGS
+f146fc2 Adding Device Temperature Configuration Cluster for Zigbee
+9319346 [editcap] Remove excess parsing when packets are kept.
+9b2f3f7 [BER] Fix Wireshark heap-based out-of-bounds read in dissect_ber_constrained_bitstring
+5d4a71a ssh/randpktdump: Add version to extcap utility
+baf3321 [editcap] Bugfix tree compare function.
+a50c230 Adding IAS WD cluster and IAS ACE Cluster for Zigbee Protocol.
+1a100e2 Adding On/Off Switch Configuration Cluster for Zigbee
+11b581b Qt: fix Z-order assignment: '' is not a valid widget warning
+6e90ca0 IPv6 fragment header's reserved octet is 8 bits
+a3414e2 ranap: Sync with asn1 source
+863ef19 RTPS: Call dissector for user data using Type Name
+9a19c14 Expand a comment.
+8572c6a Qt: Separate window titles with Em dash on OS X
+91c1668 Qt: Add back setWindowFilePath
+b255696 Get rid of unused dissector handles.
+50dc0e8 ssl: improve interaction with heuristics subdissectors
+6fba2d2 fix,ssl: "fix" FIX over SSL
+0a0acd9 Present PDU header timestamps with microsecond resolution as exists in packet data.
+d1ab159 Clarify IPHC dissection of IPv6 ECN and DSCP
+b4a1985 [airpcap] Fix parsing of GTK
+8fe1cf7 Fix capture output options.
+cd5b932 Qt: "Conversation" → "Coloring"
+9b1e318 test: Add test in decryption test suite for 802.11w
+b5192f5 Update.
+59ef817 Rename new_register_per_oid_dissector to register_per_oid_dissector.
+ab784d6 Rename new_dissector_t to dissector_t.
+e259f39 Clean up indentation.
+e5c91bc Use the return value of register_dissector().
+d9da77a Have various ATM dissectors use the data arguments for pseudo-headers.
+7c2eaef Qt: Show the horizontal scrollbar in the packet detail.
+b275ea8 Swapped align error and crc error bit in EtherCAT Switch Link dissector.
+161047c Enable USB sub-dissectors for MA USB.
+57252ad Do not filter on "http" when Following HTTP streams.
+d15d88e RRC: follow-up of g588955d
+588955d [RRC] Update to V13.1.0 (2015-12)
+bf0f5a9 Use result of register_dissector
+4f4769a Move structure definition outside another structure definition.
+5892686 Get rid of debugging printouts.
+24324a0 Clean up handling of the data before the Ethernet packet in ERF files.
+5539dba Do not apply color rule filter every dissection
+c8a1f9d Fix issue with dumping to logcat_text from UPPER_PDU
+fda44fa Fix some memory leaks in ws80211_utils
+1f0c9f6 Qt: Update some keyboard shortcuts to match the GTK+ UI.
+d286243 Dissect the MC and AAL2 headers as 32-bit words.
+b7dc773 Assorted cleanups.
+140aad0 nettrace_3gpp_32_423 Protect from buffer overun.
+e48882f [airpcap] Decrypt protected management frames (802.11w)
+42ca2a9 Use g_ntoh* rather than g_hton*.
+fe1fd19 Fix type of acn.dmx.data.
+43d595e Fix another warning on 64-bit platforms.
+4ffffda Add the comment about the Wireshark changes github repo from the commit messages to the README.
+8b70205 Don't use g_list_free_full().
+fea0500 Need to include <epan/prefs.h> to declare preference functions.
+bf08d77 Fix warnings for epan/tap.c [-Wcast-qual]
+9cdc411 proto.h comment spelling fix: sentinal->sentinel
+62abe43 Fix FT_UINT24 comment error
+01d2ab3 [PPCAP] Add dissection of IE SCTP Association.
+acffba2 Change IPv6 "Flowlabel" to "Flow label"
+62374b5 Adding Analog Input Basic,Analog Output Basic,Analog Value Basic Clusters for Zigbee
+4802325 Fix type: strlen returns a size_t
+c62547b Refactor "Follow Stream" functionality on all GUI interfaces.
+b65d30d MAC LTE: fix dissection of out of band events
+da79868 Qt: Refactor testCaptureFileClose
+d6ca6cb 6LoWPAN: correct IPHC traffic class decompression
+8cabf5b [aeron] don't THROW() an exception from a dissector
+d203bee Register the Redback dissector by name.
+645516b extcap: Sort extcap interfaces alphabetically
+00a710a C symbols need to be in a decorated section when used from C++.
+619a7a3 Docbook: Revert part of change 13160
+c0c7e88 Include ws_symbol_export.h explicitly.
+a5a2c3c Fix infinite loop for when port max range is -1
+f83e202 [OSC] implement SLIP framing via TCP for OSC-1.1.
+fe7cbca WS_DLL_PUBLIC_DEF is for definitions; WS_DLL_PUBLIC is for declarations.
+694036c Fix indentation.
+a5dee51 Move some definitions and declarations around.
+9a09f36 Lemon: resync with upstream
+95d6848 Add some missing curly braces.
+8a5b29c Fix indentation.
+52e496d Fix indentation.
+59b6152 Fix indentation.
+65a06f2 Fix indentation, add some braces.
+b09286c Move the definition of TEXT_LAYER_LENGTH to packet-tpkt.c.
+6f47bcd Fix indentation.
+eaf59eb Move definitions of value_string tables into packet-ncp.c.
+3c37c8d Fix indentation.
+0086e5b Move everything from packet-fcdns.h to packet-fcdns.c.
+9468763 Fix indentation.
+410f9f8 Don't define dvbci_event[] in a header, just declare it.
+f6791c1 Stylistic and whitespace cleanups.
+93ab9e3 Have separate subtrees for each present flags word.
+c410a10 Rename some variables to make it clearer what they represent.
+0028867 Try to fix "Werror=misleading-indentation"
+194aabf LAT: fix no previous prototype for 'proto_register/reg_handoff_lat' [-Wmissing-prototypes]
+919b445 debian: Fix setting -Wl,-Bsymbolic on Wheezy only
+ebdaace Lua: Added reload_lua_plugins
+515502f WSUG: Update the statusbar section.
+8ee0be1 Qt: Restore the filename in the status bar.
+20f1100 LPP: upgrade dissector to v13.0.0
+9e4c79c [wcp] don't THROW() an exception from a dissector
+25973fa [openwire] don't THROW() an exception from a dissector
+67c2710 [sip] don't THROW() an exception from a dissector
+472c29d WSUG: Update the packet details and bytes sections.
+2440f53 Qt: Fix testCaptureFileClose without packets
+c6e981b checkfiltername.pl: Don't print empty line on successful run
+2227b6f Add a comment about improvements for the OverlayScrollBar.
+f0fd052 Update the packet list documentation.
+a19b2a4 [Automatic update for 2016-01-10]
+33f8f48 GTK: fix infinite loop at startup
+174dc98 Qt: fix infinite loop when gui_recent_files_count_max is negative
+25bfbaa CMake: Fix docbook dependencies
+9c3044e GTK: plugin_if_goto_frame can cause an Access Violation
+2c830bb docs: Updates to Developers Guide
+41e93ea checkAPIs: remove false positive in shadow check
+859e1ee [dcm] set a reasonable return value if we need more data
+cbbb574 [quake] remove a bunch of unnecessary if (tree) checks
+2a801b4 [aeron] simplify aeron_frame_info_setup()
+e530a09 Adding following dissectors for HVAC clusters for Zigbee Protocol:
+ce97990 Add lempar to pre-commit ignore list
+189d859 No need to include <sys/types.h>.
+9b83ae8 Get rid of unused variable.
+835a44d Get rid of unused variable.
+241c0da Get rid of trailing white space.
+c67c6e8 Add routines to add an item and return the item's real length.
+628c068 Qt: Save the default capture device name.
+8a23da3 Revert "Qt: Try to fix Main Welcome Interfaces List Scrollbar"
+308b653 Qt: Queue up redissection.
+cd70269 Fix a lot of typos and misspellings
+c1bcbb6 LAT: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+0ce9ac4 Add a Busy status to SyntaxLineEdit.
+35a79ff Fix warning for epan/tap.c [-Wpedantic]
+af6768d QT: add same warning as GTK when trying to save a decoded RTP stream that is not alaw/ulaw
+d3e480a Fix warnings for epan/prefs.c [-Wcast-qual]
+ac3fc7c Adding BINARY INPUT,BINARY OUTPUT,BINARY Value Clusters
+8884edb NFS: fix crash when activating file_name_snooping option
+895d07f Again, command values are in decimal, not hex, in DEC's LAT spec.
+8e49f59 Remove commented-out table of Ethertypes.
+054c107 LAT: Add LAT Protocol to release note
+d3023f1 The DEC spec gives command codes in decimal.
+f12dd18 LAT: fix indent and modelines
+fbe9200 Match DEC's spec.
+fcc5c52 Update the copyright.
+d74f150 Remove trailing whitespace.
+72b0041 LAT dissector.
+ff08c11 Note that sometimes the packet time stamps are relative to the start time.
+13c6333 Improve an error message.
+cbc36cb Remove constness from bytestring_to_str() [-Wcast-qual]
+94f499b dBm signal strength is signed; report it as such in the RSSI column.
+7423a91 extcap: Documentation for the new features
+cac0ab6 lemon: Fix warnings [-Wpedantic]
+b178e9c RTPS: Fixed DATA_BATCH dissection.
+5dcce34 Qt: Sort traffic table default protos
+f3ae6c9 [Diameter] Add Data from 3GPP TS 29.344 V13.0.0 (2015-12) Update resultcodes from IANA.
+20ca6d0 [dcm] don't THROW() an exception from a dissector
+7c5b0d4 mausb: Add dissection of ClearTransfers Req & Resp
+0c7eb4a [dcom] don't THROW() an exception from a dissector
+ccdb8be Clean up indentation.
+e687b0d Expand a comment.
+b400b8c pcap_list_datalinks() failing is an error.
+51a99ca Clean up #ifdeffed code.
+88b6c76 Don't declare libpcap wrappers if we're not building with libpcap.
+949b9ba Don't include much of anything if HAVE_LIBPCAP isn't defined.
+69a81b0 "#ifdef" out a definition not used if HAVE_LIBPCAP isn't defined.
+b2bf9e3 Set both HAVE_PCAP_CREATE and HAVE_PCAP_OPEN.
+ba3aa03 Move more capture device handling to the caputils library.
+97378a5 Don't assume a stat() fails only if the target file doesn't exist.
+613b406 Qt: Add recent capture filter entries.
+f410121 Remove some unnecessary dependencies and cleanup some code
+7888c43 [docsis->INIT-RNG-REQ] Correction for INFO field
+32cfb5a Get rid of unused #define.
+c7c936a Have all TCP flags in the structure that is passed to subdissectors.
+3239d02 checkAPIs: Add "system" to possible shadow variable (on OS X)
+ac1f9b3 Nstrace: Fix field name for nstrace.tcpdbg.rtrtt
+e1c97dd extcap: Rewrite the tokenizer to use regexps
+be0a727 Correct fix for "GFP: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang"
+db28e23 [S1AP] Update to version V13.1.0 (2015-12)
+4429ab7 sshdump: print error message to stderr instead of stdout.
+20a2fe2 [OSC] rename variable 'system' to 'system_msg'.
+57acc22 KISS the Follow TCP functionality.
+aede5c0 [OSC] fix and tidy up MIDI in OSC dissector.
+3d2cbe6 Adding Color Control and Ballast Configuration(Lighting Chapter) Clusters for Zigbee
+1658a35 [WINPCAP] First step to be able to use pcap_create()
+0e7b7dc GFP: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+4762828 Use TCP FIN bit to help determine desegmentation in HTTP dissector.
+1b222b8 Remove unnecessary #ifdef and includes.
+4ae3543 BTAVRCP: fix misspelling (found by Lintian)
+3d19432 oids_test.c - Fix compile error
+71c603b Clean up more includes of wtap.h.
+7604371 Remove unnecessary includes.
+fb68d24 For non-libwiretap code, use <wiretap/XXX.h> to include libwiretap headers.
+5815d10 Add basic exclude facility to pre-commit hook checks
+0fa5a78 INAP: fix indent (use 2spaces and modelines)
+8d44221 When dissecting fragments heuristically, check for incomplete RPC messages.
+ffb51b3 Qt: Disable configurable interface settings for extcap
+cfd5457 extcap: Add regular expression validation support
+a7e3ba0 Qt: Show capture filter warning
+b4ee72d Netflow/Ipfix: Enhance Netscaler Appflow ICA fields
+4a408c9 Add opiton to configure HAVE_PCAP_CREATE
+dfbea5d Qt: Don't check capture filter for user DLTs
+85fd9df GFP: Add support for Generic Framing Procedure (ITU-T G.7041/Y.1303)
+6f8ca07 Another symbol exported.
+c1d447f Remove unneeded "#if 0"ed out code.
+cdf9943 Don't walk the entire protocol tree to extract the value of one field.
+849d87a PPP: fix registration of CRTP (CNTCP) protocol
+28287ec cli: packets / bytes conversation statistics are swapped
+f02d9b4 C12.22: fix compilation without Libgcrypt
+9bf97f9 IPv6: Don't export Shim6 protocol parameters
+2030ed5 Added/extended handling of CPU message system
+ea16a84 Generate better pkg-config file
+fc13bf5 Bugfix Follow HTTP byte stats
+c6dee15 Bugfix some issues with Follow HTTP Qt dialog
+72b1889 Remove extraneous stuff from a comment.
+32f9f92 Rename ipv4_addr and ipv6_addr to indicate their full contents.
+fa7cf87 Rename ipv6-utils.h to ipv6.h.
+53ba6f4 [Automatic update for 2016-01-03]
+6e60dff Pass SslPacketInfo structure directly to SSL tap instead of having listeners get it themselves anyway.
+5dd1401 Cleanup follow stream code
+1fed5fe Add HTTP Follow stream
+ca736cc No need for "struct nstime_t", "nstime_t" by itself suffices.
+ee1b845 If you want nstime_t, include <wsutil/nstime.h>.
+8363733 If you want struct e_in6_addr, include <epan/ipv6-utils.h>.
+d4f7f21 Clean up error checking and handling.
+6326894 IPv6: Minor rename, cleanup (Shim6)
+305a4f7 EIGRP: field eigrp.ipv4.destination does not show the correct destination
+582e957 proto.c: Disable warning when loading a symbol [-Wpedantic]
+4473c67 Fix some constness issues [-Wcast-qual]
+f9df9ff Note that variadic macros *can* be sued.
+40a21c0 Build: On Windows, ensure we have found Cygwin bash
+3866df0 Moved variable declaration top, to be C89 compliant
+cc4e827 Get rid of an unnecessary level of indirection.
+86339e9 Use #defines for the values for the facility_encoding preference.
+9452516 Update PNG_VERSION to the only version that actually exists. At least with Qt5.5.1 there is no duplicate clang_64 in the qt path.
+1b444a7 ifdef out the decryption code and preferences if LIBGCRYPT isn't defined.
+f15ab3e DNP3: dissector cleanup
+376b156 Only use nibble logic to determine MPLS payload
+b344107 Make color filters part of dissection
+b1281c8 GTK: add a missing cast in dissector_tables_dlg.c
+b8ccf71 Welcome in 2016, part 2
+bd9dfba Welcome in 2016
+34aeec6 Clean up response matching type preference.
+1fcf7d7 Clean up response matching type preference.
+f499265 Get rid of trailing whitespace.
+ee9f102 No need for toolkit-dependent color initialization.
+93f9416 Get rid of the "pixel" member of a color_t.
+f7b3bda Remove more unused stuff.
+aaa5ed4 No, you don't have to allocate colors.
+44eda0c CPack: WiX updates.
+146c4b7 uat: Fix warnings [-Wcast-qual]
+c14df7f Don't allocate something until we know we need it.
+01dc475 Don't cast away constness.
+5c06954 Squelch a compiler warning.
+07d0a59 Don't cast away constness.
+bf0c98d Don't cast away constness.
+66ea7e4 Don't cast away constness.
+2724222 Don't cast away constness.
+87a2fb5 Don't cast away constness.
+ff435f9 Don't cast away constness.
+0a21bc3 Use wmem_strdup_printf().
+29aab1b Clean up setting the port and address.
+12937fc Don't cast away constness.
+a222efa Get rid of unused #defines.
+5a60c0d Use wmem_memdup() instead of wmem_alloc() followed by memcpy().
+31956f9 Don't throw away constness.
+1ea011b Use wmem_memdup() instead of wmem_alloc() followed by memcpy().
+2bc6530 lemon: Fix warnings [-Wcast-qual]
+c59f7f9 [iso14443] continue dissection of the ATS
+a63b309 Revert "CPack: Use COPYTING.txt as the license file."
+61cde08 CPack: Use COPYTING.txt as the license file.
+6084c21 CPack: Fixup plugin paths on Windows.
+bf8ff48 GTP: fix Dual Stack with one static and one Dynamic IP dissection
+e3ed5a2 Docbook: Use cyg-get for download Packages
+8fd6a4a LBM: No need to cast to 'void *' [-Wcast-qual]
+3c00899 extcap: Fix NMake build issue
+0d47113 extcap: Add file extension check
+0921c82 extcap: Add Required and cleanup
+b123985 Zbee (ZCL Closures): Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+53ab0f0 Zbee (Zcl Closures): fix FT_BOOLEAN with a bitmask must specify a 'parent field width' for 'display' found by checkAPIs
+b152ca3 Qt: Show physical interfaces first.
+8c2aa71 Netflow/Ipfix: Decode TCP Flags field
+260afe1 Prevent infinite loop in DNP3 dissector.
+30f378a 802.11 (radio): fix no previous prototype for function 'ieee80211_vhtrate' [-Wmissing-prototypes]
+cefe188 Expand a comment.
+408ea5d cmake: do not fail if help/faq.txt already exists
+39559b1 ZigBee NWK: fix Info column for NWK Rejoin Resp.
+cef5108 improved the developer documentation
+d1b46d9 VINES: fix no previous prototype for function 'capture_vines' [-Wmissing-prototypes]
+d114941 CMake updates - make CMAKE_VERSION configurable via environment variable - Fix download URL (no www. and httpS)
+3661566 Fix compile problems on OS X.
+41ba1d7 Allow overriding of the GTK and QT versions without modifying the script.
+9363590 Qt: Add gui.prepend_window_title option
+6c42a10 Qt: Add support of gui.window_title
+f145108 Qt: Remove usage of setWindowFilePath
+4a2e0bf ZigBee NWK: add End Device Initiator field into NWK Frame Control according to ZigBee r21
+22d561c Add support for IEEE-11073 FLOATs
+399d296 NAS EPS: upgrade dissector to v13.4.0
+c1d9aca 3GPP NAS: upgrade dissector to v13.4.0
+ff021e0 IPv6: Update option type parameters, make value_string_ext
+f076ada Update.
+ddd2174 Always supply a g_mallocated error message from select_rlc_lte_session().
+98456ce debian: Recommend libqt5multimedia5-plugins for wireshark-qt
+33002fb selfm: Dissector fails to detect message length on multi-message packets
+f05e5e9 Revert "Prep for 2.0.1." Wrong branch.
+c9e5659 Clean up indentation.
+63a1e4a Get rid of another unnecessary new_ prefix.
+9067ee8 Rename new_stat_tap_ui to stat_tap_table_ui.
+0c156fe There's no "old" stat_tap_table, so remove "new_" from the name.
+affa801 Prep for 2.0.1.
+df9e7d5 Code cleanup
+0d29476 Save the results of wmem_strndup(NULL, ...) in a non-const pointer.
+bc13e83 Don't cast away constness for the key in g_hash_table_lookup().
+c2b7743 Eliminate more unnecessary casting away of constness.
+18c5496 Don't cast away constness unnecessarily.
+a1c27ef Qt: fix QString::arg: Argument missing: "PT=%u telephone/event" warning
+5e4bbcd Refactor GUI dependencies out of color_filters.[ch] and move it to epan directory.
+c752daf [docsis->bpkmattrib] Correction for TLV 15 text from 14->15
+919f266 ZigBee: Implement r21 NWK End Device Timeout Request/Response commands
+b508862 Zbee zdp (management/binding): fix parameter 'pinfo' not found in the function declaration [-Wdocumentation]
+ebd44db [docsis->sync] Remove colon from INFO field
+e7da80d [Automatic update for 2015-12-27]
+f8452b0 ZigBee: fix for inabulity to parse ZigBee packets due to parsing _any_ IEEE 802.15.4 packet as a command.
+d48b0ef Sanity check column size to prevent allocating an unrealistic amount of memory.
+f266154 HTTP2: fix cast from 'const void *' to 'struct HTTP2Tap *' drops const qualifier [-Wcast-qual]
+7f34fd5 NGHTTP2: Update to 1.6.0
+bff9f3f ieee802154: fix parameter '...' not found in the function declaration / '...' command used in a comment that is not attached to a function declaration [-Wdocumentation]
+195770a Zbee (aps): fix parameter 'clisuer_id' not found in the function declaration [-Wdocumentation]
+20fdb2d ZigBee: ZDP Mgmt Leave: rollback Mgmt_leave bitmask definition change
+503aea4 ZigBee: Implement r21 APS commands Verify Key and Confirm Key Introduced general APS command status, approproate field calles zbee_aps.cmd.status. Changed zbee_aps.cmd.status field name of UPDATE-DEVICE to zbee_aps.cmd.update_status.
+88f01f8 ZigBee: Implement ZDO Parent Annce according to r21
+f4bbe10 ZigBee: Implement r21 Stack Compliance Revision in Node Descriptor According to r21, high 8 bytes of server flags contain stack compliance revision (21 for r21).
+7e1bae0 ZigBee ZDO: Fix Mgmt_Leave fields
+7c05f6a ZigBee NWK: fix Fix placement of NWK FC
+ec6fa1a Refactor VHT rates table, to use Ndbps (number of data bits per symbol) to calculate rate. This will enable calculation of FEC rounding precisely later on.
+8fa7e2f Refactoring: Use data bits per symbol MCS table to calculate rates and remove redundant HT MCS/rate table. Preparation for duration calculations that will use this data as well.
+ffa9e93 Refactor 802.11 radio flags.
+1ffd439 Add preference to interpret radiotap rates with bit 7 set as MCS.
+4276ec0 [PPCAP] Handle SGSAP and GTPv2 messages.
+ea703a2 added support for IEEE 802.15.4 2012e Information Elements, IEs
+7d051c1 QUIC: Display Sequence before CID (Connection ID)
+ea2a3ac Initialize Qt info_data_t structure in constructor.
+40312bf [mp2t] add an expert info for invalid adaptation_field_control values
+1308189 [mp2t] adaptation_field_control for NULL packets should not be 0
+2fbd7b7 Zigbee(zdp): Changing Comment format.(javadocs=>Doxygen)
+e0bde412 QUIC: Need also to increment tag_offset when tag_len is not zero
+2247caf QUIC: It is possible to have multiple CCS
+8bd1353 Added HAVE_LIBPCAP guards
+35ee09e capture_info: Fix initialization of packet counter
+0285fb9 Adding MULTISTATE OUTPUT (BASIC) CLUSTER,MULTISTATE INPUT (BASIC) CLUSTER,MULTISTATE VALUE (BASIC) CLUSTER
+19069dd [Diameter] Update Nokia Solutions and Networks vendor-specific AVPs
+baf3c6f Plug memory leak in filter_expression_free
+976642a ui: Plug memory leak in decode_build_reset_list.
+ab754d6 Diameter: Add Redknee AVPs.
+fd462af Fix a typo in a comment.
+2997178 Qt: Plug memory leak in ByteViewText.
+3bd69da Zbee(zc): Changing comment format(javadoc=>Doxygen)
+b978d25 [zbee] Fix display format for integers
+05e2ec3 randpktdump: Add randpktdump.pod to extra_dist list
+fd4abe6 nmake: fix missing ENDIF.
+10f5931 Adding Shade Configuration and Door Lock Clusters for Zigbee
+ac0eb60 extcap: add randpktdump, a random packet generator.
+0e4a742 [Diameter AVPs] Add Vodafone AVPs
+66ce1e6 DNS: fix malformed warning when there is no quest(ions)
+3fd86f0 Not all versions of GLib support the g_int64 hash routines.
+f2b8504 Don't limit capture packet counts to a fixed set of protocols.
+ebb7e00 RTITCP: Added new dissector
+a6de714 ui: Optimize col_custom_prime_edt()
+6f61a85 Don't write out statistics if we don't have any.
+a3e8015 g_malloc the decrypted key in AES_unwrap(), but always free it.
+6ede7d4 g_mallocate the encrypted key, but free it in all paths out of the function.
+830f30a Add AVP 100 amd 223
+3b39b1d [SMTP] Combine username and password when base64 decoding fails or is disabled.
+526dcce text2pcap: fix There are identical sub-expressions 'num_packets_written' to the left and to the right of the '-' operator found by PVS Studio (V501)
+f9c0796 Adding RSSI Location Cluster for Zigbee
+dc06d7f ui: Improved splitting custom column multi-field
+24d3af8 PPP: fix no previous prototype for 'proto_reg_handoff_bcp_bpdu/ncp' [-Wmissing-prototypes]
+99a8063 Zbee(nwk): Changing comment format (javadoc=>Doxygen)
+4988c51 Docbook: Add Example when building for Win64...
+39bdeb2 Confirm discarding data before restarting capture.
+e3829d7 CAN: Add call to register_dissector in CAN dissector
+d8e1e18 Netflow/Ipfix: Add Barracuda NGFirewall
+f66fedc0 ICMP timestamp is in mseconds, not seconds.
+dca8f09 ui: Fixed column tooltip when having multi-field custom columns.
+5f2f6a3 [airpdcap rijndael] use packet scoped wmem memory in AES_unwrap()
+83f2818 [airpdcap] check the length of the WPA broadcast key we calculated
+fa24207 [aidpdcap] use packet scoped wmem memory for szEncryptedKey
+c9670e3 Squelch another warning.
+f553431 Squelch some compiler warnings.
+1a5ed10 Rename some variables to make it a bit clearer what they are.
+53a3e53 Add bounds checks and fix a length argument.
+25e417f Qt: Fix Confirm unsaved capture files preference.
+8fe68db Add COL_CUSTOM_PRIME_REGEX
+c067ba6 [Automatic update for 2015-12-20]
+e04a87d [png] add two more chunk names
+49d612d [AES_unwrap] initialize the output array with 0s
+df10186 [USB] dissect the data part in outgoing isochronous URBs on Linux
+aa00284 Add %ProgramW6432% to the list of search paths when looking for 7-Zip.
+9bb3f6b Qt: Add missing multi-field column validation
+7e0ec2c Create capture dissector table for LLC non-snap dissectors.
+f1e07c4 Condense DMX dissectors into a single file and create a dissector table for them.
+ee242bd packet-enc.c: Convert flags to use proto_tree_add_bitmask.
+e755b31 flags_set_truth -> tfs_set_notset
+7046b4b extcap: plug some memleaks
+07f0cf8 Add menu item for capture comment dialog in GTK+
+85e3750 Get rid of the argument to filter_expression_init().
+f9a848a Add missing ERF types, mention another missing type, mention reserved space.
+dcfbf92 ERF: Add basic no-break support for ERF_TYPE_META.
+1618114 sctp_graph_dlg: fix Expression 'tsn->secs >= min_secs' is always true. Unsigned type value is always >= 0
+5667cf9 Adding Flow Measurement and Occupancy Sensing Clusters for Zigbee
+714c597 Qt UI: use a default (and minimum) value of 2 for the number of files in a ring buffer.
+444dfda Allow "capture info data" to not be a singleton.
+7baac67 Qt: Try to fix Main Welcome Interfaces List Scrollbar
+3efb965 Get rid of a couple of extra blank lines.
+146fd0f Remove a comment that didn't need to be copied and pasted.
+8d8f37e Qt UI: there's no need to capitalize kilobytes, megabytes, and megabytes in the ring buffer and autostop configuration sections.
+6dfcbed CMake: Make "install ... DESTINATION" paths relative.
+05c47d7 [NFS] adding stateid hash based on stateid.other
+df8dd74 Removed local definition of offsetof().
+4d3d6af prefs_register_modules() is used only in epan/prefs.c; make it static.
+47a4c8f Qt: use recent.gui_bytes_view preference to remember bits / byte view
+e1ed759 Removed local definitions of offsetof().
+a0ad55d RTPS: Added dissection of PID_BUILTIN_ENDPOINT_SET
+487dfe1 More common code for string-like preferences.
+d222dd3 Provide routines to set string-like and range preferences from a string.
+4bec4b0 debian: Fix .deb package generation on wheezy
+8b09e71 XML, JSON: Added DDS Web Integration Service
+76041aa Adding Commissioning Cluster for Zigbee.
+cb011bd RTPS: Make guidPrefix filterable directly.
+97705df anddroiddump: fix compilation errors with Win64 and OSX 10.5 x86
+38cde83 Qt: reset columns when applying a display filter
+2da5915 Try to fix some PVS Studio warnings
+682cf6d androiddump: Remove all mallocs
+882f5be androiddump: Some Coverity fixes
+30b1274 randpkt-core: add modelines
+ba84919 ssl: Fix heartbeat message length.
+eb11174 randpkt-core: add new line
+ad36e1b Qt: deactivate "limit to display filter" checkbox when retapping
+1b31d40 Zbee ZCL (general): Fix build error changed new_register_dissector to register_dissector
+a3f97a5 Adding Illuminance Level Sensing Cluster for zigbee
+f7c125b Adding Level Control Cluster for ZigBee
+b5082d9 Adding the dissector for Alarms and Time clusters for zigbee
+9c02ac8 RADIUS: Add AVP Type and AVP Length display field
+022968d RADIUS: Enhance display of Egress-VLAN-Name
+f342fdc Create capture dissector "info" structure (capture_packet_info_t)
+8cb03d5 Capture dissectors must be registered only once at startup
+b55d1b5 ldap: Add inetOrgPerson from RFC2798.
+2943ac5 Make zlib API constness-aware, take 2.
+6d60c4d Revert "Make zlib API constness-aware"
+bfe73e3 Qt: save custom colors in recent_common file
+3b706ba packet/gluster: Add GF_CBK_CACHE_INVALADATION dissector bits
+4d17b27 telnet: full START_TLS support
+e3dd3f9 Qt: fix memleaks related to interface dialog
+fb0246c Make zlib API constness-aware
+c7ac304 RADIUS: Enhance display of Egress-VLANID
+0f6ffc5 RADIUS: fix indent
+d710e36 RADIUS: fix typo on URL
+7ce903b debian: Sync patches with Debian
+04d7272 Add files missing from make dists's tarball
+a257ede Report an error if the IP total length is bigger than the containing length.
+68ca26e Don't report an error for a non-multiple-of-4 chunk length.
+396c92a [GTPv2] Add dissection of Source to Target Transparent Container in SRVCC PS to CS Request
+3efc877 Qt: apply '-Y' display filter unconditionally and not only when opening a capture file
+9ad40ff Qt: resize Follow Stream conversation QComboBox to its content
+2816403 disabled_protos.c: Fix heur_compare() constness [-Wcast-qual]
+862625f qt: add init values to make clang happy.
+01de592 Qt: TCP/UDP streams are off by one in follow stream window
+e89c4ec cmake: Fix Unix introspection for floorl() [-Wredundant-decls]
+48c818f ConfigureChecks (cmake): Fix indent (use tabs) and modelines
+9132706 T.38: don't register for TCP and UDP ports 6004.
+fbf2e3c Make init_progfile_dir() take a function pointer [-Wpedantic]
+d835b27 Create some more capture dissector tables.
+54413c8 Note why we do -Wno-variadic-macros.
+2036ffd Note why we do -Wno-variadic-macros.
+39cc323 Lua: Fix switch-case braces.
+28207e5 Lua: Free Pref enum values
+56584b5 Add comments to explain what we're doing with strings.
+5625b62 Lua: Free Pref default string
+6af3fa0 64-bit constants need to be wrapped in G_GUINT64_CONSTANT().
+a1c28c6 wslua: Change macro to avoid nuisance warning [-Wredundant-decls]
+1dcfd4e [PPP] Dissect BCP NCP Options data.
+0960ac4 Create capture dissector tables.
+9319357 PPP: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+4dd3a8a GTPv2 conversation adaptation
+bfac764 Lua: Cleanup ProtoField_time
+3d0f9a4 No need to free the value of a string preference in the garbage collector.
+41310fc recent.c: fix declaration of ‘value_string’ shadows a global declaration
+5cbdea7 ULP: prettify dissection
+b0caa06 Use common code for Boolean and enumerated recent values.
+2607046 Fix crash at startup
+4b6d9a7 ui: Read and write correct recent timestamp format
+e73fc7e Qt: Removed applyRecentColumnWidths from recentFilesRead
+2290eba [ppi] initialize phdr to 0
+e01f8fb Explicitly specify the template for the mktemp command.
+a7fd6f2 Standardize the capture dissector function signature.
+47756e6 Create the capture dissector hash table before registering capture dissectors.
+9fcf004 [Automatic update for 2015-12-13]
+56aa052 Create a way to register "capture" dissectors.
+23379ae NBAP : Verify conversation proto data exists before trying to access it
+4e43fc4 capture_dlg (gtk): The use of 'if (A) {...} else if (A) {...}' pattern was detected found by PVS Studio (V517)
+7762ee3 text_import: Argument with 'nonnull' attribute passed null found by Clang Analyzer
+cda4b0f Qt: Start with correct seconds format
+97146be The variable is assigned values twice successively found by PVS Studio (V519)
+252486e telnet: add more options, including START_TLS
+510f7d1 Register TCP ports 6000-6063 for X11 dissector.
+76dd8a2 Start deprecating the capture info API.
+f06bbe3 Qt: validate format string before calling strftime()
+5133221 Qt: Apply recent column widths when columns changed
+5892462 [usb] update a comment
+2aab706 Remove -Wwrite-strings compiler flag
+95142cf [iso14443] dissect the PCB byte and payload of I, R and S-blocks
+f5c50da [iso14443] dissect some more components of the ATQB
+eb0c034 Increase ZBEE_ZCL_APPL_EVTALT_NUM_STRUCT_ETT to match ZBEE_ZCL_APPL_EVTALT_COUNT_NUM_MASK, to prevent invalid ett_ array access.
+9352616 Range check ett_ array access.
+b2b9b22 Avoid breaking output string mid-sentence
+2930d31 [RSL] Just return rest of packet if TLV type is unknown
+6c38ec1 Update USBPcap installer packaged
+80df76a tfshark: Declare 'local_wtap_read' static [-Wmissing-prototypes]
+5a26599 cmake: Fix platform introspection for inet_aton() [-Wredundant-decls]
+4454fb0 Ping on Windows isn't necessarily IPv4-only.
+b8b77ae Clamp zooming so that we don't get zero or negative font sizes.
+2ebfa30 IPv6: Dest/Hop extension header register_info fixup
+3d3698a ULP: register dissector for application/vnd.omaloc-supl-init media
+021a695 Consistently use spaces rather than tabs.
+b031e53 Lua: Check for empty name in ProtoField
+6586926 MIPv6: Add support for "Home Agent Switch Message" Mobility Header
+1a40ce9 ENIP: Add sanity check when connection info not available
+3120d1f Fix memory leaks in all_ifaces when interface list changes
+f142595 Lua: Validate ProtoExpert.new arguments
+2fd168c epan: Don't export deregister functions
+9cbb646 Changed references for IntraPAN to PAN ID Compression as per all versions 802.15.4-2006 and laterChange-Id: I99e66919c86712533cd37fef9d4c464b75444d93
+e6dc9a7 CIP: Add support for common class attributes
+00eb71a MIPv6: Fix unknown MH Type message data length
+e8b8568 6LowPAN: Check for NHC IPv6 No Next Header
+c5f1eed MIPv6: Change name to "Mobile IPv6" (only)
+c96b78f ssl: fix SSLv2 Client Hello dissection
+19cbcca Qt: restore conversation coloring rule shortcuts
+ea1789f Qt: Reload Lua expert infos
+9c47cb4 Fix Recurring check found by PVS Studio (V571)
+9902878 Completely remove new_create_dissector_handle and new_register_dissector.
+210dc9b new_create_dissector_handle -> create_dissector_handle for plugins.
+1474f49 new_register_dissector -> register_dissector for remaining uses.
+ad328d9 The Bridging Control Protocol is really two protocols.
+a33209d Convert ASN.1 dissectors to remove "new" from "new-style" dissector function names that were generated from asn2wrs.py
+1ffbd2a Fix link to Display Filter wiki page in WSUG
+bfcd1e6 Qt: Reset preferences when reloading Lua plugins
+5062fe0 Revert "Added RTI TCP dissector"
+1788e2c Added RTI TCP dissector
+0d20964 debian: Build-depend on qtmultimedia5-dev and libqt5svg5-dev to enable more Qt features
+3419f32 [PPP] Add dissection of BCP NCP 0x8031
+3ba0e88 Update the packets bar periodically when loading a (large) file.
+7e06334 Qt: Disable Refresh Interfaces while refreshing
+0a33e35 CIP: Ensure that all generated data is properly flagged as Generated and no lengths are set for it.
+afaf929 Qt: various fixes to VoIP calls / RTP player windows
+eb9d7eb Qt: store the absolute path names of recent files.
+9a59cd8 Skinny: packet-skinny Fix messages generated by 894X phones, which do not always include all fields Revert accidental change by using of an older packet-skinny.c.in file
+31a5470 new_register_dissector -> register_dissector for dissector directory.
+443a7ed new_create_dissector_handle -> create_dissector_handle for dissector directory.
+724aeeb debian: Make wireshark meta-package depend on Qt _or_ GTK+ UI
+55fa722 new_create_dissector_handle_with_name -> create_dissector_handle_with_name
+12f6311 "new" dissector API -> dissector API for docs/examples
+a391a70 "new" dissector API -> dissector API for ASN.1 dissectors.
+1a1893a androiddump: fix crash on Windows when running in verbose mode
+2f2c878 Fix crash caused by nullptr in packet_list
+632f9ff Adding Zigbee dissectors for Groups Cluster and Scenes Cluster.
+62b64e3 opcua: expand ReturnDiagnostics field of RequestHeader
+3a4d387 opcua: fix order of ExpandedNodeId bits
+993690d Qt: Align extcap label and edit widgets
+5f00849 Qt: Set the packet list width when we apply recent column widths.
+ca9970c extcap: Fix extcap_example.bat arguments wildcard
+032c33e btavdtp: fix An unconditional 'break' within a loop found by PVS Studio (V612)
+d8bbd23 SCTP: Fix warning found by PVS Studio
+9a9b1c9 Spelling fixes for errors found by lintian
+a18af79 Qt: It's no translation for "%1 %2"
+b259d76 v5ua: The 'then' statement is equivalent to the 'else' statement found by PVS Studio (V523)
+0d2fce1 MIP6: Don't no need to have a another subtree (with wrong lenght for LLA
+f520f82 Get rid of a bunch of unused variables.
+9e60f2a debian: Merge multiple small packaging fixes from Debian
+89594f0 [Automatic update for 2015-12-06]
+3cc9db5 Qt: No path for created and renamed profiles
+d382c7d SCTP: It is odd that the body of dissect_heartbeat_ack_chunk' function is fully equivalent to the body of 'dissect_heartbeat_chunk' function found by PVS Studio (V524)
+4348d4d Type cleanups.
+b3fa4f3 Undoing base-64 encoding is not decryption.
+d7006ce Revert "Build Flex-generated files with "warnings are errors"."
+b7d1eed Fix for bug 11856: Correct parameter-name "opt-offset" to "offset" in macro "tvb_eui64_to_str" in epan/to_str.h such that offset is taken into account when converting eui64 to str.
+4b12491 Add missing table entry.
+70cf540 RTPS: Minor improvements
+b56f538 Build Flex-generated files with "warnings are errors".
+4d337f4 packetbb: fix the display of IPv4 addresses
+d0cde7b BGP: fix some issue
+d1dea92 ECMP: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+411104b Enhancements for EtherNet/IP and CIP
+c88f24f4 ECMP: fix indent
+4c5f582 Remove a remnant of the old removed support for Python dissectors.
+f51bad1 Use noyywrap rather than defining our own yywrap functions.
+42333aa CMake+PortableApps: Include the VC runtime (second try).
+4b206d1 Export prefs_register_module() and prefs_register_subtree() functions
+85e94d5 [packet-h] Add defines to make it possible to convert functions prefixed with new_ to plain function names without changing all at the same time.
+2e4be48 Qt: fix a potential memory leak in RTP audio stream playback
+d8c794e codecs: fix libary name when compiling with CMake
+0d3f77f Adds wmem_list_find function
+be04716 More libcodecs -> libwscodecs.
+3a54b29 More libcodecs -> libwscodecs.
+651e088 Change codecs from static to dynamic library
+687b2dc Modify application description of Wireshark in Korean. The transliteration "네트워크" and "네트웍" is mixed in single file, but the former is standard notation.
+f670b99 Make the gauntlet a bit clearer.
+7474748 qt: Refresh local interface list only when interfaces added/removed
+d7ddebb Qt: Update menus with new recent settings when changing profile
+28bb60f Qt: Set timestamp precision when changing profile
+baa3eab [MP2T] Reading buffer should have MP2T_SIZE+TRAILER_LEN_MAX space to give room for non-zero trailer.
+bdf8034 Qt: Disable setStretchLastSection in the packet list.
+e78093f TDS: Sanity check number of columns to prevent crash.
+0102033 Qt: Set main window font when changing profile
+6b7da34 Qt: Check display filter when changing profile
+ea447aa Qt: fix selection of folder in UAT dialog
+cda450e Fix address hashing broken in g4f39c60
+de87db6 sctp_chunk_stat_dlg: fix The 'u_data->assoc' variable is assigned values twice successively. found by PVS Studio (V519)
+c66d67e L2TP: define the Cisco ACK control message
+1f363e5 OSTIP: fix typo found by PVS Studio (V519)
+739cfa0 L2TP: fix typo: s/zero length bit/zero length body/
+a488610 ui: Guard update_local_interfaces with HAVE_LIBPCAP
+ea852b2 L2TP: show unsigned value of control connection id
+92a2661 ui: Update interfaces when when changing profile.
+631172f Qt: Use uniform interface display name
+3f3de12 [SUA] Change the dissector table sua.prop.tags to use DISSECTOR_TABLE_ALLOW_DUPLICATE
+6b216c4 PCP: Use GLib 2.32 < supported hash functions
+6198a43 PCP: Implement PMID to name mapping
+83bad02 btatt - make size 32-bit in get_value()
+6655dd9 Only check for the last nibble being 0x0f.
+1d1a893 Add a separate expert info for "not a valid digit".
+f27ac81 "#if 0" out unused variables.
+dd74e49 Fix field long name.
+77f2ae0 eCMP Dissector - Extensible Control & Management Protocol
+266d3b7 Move the bitrate test against 0 to mp2t_bits_per_second().
+d2644ae [NBAP] Fix SIGSEGV in dissect_nbap_MACdPDU_Size
+b932ee8 Qt Frames: Use ButtonBox instead of buttons
+96bf82c [IPMI] packet-scope isn't valid for use in BASE_CUSTOM functions.
+b41319b autotools: Fix g212f2f1
+46370b3 Qt: write number of decoded bytes in the RTP player temporary buffer
+7e18954 Qt: fix generation of silence samples
+7a3dadf Bugfixes for EtherNet/IP and CIP
+f15bc8f Fix to avoid protection exception in cf_goto_frame
+dde9023 sctp_byte_graph_dlg: fix The 'u_data' variable is assigned to itself found by PVS Studio (V570)
+21ac94a stats_tree: re-indent else for avoid warning found by PVS Studio (V705)
+f00af59 file: fix Potentially uninitialized variable 'err/err_info' used found by PVS Studio (V614)
+9779ae3 Removed some remaining svn Id tags
+30c7736 Incorrect information in README.plugins Section 6
+7332001 Art-Net: Fix ArtAddress dissection
+5b4ada1 [NBAP] Prevent crash.
+79f7edb Qt: Don't expose ColorUtils::graph_colors_.
+e3fc691 [MP2T] Prevent divide by zero.
+858c3f0 [S7COMM] Prevent divide by zero.
+212f2f1 autotools: Clean abi-check with maintainer-clean
+b8f90de ws80211: Disable shorten-64-to-32.
+d487c8c SpeexDSP: Work around self assignments.
+0160397 mausb: The '&' operator is applied to bool type value found by PVS Studio (V564)
+a1d1bd2 mausb: Fix A part of conditional expression is always true found by PVS Studio (V560)
+9bd05a2 IMAP: fix Recurring check found by PVS Studio (V571)
+d59335b adb service/logcat : fix Consider inspecting this expression. The expression is excessive or contains a misprint found by PVS Studio (V590)
+83516dc SMB2: fix problems with dissection of error response
+78d664c main_window: fix no previous prototype for function 'plugin_if_mainwindow_gotoframe' [-Wmissing-prototypes]
+dc9f782 Add BASE_ALLOW_ZERO for byte arrays that are validly zero sized.
+b3b3062 mcast_stream_dlg: fix no previous prototype for function 'mcaststream_dlg_update' [-Wmissing-prototypes]
+370d32d Remove some THROWs and just return when lengths are bad.
+be2e099 CMake: Fix breakage with CMake 3
+019446a Handle Date: headers differently from other headers.
+51ed8f4 Add some comments explaining what some code is doing.
+943be4b Treat invalid (negative or too-large) values in the packet header as errors.
+338da1c Fix out-of-bounds read in ascend_seek.
+22d9cea Art-Net: Add missing DHCP-Enabled flags where needed
+185911d Add bounds checking to find_signature.
+e639a13 cfutils.c: Fix ISO C forbids an empty translation unit [-Wpedantic]
+2932596 IPv6: Add ipv6extprotostr() to ipproto.h
+e75f74a Qt: Check capture filter only once when selecting interface(s)
+257938f GSM SMS: fix reassembly of UCS2 encoded SMS
+5c620ff Docbook: We no longer support Windows Server 2003.
+6952c1c USB: allow usb string descriptor short read
+1acb281 [Automatic update for 2015-11-29]
+5f713f2 http: detect multiple names in Transfer-Encoding header
+15edc8d Fix bugs introduced in gcfc47c1
+3749e98 Support building the X11 dissector outside the source tree.
+9b12818 IPv6: Fix RPL routing header computed address count if ip6r_len == 0
+f777d68 Fix Ubuntu compile error.
+5e6d45c Make address_to_display() use proper (non-)constness
+cfc47c1 Replace my_dgt_tbcd_unpack with the safer tvb_bcd_dig_to_wmem_packet_str.
+efe1b7a LDAP: fix indent (use 2 spaces)
+ff209f5 Make the rate tables static and const.
+dba1751 Make it more obvious why no bounds checks are necessary for 11n.
+b8fa3d4 vwr: fix buffer overrun in getRate
+41d4dab Qt: Validate capture filter before showing packet list.
+2f5849c IS-IS: Add Instance ID TLV (RFC 6822)
+d3e40e4 ISIS: Add Expert Info when undecoded/unknown CLV
+56baca6 RSVP: copy all rsvp_request_key info in file scope
+aaa28a9 Diameter: check IPv6 prefix length before copying it in e_in6_addr structure
+40b2831 Add boundary check for 802.11 decryption
+38c53f9 Sanity check iSeries packet length to prevent heap-based buffer overflow.
+44d98da Remove the GSSAPI specific members out of packet_info structure.
+05121be Qt: reload after applying parameters in UDP multicast dialog
+75da696 Qt: set focus to text box when opening search frame
+df83e45 Qt: fix "go to packet" broken by g56625dd
+bc4954f [ASN1 custom dissectors]Add the abillity to build custom ASN1 based dissectors.
+7c8314a Fix ISO C forbids an empty translation unit [-Wpedantic] (airpcap)
+d7f1243 Fix crash in UDP Multicast Streams dialog
+56625dd Qt: remove automatic horizontal scrolling when selecting a row
+62b03da Fix display of bytes as EBCDIC
+946222c Fix crash in Capture File Properties dialog
+1949a97 [COAP] Add "2.31 Continue" code
+6221c8d wtap: Disable ISO C forbids conversion [-Wpedantic]
+24d5463 pcapng: Fix ISO C forbids conversion [-Wpedantic]
+bec2fc0 sshdump: move build check
+faf680f configure.ac: Fix CXXFLAGS with optimization for HP-UX
+58dc5b0 SMB sidsnooping: use sid as key and name as value
+20a41fa NGHTTP2: Update to 1.5.0
+f5b816d Qt: Check zero recent column width
+c51f207 [LDAP] Bugfix counting of search results.
+d9f777c Qt: display RTP/IAX2 graph analysis arrival time as absolute instead of relative
+2c6824d Qt: display RTP stream Y axis values as milliseconds
+15086a8 Qt: Make About->Plugins scrollable
+d4277c3 qt: add initializers (CID 1311487)
+4f88659 MP4ves: fix no previous prototype for ... [-Wmissing-prototypes]
+3606f80 Officially remove tvb_get_string and tvb_get_stringz.
+10261d1 Remove manual setting of pinfo->current_proto.
+e2d5089 Scan pcapng change time to unsigned
+dcb3882 qt: add initializers to extcap dialog (CID 1297113)
+0c6c08a Change Lua tests to reflect the disappearance of WTAP_ENCAP_IEEE_802_11_AIROPEEK.
+677faf2 Don't allow the "Ethertype" pseudo-protocol's dissection to be disabled.
+6da5168 [mp2t] use the correct file infomation for PCR detection
+42e3d9a PCEP: support of "PCEP Extensions for Establishing Relationships Between Sets of LSPs", draft-ietf-pce-association-group-00
+e988e1c Wrong field name for signal strength as a percentage.
+9418701 Process the radio information internally for AiroPeek classic files.
+c965fb0 Qt: make Files Set dialog modeless
+a1f2951 Qt: clear new_visible_rows_ when closing a capture file
+4980d50 Qt: Use correct column width when switching profile
+ff5719c Lua: Switch URL to documentation to HTTPS
+986a870 Change TCP transmission window full message
+470c745 autotools: do not apply CFLAGS in reverse order
+a198f47 cmake: add asn1 target, avoid unnecessary rebuilds
+edb3388 Fix ISO C restricts enumerator values to range of 'int' [-Wpedantic]
+3cb5d94 Completely remove "old style" dissector support.
+921a844 Remove use of APPEND_BOOLEAN_FLAG in favor of proto_tree_add_bitmask_with_flags.
+97e627e L2TP: Correct L2TP over IP SHA1 message digest
+be7bd77 Add BMT_NO_FLAGS for proto_tree_add_bitmask_XXX_with_flags.
+a9f5d85 NSIS: refuse to install on Windows XP or Server 2003
+1b32d50 SCTP: add another NULL dereference check
+30f46b6 Add a check for the day of the month.
+ce9d2ee Qt: Redissect packets when changing profile
+2cf37ea Document tvb_get_guintXXX and tvb_get_ieee_XXX
+98a50d8 cmake: print the current CMAKE_C_FLAGS/CMAKE_CXX_FLAGS
+013bf21 [RUDP] Use proto_tree_add_bitmask instead of something homegrown.
+805136d Replace tvb_get_enctohl and tvb_get_enctohs with the functions already created in tvbuff.h
+486dd13 Remove create_dissector_handle
+b9b6f3f Most fields in an ISO 8601 date/time are unsigned.
+b1044d6 ISUP: fix a wrong removal of proto_tree_add_text()
+2259bf8 SCTP: verify frame pointer before dereferencing it
+723756b PPP: RTP IPHC Compressed Non TCP packets and D bit zero packets (RFC 2507)
+83c8cd2 wmem: add initializer (CID 1340194).
+9cd66b2 WPA (IEEE802.11) decryption function cleanups
+f5404e5 RTPS: feature to add a preference that enables the dissection of the RTPS special announcements that RTI sends. They just start by RTPX and are sent to the domain 0 always.
+b314342 qt: move file close (CID 1159303)
+ac7982c Remove 'filetap' residue from .gitignore
+bcb3191 TACACS: fix indent (and add modelines)
+73e58f0 create_dissector_handle -> new_create_dissector_handle for ASN.1 dissectors
+0cd1a85 Require BER dissector (OID) registration to be "new style".
+992a7ee asn2wrs.py: always use relative paths
+dde848b Press Start instead of Manage Interfaces on Enter
+9a2d16b Fix memory leak in write_prefs
+dcfea6a create_dissector_handle -> new_create_dissector_handle
+479ab3b Fix memory leak in capture_get_if_capabilities
+cec0593 Fix buffer overrun in zlib decompression
+9107fb6 Fix memory leaks related to hide_interface function
+571ed4d Print guint64's with G_GUINT64_FORMAT.
+12b2e3d cmake: fix dependencies for copy_data_files
+6181045 Don't check whether the C++ compiler supports a flag if there isn't one.
+ecc9c74 Lua: fix URL to documentation
+dbde760 Fix copy-and-pasteo.
+7b10256 Profinet: All SubframeData elements are not decoded
+1c7b949 Use try_val_to_str_ext() in print_uuid().
+b1230ba Fix typo.
+dee1c6e Profinet: ARProperties that contains Combined Object Container Bit
+e9c26d0 Check whether create_tempfile() fails.
+b73e812 No declarations in the middle of code.
+b9c5023 Avoid colliding definitions of wmem_tree_t.
+2f73ac0 Remove support for "old style" dissectors in PER API.
+bd08ab9 Introduces augmented interval trees
+9601a4f Qt: Save preferences when hide/show columns
+8c46a72 VoIP: fix a null dereference when trying to retrieve the time of a T.38 tapped packet
+0981a50 Qt: check that a file name was selected before trying to export follow content
+9b7aaa2 Art-Net: Add missing ArtSync opcode
+5088030 Remove register_dissector.
+8df0bac Remove the LDAP wrapping for registering dissectors and just use dissector_add_string directly.
+8a999d7 Convert T.124 API to use "new style" dissectors.
+dc93041 Convert XMPP dissector to "new style".
+4df75d7 sshdump: add default filter even when interfaces are not listed.
+46f3fe4 [Custom plugins] CUSTOM_PLUGIN_IN_FILES is no longer required.
+e30c8f2 Convert PPI dissectors to "new style".
+8748a04 Fix NSIS installer generation broken in gffb5b3d
+2bd360d Make dissect_mp4ves_config a real dissector to be called by SDP
+ffb5b3d cmake: add dependency information for copy_data_files
+eaac7de Developers Guide updates for plugins with CMake
+61082a2 [docsis->type35ucd] Add support for type 35 UCD message.
+da88541 Fix indentation.
+921bb07 Check *how many* fields sscanf() found.
+ac2008c Qt (Recent Files): Fix typo on variable name
+bfd4987 dbus dissector: Handle alignments of basic types.
+ed0cc43 DNS: Chain Query requests
+bf34d53 DNS: Add EDNS(0) Padding Option
+0ea7d92 DNS: Add edns-tcp-keepalive EDNS0 Option
+6ffac79 Adding RFC5512 extended community
+9851bed Qt: Fix column resolve names
+81330b1 sshdump: fix int issue
+57e18b0 register_dissector -> new_register_dissector
+5afbf7e0 cmake: fix "multiple rules generate abi-descriptor.template" warning
+7324555 Qt: Fixed more column issues when changing profile.
+3438fe2 Pcap (pktdata): fix no previous prototype for ... [-Wmissing-prototypes]
+44cea43 RTPS: fix no previous prototype for 'compare/hash_by_guid' [-Wmissing-prototypes]
+8fa938d HiSLIP: remove a DISSECTOR_ASSERT
+3b32515 RADIUS: fix indent
+2bbbb48 register_dissector -> new_register_dissector
+073cfb3 CMakeLists (root): fix indent (use tabs)
+52c3fb8 RADIUS: Use directly tvb_ip_to_str
+9f017eb RADIUS: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+dee3b80 RADIUS: fix wrong offset for protocol
+e0af790 lemon (tools): Fix Dereference of null pointer found by Clang analyzer
+815b7fe Qt: Revert to more optimized code
+ed4e53a Fix 'make dumpapi' target
+391f11a epan: Free pointers to deallocated memory
+e36f987 http: case-insensitive custom headers match
+9fad599 merge: fix parameter 'in_files/in_count_files' not found in the function declaration [-Wdocumentation]
+b9812a7 Qt: Preserve selected file in welcome screen.
+35e5523 Qt: Improved profiles popup menu
+c5fb402 Qt: Set tooltip for packet list header
+fad1565 Remove configure --enable-ipv6 option
+9e1128b Add Windows CMake auto generated files to .gitignore
+b044e48 Quote the source directory in Git commands.
+d69cec7 Quote the path for the Windows setup script.
+cc9e444 We *do* use setWindowModified; remove the XXX comment saying to do so.
+17e088b Qt: save columns position before freezing
+45259fb RADIUS: Add display field for Ascend data Filter
+3586150 Qt: Added translate for "Capturing from ".
+a02fc3b Qt: Set normal window icon when capture file closed.
+d61c3d5 asn2wrs.py: fix path substitution when generating ASN.1 dissectors with CMake on Windows
+759bfb6 Do not expand packets in packet dialog by default
+74247f9 Fix RTP player crash on invalid streams
+26366ef SCSI: Fix mixed up SCSI senddiag PF values
+f1b3b32 Cisco FabricPath MiM: rename file name
+bcabd8d register_dissector -> new_register_dissector for ASN.1 dissectors.
+f9f88ff Diameter: add dissection of Credit-Management-Status AVP code
+46876a9 Developers Guide Updates
+782be9a [docsis] Remove unused exceptions.h
+59ffbc3 GSM MAP: Add Ericsson specific fields to MAP-OpenInfo
+2c74679 Fix OSX 10.5 autotools package for missing sshdump
+a648921 Fix Windows hardening check (x64)
+94b9907 Lua: Validate Proto() arguments
+23258fb epan: Removed an unneeded g_malloc.
+f1efeb1 Fix Windows hardening check
+6552810 acinclude.m4: Replace AS_ECHO_N with printf
+02fdea0 cmake: do not remove ws.css; ignore auto-generated files
+d7adc43 display_filter_edit(.h): fix comma at end of enumerator list [-Wpedantic] / commas at the end of enumerator lists are a C++11 extension [-Wc++11-extensions]
+1df7c07 RTPS: Added Topic Information feature. This feature shows the Topic Name and the Type Name of the sample by consulting a hash table that relates GUIDs and this information.
+67d9daa autotools: Fix extra-compiler-warnings for system headers
+f711fbf ISO14443: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
+fb11b8a usbvideo: fix Malformed packet error for SET_CUR
+8762e7e sshdump: add define for default capture bin
+227d122 Use the "pcap/pcapng packet data" dissector to dissect packet data.
+91f4e3b Have a separate dissector for pcap/pcapng-format packet data.
+fef4714 File-format: Add ISO_14443 linktype for PCAP/PCAPNG
+928ce9f Bluetooth: Fix remaining lengths
+7a7b293 Bluetooth: HCI vendor: Add some Broadcom commands
+d0d6940 Bluetooth: EIR/AD: Add URI item support
+18d0c94 Bluetooth: Update company IDs and Member/SDO UUIDs
+909d9c9 Bluetooth: GATT: Add HTTP Proxy Service attributes
+8ac3d9a Bluetooth: L2CAP: Improve tracing connects and disconnects
+a901006 Bluetooth: Add ability to add custom UUID description
+c442464 Bluetooth: Move GATT dissectors registration to GATT handoff
+7a6ebd7 Minor Doc Update for Windows build
+706cff8 sshdump: add packets count
+9b7aab9 Rule-Failure-Code enum value 14 added.
+a2a6b6c Enhance ERSPAN decoder to correctly support ERSPAN3 (current version mangles packets)
+fefc14b [docsis->ucd] Dissect TYPE and LENGTH values for burst TLVs also.
+01cdabb androiddump: Add Bluetooth support for Android M
+0ae1965 Qt: Fixed column issues when changing profile.
+c297df1 More spelling fixes found by lintian
+fdf486e nmake: fix char in comment
+cf56221 Profinet: use pinfo pool to build conversation filter
+b61e205 osx: fix build when binary list is not fully compiled.
+d6da952 extcap: add sshdump.
+1a84148 Fixing picosecond timestamp for vrt protocol. Needs to be parsed as uint64 not double
+ae6126f ASN1 (custom.make): fix typo
+4fd711f use the official DLT for ISO14443
+9b2c889 NWP: use col_add_str to set COL_INFO
+c4a4b7c GResource configure.ac fixup
+c3ce687 Lldp: Lldp Dissector Column Info is updated for Profinet
+8504d54 [docsis-type29ucd] Changed TLV Length Bad filter to make more sense
+3d3eb15 Revert: Free cf->edt before free cf->epan when redissecting.
+bdea0d4 Check for ECHILD, not for "not ECHILD".
+5c49fac Error from waitpid(): Fix Code is unreachable
+3ca5e3e create_dissector_handle -> new_create_dissector_handle for plugins
+8826db5 [iso14443] add simple components of an R-block
+73ee917 Qt: Don't update expert icon without a capture file.
+4adeb42 create_dissector_handle -> new_create_dissector_handle
+1329743 Lua: Disable Reload Lua Plugins while reading file.
+8c211d5 epan: Check for valid cf->edt before free.
+2cbb583 [docsis->type29ucd] Update to DOCSIS 2.0
+84ab0e4 BGP: Add dissection of ESI NLRI (EVPN) RFC7432
+b1a8a0d MPTCP: Use endianness macros directly instead of creating new tvbuff
+f38bd00 Commiting CISCO ERSPAN3 Marker dissector for pushing to upstream
+b6f060e CMakeList.txt (ui/gtk/qt) fix indent and modelines
+0fef9d7 Fix crash in RTP Player on stop and close
+e3eb9f3 CMake: Add Qt5Svg to PACKAGELIST.
+52e95fb Cleanups.
+ec68330 Qt: Fixup the I/O Graph color menu width on Windows.
+8383cb9 Lua: Do not deregister Listener in __gc.
+27502f1 debian: Don't ship unused duplicated images for guides
+abfeb2d [iso14443] start dissecting the PCB of an S-block
+6893348 Qt: Fix some flow graph issues.
+44ca31d [iso14443] do a more precise check for uid-related commands
+9b26632 [iso14443] dissect I-block PCB components
+04f3f65 [Diameter] Add Diameter Overload Indication AVPs [RFC 7683]
+a18f8c8 Qt: Fix Follow Dialog crash.
+0197156 update the ISO1443 dissector
+7da8b65 decode Hotspot 2.0 Indication in 802.11 beacons
+9ba4c95 extcap: fix a crash introduced in g622603b
+7518a74 Qt: Fix a merge crash.
+622603b extcap: fix a bug in cfilter
+527e032 Win32: Try to fix handle leaks in capture_sync.
+167874a Extcap: allow Wireshark to list extcap interfaces even when WinPcap / Npcap is not installed
+14c35c3 Create C handles for pipes before running dumpcap.
+2dc3b98 Qt: Removed obsolete comments.
+d3f68e5 Qt: avoid crash when use Go Next/Previous Conversation
+062e5b3 Qt: setMenusForSelectedPacket when capture file is closed.
+c302554 Misc minor issues caught by cppcheck
+9a79737 CMake: Add "C:/tools/cygwin" to FindCygwin.cmake.
+1aeb3cb Remove old, unused images.
+799d6fd create_dissector_handle -> new_create_dissector_handle
+92bb13a Export the value_string array ip_proto_val_ext for usage in plugins
+4002f98 ssl,dtls: use ProtocolVersion from Server Hello
+c909900 ssl,dtls: use a single field to track ProtocolVersion
+9ec2cbb Catch failure of _open_osfhandle().
+0a0a811 catapult: fix sscanf buffer overflow
+4224aab Qt: do not clear display filter when merging files
+95fd55e For now, call the finish routine in Lua file writers "close".
+e9dd7c8 Label the filter in the file open dialog as a "read filter".
+92d487a Qt: deactivate save / close / reload buttons when rescanning a capture
+bf8ec76 Qt iograph: Trigger graph refresh when time-of-day checkbox is toggeled.
+fc51af4 Don't include wireshark-gtk.desktop in RPMs.
+2773596 Qt: add a reference counter to sequence analysis info
+442314e Revert "Override optimization and other flags for make based generators."
+6c1ae95 [docsis->ucd] Removed S-CDMA bursts and added expert
+9451e52 Qt iograph: Fix off-by-one, insure we plot the last interval.
+bbdd89b create_dissector_handle -> new_create_dissector_handle
+6012ba8 tcp: Indicate number of bits used for Flags.
+2db4543 tcp: Revert back to the old Flags entry.
+974a9e3 [docsis->type29ucd] Remove Type 4 Burst from Type 29 UCD
+561bcff Lua: Fixed some argument # in argument errors.
+d66d379 Try retroactively applying the Qt folks' fix for QTBUG-47942.
+67ad1de FindLUA.cmake: reject version 5.3
+a8e7740 Lua: Check for nil valuestring for integer fields.
+25fd5b5 gtk: Fixed out-of-source autotools build.
+e6b5f01 Lua: Added support for ProtoField framenum type.
+82bd3cc udp: Don't mark zero checksum illegal when in_error_pkt.
+b44e3fc [Automatic update for 2015-11-15]
+4dea5db [docsis->ucd] Add support for 6 new TLVs
+a595c70 [docsis->packet-tlv.c] Updated Confirmation Code list per MULPIv3.1-I07 Annex C.4
+159227a register_dissector -> new_register_dissector for plugins.
+28ea582 register_dissector -> new_register_dissector
+1310102 Lua: Disallow ProtoField FRAMENUM to fetch from Tvb.
+9196fa9 Qt: Fixed use-of-deallocated-memory when removing a profile.
+8faf5c8 register_dissector -> new_register_dissector
+76dec3b UDP Multicast Stats: Fixed typo
+20388ef p_mul: Fixed ack framenum links.
+2e19755 dmp: Fixed ack framenum links.
+5c1b132 airpdcap_system.(h) fix parameter 'mngHandshake/mngDecrypt' not found in the function declaration [-Wdocumentation]
+679c18a Makefile.nmake: add randpkt-core.obj to the list of cleaned objects
+01f7356 register_dissector -> new_register_dissector
+b776707 Diameter: fix typo in dictionary
+654d4ab CMake: add our own FindCygwin module
+da71ccb epan: Free cf->edt before free cf->epan when redissecting.
+f104333 Diameter dictionary updated.
+661c977 Qt: Add go to next + previous packet in conversation.
+acbf7d5 p_mul: Enhance ack framenum links.
+89879ef dmp: Enhance ack framenum links.
+18b8f48 Fix compilation when _DEBUG is defined.
+91290f7 [docsis] Support for Queue Depth-based Request Frame
+b01cd39 Diameter: Expand an error message.
+aa94bbe Qt: fix creation of a new profile broken by g328fbc0
+1b6bf76 Qt: Fixed signal name to avoid a warning.
+bd96244 MEGACO: fix indent (remove tab)
+f5d7548 Qt: Coloring Rules dialog fixups.
+9fe7102 Qt: fix UI artifacts seen in UAT window on Linux or OSX
+7775b48 Developer guide: add docbook-xml45 to the list of required Cygwin packages
+db02f99 Fix installation of desktop files.
+6655ff9 [configure.ac] Update gtk+ and glib release date lists
+2ff3c75 Qt: initialize all remote interface options
+56c1e80 [IMF] Add bounds checks to avoid buffer overruns, also sets the last_field flag to true if it's the end of the buffer.
+7309217 Put back ' in user guide name
+a321e60 Squelch a compiler warning.
+2d7b0fc [GTK] Replace deprecated gdk_pixbuf_new_from_inline()
+1ab019f Fix up documentation of RPM packages.
+c712d65 Qt: save preferences after creating a filter from expression frame
+864872e Qt: Added IO Graph save to clipboard button.
+a67d426 dissector for ISO14443 protocols
+e240ad8 Use format_text() when displaying, not when handing to AirPDcap.
+90d9710 IPv6: Register extension header fields under the appropriate protocol
+50e83c0 802.11: avoid multi return on SSID or MESHID
+bf2b578 Make it possible to set an environment variable to do debug builds.
+09f43c1 Export functions str_to_ip() and str_to_ip6() to plugins
+412ab83 Plug file descriptor leak.
+75dc205 Add wtap_dump_open_tempfile routines, to write to a temporary file.
+af8c70c Add $(randpkt_INCLUDES) to $(noinst_HEADERS) so they're distributed.
+ca2ecc1 Qt: fix cursor position when editing coloring rules names or filters
+b6fd85b Put wtap_dump_open() right before wtap_dump_open_ng().
+4a97057 Fixup a couple of stdout checks.
+978d7a8 Update user guide for upcoming 2.0 release
+b20d5bb CMake: set WinPcap version in top CMakeLists.txt file like for NMake
+ec289ed Put randpkt-core.h into the release tarball.
+c4b4b9a Rename the wireshark-gnome RPM package wireshark-gtk.
+fb3d382 Update user guide for development release
+f1ff6d6 randpkt: split into a core and an app.
+328fbc0 Qt: fix profile rename
+a4981a2 Qt: fixes to 'Edit Column' dialog
+5f4c9b2 Make routines used only within wiretap/merge.c static.
+757fe65 Qt: Freeze+thaw the main window during nested operations.
+8930b0d debian: Make make dist know about moving wireshark.1 to wireshark-qt and removal of wireshark.menu
+f2ac2e4 debian: Move icon and mime info file to wireshark-common
+b732f44 GTK: Add separate working desktop file for GTK+ Wireshark GUI
+7d86cc9 debian: Ship wireshark.desktop file in wireshark-qt
+5055291 debian: Ship wireshark.1 in the package we ship /usr/bin/wireshark
+2d1bf73 debian: Finish postinst of wireshark-common even when wireshark group is a user group
+927a55f debian: Add note to README.Debian to log in again to be able to capture packets
+18a54fc debian: Drop menu support
+886de6b ISI: Add Modelines info
+541f352 UDP: Don't throw malformed errors for empty UDP payload
+c2afc9e Change prototype of callbacks passed to wmem_tree_foreach so that they accept the node key as a first parameter.
+b9b74fc ISI: fix code will never be executed [-Wunreachable-code]
+905314f Additional 2.1 symbols.
+67a6342 New 2.0 symbols.
+ec303c1 Add CMakeLists.txt.user* to .gitignore.
+0b05086 Apple calls it just "OS X" these days.
+0d497e8 Initial Sysdig syscall (event) support.
+6a56224 [docsis->packet-tlv.c] Update for modem capabilities TLV 5, subTLV 2 and subTLV 33
+e2193fe Fix typo.
+6ae50eb Call wtap_dump_open_check() in wtap_dump_init_dumper().
+b3fa7e5 Add a comment for is_stdout.
+827b7dd Skip only the actual file descriptor close when writing to stdout.
+630ccbe Make the dfilter time tests work regardless of what time zone the tests are being run in.
+0a99323 GIOP dissector: Replies are not correctly associated with requests
+3e5b253 RPC: call REPORT_DISSECTOR_BUG() rather than abort().
+d059714 ZCL (zbee): Use hf_zbee_zcl_attr_uint40 for ZBEE_ZCL_40_BIT_UINT
+20a7e7f file.c: do not try to close a file descriptor that was previously already closed
+6c3c6de Treat "-" as "standard input" in the CLI, not in libwiretap.
+411112a packet-smb2: provide reassembling support for Named Pipe subdissectors (e.g. DCERPC)
+d64cf48 Fix Developers Guide link to source snapshots
+3425b5b Update tests to reflect Lua file API change (write_close -> write_finish).
+09f5ff4 Call the dumper routine to finish write a file the "finish" routine.
+fe12759 androiddump: make nanoseconds int
+fcda681 randpkt: fix no previous prototype for 'randpkt_*' [-Wmissing-prototypes]
+2fe0fc5 Convert some TCP subdissectors to "new" style.
+0aa9e98 Convert some UDP subdissectors to "new" style.
+8f52962 Convert some "ethertype" subdissectors to "new" style.
+51f59e1 DTLS: fix no previous prototype for 'dtls_dissector_add/delete' [-Wmissing-prototypes]
+cb3dd95 WPA/WPA2 decoding fixes and improvements
+d4985a5 idl2wrs: fix some glibc calls in favour of glib.
+47172e7 Qt: Start adjusting icon sizes dynamically.
+1e87ff4 [Automatic update for 2015-11-08]
+0b3091f GTP sequence number fix for allowing to have sequence number equal to 0
+7d8a094 DCT2000: change switch to if - I'm surprised it compiled at all
+44644ed DCT2000: eliminate dead code return from function (CID 1158885)
+5c2ab82 DCT2000 wiretap: Try to address CID 1158844 and 1158845
+caa1e87 Use ws_{read,write,fdopen,close}.
+11bdada Update to reflect current reality.
+dc13187 This doesn't need <wsutil/file_util.h>.
+9d52712 More unnecessary <stdio.h> includes.
+f385922 More needed <stdlib.h>. Note why it and <stdio.h> are needed.
+71c0960 <stdlib.h> is needed for atoi().
+23dd596 Renames to avoid collisons with read() and write() routines.
+8e689a9 Remove some unnecessary includes.
+e9ad65a Get rid of some commented-out stuff.
+e52d0fa Remove #if 0'ed out includes.
+a8766cc Check for read errors in the open routine.
+4897ef1 Just use <wsutil/file_util.h>.
+0162e54 Clean up includes of unistd.h, fcntl.h, and sys/stat.h.
+24bfb7e column-utils: Refactor col_append_port() to col_append_ports()
+31f004f Further refactor GSS_API dissectors to pass gssapi_encrypt_info_t structure between dissectors instead of using packet_info.h The only remaining explicit user of the packet_info members is the NTLMSSP dissector. However, there may be "hidden" use of it in the spnego dissector passing between ASN.1 functions. Someone more familiar with the protocols could possibly trim some of the "extra copies" between packet_info and gssapi_encrypt_info_t structure, but I went the "better safe than sorry" route.
+e6a2f17 Add user preference to display IPv6 ext headers under root protocol tree
+cdcf272 NSIS: clear errors before checking WinPcap uninstall registry entry
+8ebc108 DNS: Add support of DNS over TLS and over DTLS
+f4921c1 Add support for registering protocols (dissectors) over DTLS.
+3aefd3b Create real dissector tables for SSL and DTLS to use.
+b56d323 Consider "HTTP over UDP" to be SSDP.
+e3c4626 isis-hello: Fix typo "Srea" -> "Area"
+5735738 packet-smb2: make smb2_set_dcerpc_file_id() more reliable
+e0cf8b6 ssl: add expert info for session resumption
+f542ab8 file_util.h includes io.h, we don't need to do so ourselves.
+161f449 4294967296 is not guaranteed to be a valid integer constant.
+3a598d9 Sort isi_sim_cause.
+3b125e7 Make rect_on_screen Qt4-compatible.
+1799834 Fix crash in internals menu dissector tables dialog by supporting FT_GUID type.
+fdeab5a Fix 32-bit OS X buildbot.
+bebc416 "#if 0" out an unused value_string table.
+ee0dbdc MPTCP: Use wmem_list instead of GSList
+2cd80a7 Add Nokia Intelligent Service Interface (ISI) dissector
+2d00abc No need to include io.h.
+cb3bdec [Dissector tables] DISSECTOR_TABLE_NOT_ALLOW_DUPLICATE -> DISSECTOR_TABLE_ALLOW_DUPLICATE
+677027a DCERPC: fix compilation with OSX buildbots and Ubuntu 15.10
+af9ca05 packet-dcerpc: implement dissecting of rpc_sec_verification_trailer
+35a1383 Major Re-factoring of the dissector and some new features.
+018e93a Another unnecessary include of io.h.
+4f01f3d Move -fno-delete-null-pointer-checks to optional
+8fb1f8e reassemble: Add key destroy function to g_hash_table
+ce22578 Don't include io.h in Flex scanners - they're not interactive.
+d02104c Qt: Check for a sane window geometry.
+2096c00 Get rid of ws80211_frequency_to_channel().
+9a47bc5 Match what most source say are the actual Japanese 4.9 GHz channels.
+25e3a6c docs: Windows CMake builds
+4ea610a dcerpc: add check for mutually exclusive function pointers
+52970ef DNS: Register dissector by name
+2eec154 [IPsec] Hand the subdissector the payload data only, not including the padding and auth data.
+9c0d550 extcap: Provide capture filter to extcap binary
+51dcd59 packet-dcerpc: let dcerpc_get_proto_name() handle unknown uuids
+ea0e29f packet-dcerpc: fix dissecting of decrypted payload
+ca69e8e randpkt: code restyle.
+0e01c01 gssapi: add init in wrap_dissect_gssapi_payload().
+a892e9b Declaring volatile pointers to functions is hard, let's go shopping!
+283e63c Squelch a "setjmp/longjump may clobber" warning.
+87aca40 SSL: fix SCTP port association so as to match what is done for UDP/TCP
+df48714 Skinny: fix dissector registration for SSL
+02dcf3c Don't allow DCE/RPC dissector table to have duplicates
+bd44cee Diameter: fix a typo in dictionary.xml
+676e7ec (Temporarily) Allow DCE/RPC dissector table to have duplicates.
+e0e574d Refactor DCE/RPC dissection to include a real dissector table.
+74541a9 Don't allow multiple registrations of a protocol in dissector tables.
+0ccab3c Dictionary (diameter): fix indent (use tabs)
+58528f6 Fix AddressSanitizer (./configure --enable-asan) builds
+cde99ec [OpenFlow] Use correct name for flag OFPMPF_REPLY_MORE in v5 dissector
+ccca843 Activate word wrap for hintLabel defined as QLabel
+c7c33b0 Updated Diameter dictionary.xml with AVP values.
+eebbd0a One more file that now needs wsutil/str_util.h for plurality().
+6704c8a Don't include stuff from libwireshark.
+ff9f9fc Don't include "file.h" if you don't need it.
+321934f MPTCP: Use copy_address_wmem() instead of copy_address()
+795b5c1 Refactor some GSS-API dissectors to accept dissector data instead of using packet_info.
+58431e2 Don't include libwireshark headers from libwiretap.
+40b45df packetbb; display Addressblock Tail as Tail
+86320fd Qt: Turn off WindowModified when closing a file.
+688f2e8 Include packet-dcerpc-witness.h, so it's in the source tarball.
+2244c6d Update .mailmap with my new e-mail address
+657c55e GTPv2: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
+6c64a41 [SIP] Rework how the length of the diagnostic string is determined, it did not work with multiple SIP packages in one frame.
+f528f55 packet-dcerpc-witness: initial implementation based on the idl file from samba
+eafc94c [Qt recent files menu] make sure that the "Clear Menu" item is retranslated
+3df2333 Remaining ADDRESS macro to address function conversions
+8571dbb Document dissector "Decode As" functionality in README.dissector
+6375df2 Put a newline at the end of the file.
+5c5cc22 Revert the last two CMake changes.
+4c03f4b CMake: Pass ABSOLUTE to get_filename_component.
+dd17c69 RADIUS: Fix length of display data for Ascend-Data-Filter
+6d1b6cd CMake: Look for Python using the "App Paths" key.
+0f4d139 Update my e-mail address in the AUTHORS file
+332b9ce PDCP LTE: fix dissection of signalling PDUs sent on common control channels
+22a9376 BER: Removed erroneous callback from dissect_ber_external_U
+3dd5e25 packet-dcerpc: add proto_tree_add_dcerpc_drep()
+8fdeb61 packet(.h): fix api reference / -Wdocumentation
+307443c funnel_string_dialog(.h): fix extra ‘;’ [-Wpedantic]
+1316fdf2 [GTPv2] Dissect UTRAN F-Container content.
+1c5b3c3 wsgcrypt.h checks internally if we HAVE_LIBGCRYPT
+7f10520 srt_table(.h): fix api reference
+4a8b20a rtd_table(.h): fix api reference
+e52931b RTPS: added new encoding to proto.c and used it in the rtps dissector
+f015c85 Update some WSUG screenshots and markup.
+ad1b785 udp_dissect_pdus follow-up
+69e61db [bitcoin] don't THROW() an exception from a dissector
+d09cc65 [bitcoin] Convert commands into a dissector table
+c9c1ae4 [iso7816] remove unnecessary initial values
+a4a5f2d Disable RTP player debug logs that were presumably left activated by mistake
+21d881e [Automatic update for 2015-11-01]
+ae574e3 packet-dcerpc: improve dissection of bind time feature negotiation
+c042416 TDS: Register each login param in a separate field
+89c96d2 Add GUID dissector table support.
+4f04a3c tools/pidl: avoid trailing tabs
+56d0127 ISIS Hello: Restore correct dissection of SPB BVID
+16f5b11 Qt: do not draw sequence analysis items with a display status set to false
+9df0b8f VoIP Calls: fix SIP calls state
+adc7bfe voip_calls.c: add missing tap_draw callback to taps asking for a redraw
+af11478 bluetooth: Fix uninitialized value warning
+ced7412 TCP: replace some dissector asserts by a return
+9180c27 [ssh] don't THROW() an exception from a dissector
+d2106a6 [ssh] remove some unnecessary if(tree) checks
+feaa485 [lmp] don't THROW() an exception from a dissector
+ade86d0 [bitcoin] remove two unnecessary return; statements
+cef1cfa packet-dcerpc: add dissect_ndr_ucarray_block()
+252ac26 packet-dcerpc: pass dcerpc_info to dcerpc_dissect_fnct_blk_t
+6503689 Add some "protocol placeholders" to remove confusion with Decode As.
+5ab8b8d Remove build-qt-sdk.bat.
+ad1f7f4 Explain why Get-HardenFlags currently fails.
+b6497d4 Add a comment giving details on the Centrino stuff.
+9e54fce STUN: register a new conversation dissector after receiving a ConnectionBind Success Response message
+d6dd50b The item argument is used.
+0cff6d6 GTPv2: Mark a parameter unused.
+81dfe6d NLM: fix double memory free when using "Match MSG/RES packets for async NLM" option
+f0eae93 [GTPv2] Dissect Load Control Information IE
+59f4c1c RPC: fix crash when calling NLMv4 SRT statistics
+a15f832 packet-smb2: Add dissector for SMB2_FSCTL_OFFLOAD_READ
+7a381cb openSAFETY: Remove need for SIII dissector register
+a4b1cde couchbase: implement comand 0x48 to get vbucket seqnos
+d95b859 [OpenFlow] Use correct name for flag OFPMPF_REPLY_MORE.
+7f371db DCERPC: Regenerate PIDL dissector
+7a78d41 Add a few new negative dfilter tests.
+2014eb0 CMake: Fix compatibility with CMake 3
+81bf8ed Update the taskbar icon when we start a capture.
+db760bf Qt: Allow Expert Information retapping.
+f449dcd Qt: Add the ability to add filter expressions.
+bd4f414 Fix typoes.
+07ceb2c ssl-utils: add versions to ssl debug log
+9ef04d0 It's "GTP Prime" ("GTP'"), not "GTP Prim".
+dc5a3c3 Distinguish mDNS from Boring Old DNS.
+0f05ab9 epl: Put OD information into own subtree
+200c3f1 [SMB2] Fix compile error.
+6c9ddbd EtherCAT: wrong display name
+8c48529 tools/checkAPIs.pl: improve the hf_ error messages
+2f543b1 EPAN: fix indent (use tab)
+caeb5b0 pcp: fix reporting of error status in info column
+8d0f27a packet-smb2: display SMB2_FLAGS_PRIORITY_MASK in the header
+901ef71 packet-smb2: maintain a smb2_fid_info per open file
+029d117 Use "2.0.0" for symbols that are in 2.0.
+caeade6 Update symbol list.
+2e24cb7 Move the definition of MAX_NUM_COLOR_CONVERSATION_COLORS.
+a937d6b Tweak some names to better reflect what the named items are.
+ed09837 Better explain what these are all about.
+a8a4098 "Color dissector filters" are just filters.
+0257a30 HSRP(v2): Always display all fields (Like Padding...)
+f24d47b packet-dcerpc: Move Auth padding to the right tree
+2c6d58e RADIUS: remove space before ;
+6704754 CMake: Use CMAKE_CL_64.
+6ada7d5 Just use g_mkdir_with_parents() to make the .config directory on UN*X.
+0f8e32c Do the "create parent of config file directory" stuff on UN*X as well.
+4c69f10 Qt: initialize all UAT fields when creating a new line
+d1f0e72 frame_data: Reset subnum if visited is resetted
+9b3bda9 epan_init(): make 'status' volatile (to avoid might-be-clobbered warnings).
+b85e6a0 AUTHORS: Small layout fixes
+348081f STUN: identify new TCP specific methods as being TURN
+25d0f73 Improve dissection of HSRPv1 packets using MD5 authentication
+a25c484 Get rid of a couple of UAT macros.
+c7e42be Catch REPORT_DISSECTOR_BUG() calls in dissector registration routines.
+2831d39 Update Travis to Trusty
+38a721e RADIUS: Add IPv6 support to Ascend Data Filter
+9f8d00c Add preferences for related packets and the scroll bar minimap.
+d43047f STUN: add TCP specific methods and attribute
+7a9237f [ssl] dissect handshake messages even if we have no tree
+8869d57 RADIUS: Use directly tvb_ip*_to_str
+ad2e930 PPCAP: don't pass by local variable for display address
+e70a23f Qt: Add a filter expression item to the display filter edit menu.
+2ccb9d2 Add jitter logic to RtpAudioStream.
+25de442 Add Decode As capabilities to MoldUDP64 dissector.
+75c7a3d It is RADIUS Protocol
+e1ed17f opcua: display string representation of AttributeId and DeadbandType
+b86e2a3 Dfilter: Mark an error in %syntax_error
+4f22e99 GVCP: do not try to append register value to info column when READREG_ACK has an error status
+78978ec Qt: Protect against unintentional "no capture file" window status
+08e44b8 Convert SIP statistics to the stat tap API.
+616dbd7 Replace all "dissector filter" registrations with "dissector color filter" registration.
+b90267b List the disappearance of the ADDRESS macros as an API change.
+49894f0 Show the Experimental-Result-Code if we don't know have a subdissector for that vendor ID.
+484c31c nfs: Add FF_FLAGS_NO_IO_THRU_MDS for layout flags
+1ea43c2 Only store frame number and not a pointer to frame_data structure in seq_analysis_item_t
+d141562 EPL: fix no previous prototype for epl_[gs]et_sequence_nr [-Wmissing-prototypes]
+e65507d [Nettrace] Port can have 5 characters.
+7a8adad Nettrace 3GPP 32.423: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
+f220250 extcap: add missing types in doc.
+7f591e4 Clean up more unnecessary use of the 'volatile' key word.
+e2203f5 Qt: fix memory leaks in VoIP calls window
+5dffa81 EPL: add explicit casts to please OSX 10.5 x86 buildbot
+4ce96556 Don't use the non-existent decoded data if decode_rtp_packet() returns 0.
+fb72cad Allocate h245_labels when we initialize the h245dg tap.
+77c7664 There's no need to register 32 hf's which are identical except for the name: one will do.
+e628c02 Update URLs for DDS specifications.
+18d49b4 [Automatic update for 2015-10-25]
+fe1ab42 Require GnuTLS 2.12.0, add cmake version detection
+2ddd92b SDP: protect against out of bounds access
+cc77d6c There's no need for all these variables to be volatile.
+93c647e [nfs] don't THROW() an exception from a dissector
+ad52d7d Bail out immediately if we can't allocate a buffer for carving up $PATH.
+5c97a48 epl: Remove usage of subnum
+2d2b129 lemon: move free() to avoid mem leak (CID 718529)
+3ea1449 [aeron] a new-style dissector should return 0 (not -1) to reject a packet
+d77c1e1 NTP timestamps can't be relative.
+ad44f2c RLC Graph: call replot() with rpQueued to avoid lag caused by trying to draw every mouse position
+24b5300 lemon: add free() to avoid mem leak (CID 1309088)
+a77d3db PER: fix ASAN runtime error: left shift of negative value -1
+728af98 Remove ADDRESS macros and just have their lower-case equivalents.
+02d56ff TDS: Replace use of val_to_str() with VALS()
+2cec957 T38: fix a dereference of NULL pointer
+3385c29 NULL terminate some hf_ arrays used in proto_tree_add_bitmask_xxx calls.
+4f39c60 More ADDRESS macro to address function conversions.
+ae130f1 802.1ah: call subdissectors even when we have no tree.
+8e8db9b Qt: Explicitly set the byte view painter font.
+2d065bc Fix some copy+pasted tooltip text.
+28e8f18 androiddump: fix doc.
+47c626f doc: add README.extcap
+6f6ab7b [Nettrace] Add parsing of IP addresses and ports.
+c7770e9 TDS: Use hf_tds_prelogin field
+16906c5 Try to fix osx-app.sh bundle creation.
+1cecd98 Pass --verbose to windeployqt.
+07b44ba osx-app.sh: Make sure we sign the Wireshark executable.
+7b5c274 osx-app.sh: Fix bundling.
+0770b0a osx-app.sh: Make sure we sign our binaries.
+1c2ed18 osx-app.sh fixups.
+1a383f8 qt: remove leak
+d9e530b Use address functions instead of ADDRESS macros in ui.
+86fe2be Use address functions instead of ADDRESS macros in asn1 and epan
+9eda98d Transifex: Add type of translation file
+1eba9d9 Avoid adding -pie on older cmake versions
+b7de996 RtpAudioStream: Add a cast.
+18bec42 Qt: Wire up the RTP Streams "Analyze" button.
+c70ab1a LTE RLC Graph: fix CID 1328485: Uninitialized members (UNINIT_CTOR)
+8682eb4 Split RTP player tapping, decoding, and plotting.
+ed27dad h261: fix "hf->bitmask != 0" assertion
+c1331a1 GSM SMS: do not call GSM SMS port IE subdissectors until message is reassembled
+2b8caf3 x11 generator: Fix indent (use always 4 spaces) and add modelines
+99406ba Add to DIS dissector many new PDU types, fixing issues, and richer information.
+fd5aa7d LTE RLC graph: Only enable graph buttons for directions with data
+4a5977b X11 generator: avoid extraneous parens in conditionals.
+9768a3e LTE dialogs: tidy up some loose ends
+115fff1 [Nettrace] Parse timestamps and add to individual packets.
+71f0dd7 TDS: add more casts to please OSX 10.5 x86 buildbot
+ea8e695 NCP2222: use wmem string buffer to build search pattern string
+f6339f8 TDS: try to pacify buildbots
+ed2656f TDS: fix variable 'header_length' is uninitialized when used here [-Wuninitialized]
+f2709f4 TCP: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
+e201a7c nbns: Added closing parenthesis on flags item
+943030d TDS: fix implicit conversion shortens 64-bit value into a 32-bit value
+b438656 Update TDS dissector to latest version of protocol.
+82ec0bb Require libgcrypt 1.4.2, add cmake version detection
+a86acb2 Profinet: Add Watchdog Factor data field in IOCRBlockReq.
+a4d2b03 Bugfix missing NULL elements for proto_tree_add_bitmask array values.
+9a61b9a x11: update X11 from last mesa and xcb
+08a2070 Do -fPIC only if it's necessary.
+b0b53fa On UN*X, use XDG_CONFIG_HOME/wireshark for configuration files.
+b1af7f4 X11 (doc): now more of 200Mb for mesa git repo
+1868dce make-version.pl: no need for git-ls-remote
+2bde913 x11 generator: Support new XCB paramref
+a0113a5 Qt: fix time shift
+6f9801a Add a margin to the main statusbar layout.
+3fe2c6e Separate out sname and cname in Kerberos dissector.
+6b12840 [OpenFlow] Fix a crash caused by the same filter name used for several different ftypes.
+90c4cbe If it's used by dissectors, it belongs in to_str.h, not to_str-int.h.
+7fc8804 RLC LTE graph: allow switching between zoom and drag, and place limits on each
+4ff0290 x11 generator: Don't crash when a switch is in a struct
+0f2eb38 x11 generator: Fix struct size with array
+31b627f x11 generator: Allow perl 5.20 and newer
+66f67f7 Explain what it means that Wireshark can now open PCAP files (as MIME files).
+a9fa699 x11 generator: some blacklisted structs are now used.
+71b3d38 X509AF: ensure that BER dissector successfully decoded a bit string before calling RSA Public Key dissection
+e8a3769 X509AF: protect against a comparison with a NULL algorithm_id string
+1c322a1 Don't fallback to thinking we have SVN; say Git if we didn't find a VCS.
+b98ebbc Eliminate unused method arguments and class members.
+40caff2 AllJoyn: prevent an infinite loop
+d34267d DCOM: ensure to initialize IPv4 variable put on the stack
+d56057e [lmp] don't THROW() an exception from a dissector
+5347945 [Automatic update for 2015-10-18]
+67b6d4f UMTS FP: fix another out of bounds access
+317af2c x509af: dissect subjectPublicKey for RSA
+48d46e6 Don't parse services file twice, respect user settings
+01b00fd NBAP: fix indent (use 8 spaces)
+8efd83e LTE RLC Graph: add support for going to packet clicked
+8e9fc80 qt: add missing initializer (CID 1317258)
+2e4d5a9 [giop] don't THROW() an exception from a dissector
+2ae329a UMTS FP: fix an out of bounds access
+c1cb261 [m2pa] remove unnecessary if (tree) checks
+d0d9258 [m2pa] don't THROW() an exception from a dissector
+5bf5656 NBAP: avoid dereferencing a NULL pointer
+94fee9e Move the static handling to a place where it is effective during package discovery. More work needed to get static really working.
+47c8596 Bluetooth: ATT: Fix Heart Rate Measurement characteristic
+bdf3c0b Bluetooth: Make dissectors independent of passed data
+106c289 Bluetooth: ATT: Print names assigned to handles in info column
+b271537 Bluetooth: Fix expert info for undecoded data
+8bb4fed Bluetooth: Fix displaying and handling UUID128
+58081a2 Bluetooth: ATT: Add missing "Generic" items for Appearance
+69df674 Bluetooth: ATT: Remove DecodeAs UUID16/128
+ae1c81d Qt: Add switch between Capture and FileFormat
+5f3370a Make incomplete dissectors bytes more visible
+fbef9e6 Fix a Qt 5.3 + MSVC 2013 + 64-bit warning.
+4695ea2 Add DEGREE SIGN character to utf8_entities.h and use it.
+b05803d CMake: Add /WX
+1ecb4de rtp_player(.h): fix empty paragraph passed to '@param' command [-Wdocumentation]
+7682ae4 Keep CMake from finding Cygwin's Python.
+71398e2 Add OUI-28 to make-manuf.
+6a98d59 Fix dist.
+b737d7e GSM: fix dissection of additional access technology type
+3ef2fd6 Qt: fix crash when using Telephony -> VOIP Calls -> Flow Sequence
+b0a4ebd Improvements to LTE RLC stats: controls for filtering, and control source of frames to use
+4c168db print.c: use utf8_entities.h
+0921fdd USB COM: revert ga618f1c change now that g5e8c629 is merged
+36079a1 ssl-utils: allow gcrypt without GnuTLS, improve structure
+b92caed RLC statistics window can now launch UL or DL graphs
+12fa387 Correctly convert clfow.sysuptime to seconds
+1e623d6 qt: remove dead code
+ec44fbd Interpret DHCPv6 DUID-UUID type
+f306038 Bluetooth: GATT: Add support for Nordic's vendor UUIDs
+5e8c629 USB: Fix bytes highlighting on setup part
+3946005 Qt: add ability to save raw output to follow window
+969c307 Qt: various fixes to UAT dialog
+40fe748 TCP(.h): fix comma at end of enumerator list [-Wpedantic]
+b4a4de7 Use buttons to display the main status bar icons.
+b84b031 Revert "Remove -fPIC with more than just MSVC."
+1a94667 Revert "+ OR OR OR OR OR"
+e446d49 Make it possible to not build the Qt RPM (again).
+6bdfa95 + OR OR OR OR OR
+222de97 Remove -fPIC with more than just MSVC.
+d7b087f Fix pathname (they're relative to the directory containing Makefile.am).
+fa156f0 Switch ports separator from long to short arrow
+26eec29 Remove ability to make dissectors "private"
+b212a4e Add missing CMake files to the tarball.
+dd19e15 Try to fix a Qt 5.5.0 + Visual Studio 2013 warning.
+6ea71d9 CMake: Don't feed -fPIC to Visual C++, second try.
+8201711 text2pcap: Add test suite
+9f6d155 ssl: detect very small heartbeat size
+db68736 Qt: Add another missing #include <algorithm>
+dfe1b0f Remove unused offset variables.
+feb6b58 Bluetooth: ATT: Support two request at once
+dae1286 Qt: Add "Bluetooth" prefix for Bluetooth item in Wireless menu
+cd5706c Qt/Bluetooth: Disable go to packet for closed files
+1479d6d Ubertooth: Add Jam and Ego command support
+95804d9 cmake: avoid adding -fPIE to libraries (fixes gcc 4.7)
+14085e0 Revert "Another message from Clang for unknown -f and -m flags."
+e059e45 cmake: always enable -Qunused-arguments for clang
+5179a91 Add a URL for the Qt retina markup bug.
+a643d14 Change proto_tree_add_ipv6() to take a struct e_in6_addr pointer
+9a702e4 If we have QtMultimedia with Qt4, add its libraries to the Qt libraries.
+4b73a29 Add the directory for QtMultimedia to the list of include directories.
+894c3c0 [ssl handshake] remove unnecessary if (tree) checks
+2619319 gtk: add asserts.
+fb36a45 Registers an MPTCP protocol with the prefix "mptcp".
+83abbfe Build Lua with all the appropriate flags.
+a542eec regenerate files adding new UA Specification 1.03 services and types
+4fee6a3 add new UA Specification 1.03 StatusCodes
+065c464 TCP: only store up to 1000 unacked segments (in each direction).
+66526f60 Set QT_MULTIMEDIA_LIB if we're using Qt 4 and have QtMultimedia.
+0596575 Update the Qt welcome banner.
+537cb8e Thou shalt not create empty AsciiDoc sections.
+0cbd533 Clear some release note content.
+f0d1b50 Handle quotes in "Show in Finder".
+b742250 Various improvements to new LTE MAC statistics dialog
+01f82ee cmake: fix kerberos library lookup, support Heimdal
+e6a071d cmake: link against dl, fixes linking with gold
+2f454a3 ssl-utils: fix anchoring matches in keylog file
+a386fc9 ssl-utils: Fix parsing pre-master-secrets in keylog-file
+f6d61eb qt: add missing initializers (CID 1325722)
+7c38002 Qt: Recent list context menu.
+1859ae8 btatt: clear variable (CID 1268204)
+8adb9c0 inet_v6def : fix warning: redundant redeclaration of 'inet_pton' [-Wredundant-decls]
+f8daf49 Use system highlight+hover colors in the welcome screen.
+2eb7e87 Add BASE_PT_ types to proto_registrar_dump_fields()
+f8ba1bd IPv6: Make extension headers filterable
+fe3e0df RTP player: Always include QPushButton.
+c5a0568 Try to fix wireless toolbar behavior on Linux.
+23beb97 extcap: fix a bug in create_tempfile() return check (CID 1323930)
+14498f0 Fix hfinfo_*_format_display() for BASE_PT_ display types
+0f27ed7 Try to fix OS X buildbot but using a different QBrush constructor in the cases that were failing (where implicit conversion seems to be failing)
+a342d1f Include <stdlib.h> to declare exit().
+52e5ada NTP: fix dissection of SHA1 based message authentication code
+77686a6 Get rid of a void * in frame_data.
+5823e6e Remove duplicate transport ports from proto tree summary
+b752f97 IPv6: Don't call expert info under if(tree) (for options)
+177cf49 Back out the verbose Makefile stuff.
+ae6df90 On 10.5, don't set GTK+ etc. versions if we haven't already set them.
+3221dbf LTE RLC graphs - initial version
+a6673b3 Handle installing Qt 4.x.
+fbcd8e3 [Automatic update for 2015-10-11]
+ccb5bca Allow TURN channeldata to be padded on both UDP and TCP. Microsoft's Edge browser does this, UDP padding is a MAY in https://tools.ietf.org/html/rfc5766#section-11.5
+3d9f0db Temporarily make cmake builds verbose, for debugging purposes.
+69a70df IPv6: Set destination address for RPL routing header
+62d901b Scan into a guint32 using %u.
+460e1d8 Qt: Horizontal- and vertical-only zoom modifier keys for IO and TCP Stream graphs.
+911da8b Support in 6lowpan for RFC4944 address generation
+4a45bd5 Display of reserved octet in 6lowpan IPHC header
+b072267 nstime: fix -Wshift-negative-value
+5bdfb5c Make sure we can compile without QtMultimedia.
+626c61c asn1.c: fix printf arguments used with DEBUG flag
+38ba49e Add WS_DLL_PUBLIC for Address Type Registration
+12446da Now that we're using AC_PROG_CC_STDC, let it handle HP C.
+a7ab4af airpdcap: add free_key_string function, fix memleaks
+3dd7e69 WSP: Fix add_addresses()
+41c94bf FTP: Fix EPRT IPv6 set address
+5f2576b catapult_dct2000: code restyle
+2bd7c48 The second argument to AC_PATH_PROGS is a list of program names.
+f274902 Qt: Add a play button to the RTP Stream Analysis dialog.
+03d8534 GTPv2: display Sequence Number as BASE_HEX_DEC
+bcd9849 UDP: Fix forgotten column info
+e4863f9 DCCP: Fix destination port offset
+ec82648 Replace or rename "duplicate" UDP protocols shown in Decode As
+4a20f57 Blind attempt trying to fix CMake based installer
+29b87a3 Add USBPcapPage.ini file to distribution
+7d252d4 Add USBPcap 1.1.0.0-g794bf26 to Windows installer
+291bca0 epl: fix bug in g_hash_table_lookup_extended() call (CID 1254382)
+546fe80 Added ICE TCP Framing support to STUN dissector
+af3beb8 qt: add initialization of variable (CID 1311960)
+fb02613 No RCS/CVS/SVN Ids any more.
+8b030b6 Don't just ask for C, ask for standard C - preferably C99.
+53cfeca wslua: fix memleak in lua_prime_all_fields
+c4f00a8 AMQP: Fix usage of p_(add|get)_proto_data.
+8695303 IPv6: add changes forgotten in gbedda9b
+4bd74c7 Update last updated DNS parameters (2015-07-26)
+c6742d9 DNS: Add DNS Cookie Option
+877fd03 ssl-utils: load RSA keys based on their modulus+exponent
+40ff4ff ssl-utils: simplify private key storage, fix resource leaks
+9fea515 UDP: Refactor some dissector code
+42f5d86 Remove heur_dissector_set_enabled.
+cc1c23a BGP: Add BGP-Extended Message Capability
+81d8b7d CMake: Don't clobber ZLIB_*.
+a37ac98 SCTP: fix dissection of DATA chunks
+12c83d0 Report an error if we don't find fop and are going to try to use it.
+082b0d7 Fix an I/O graph crash.
+12b735d [NSIP] Wrong offset used for proto_tree_add_bitmask() for the reset flag.
+63b9bc1 openSAFETY: Add Producer ID to info field
+295641d Remove an extra comma
+7e1f524 Fix SoupBinTCP sequence number tracking.
+e8d0bf8 Calculate the channel if we have only the frequency.
+be187b9 Qt: refine some strings for l10n
+289ee5a Show progress in the Supported Protocols dialog.
+fd603f6 debian: Build .debs with Qt 5