Wireshark-commits: [Wireshark-commits] master 72ba79b: btl2cap: Initialize reassembly values

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 2 Nov 2016 20:42:07 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=72ba79b279fb88101683c402fb903a965ceef3d7
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

72ba79b by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    btl2cap: Initialize reassembly values
    
    Values in psm_data structure used in reassembly must be initialized
    to zero to ensure that the reassembly logic works.
    
    Change-Id: I47c636dde60f28a8dcd9a366664fd23019a12323
    Reviewed-on: https://code.wireshark.org/review/18633
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  9e2a9d0   sshdump: use g_shell_quote in the right way.
    adds  72ba79b   btl2cap: Initialize reassembly values


Summary of changes:
 epan/dissectors/packet-btl2cap.c |   10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)