Wireshark-commits: [Wireshark-commits] master 9182126: Detect multiple MAUSB Packets in a single TC
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 30 May 2014 13:14:07 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=918212667ada625e7c09d690e7489407be6bd71a
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9182126 by Sean O. Stalley (sean.stalley@xxxxxxxxx):

    Detect multiple MAUSB Packets in a single TCP packet
    
    Puts a tag in the info column when multiple MAUSB packets are in a
    single TCP packet.
    
    Change-Id: Ib20e5e30474d93270dd24e203ab96f64f5cc77ad
    Reviewed-on: https://code.wireshark.org/review/1658
    Reviewed-by: Sean Onufer Stalley <sean.stalley@xxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  a1656bc   fix packet-btavdtp.c: In function 'dissect_bta2dp': packet-btavdtp.c:2796:36: error: 'sep_data.vendor_codec' may be used uninitialized in this function [-Werror=maybe-uninitialized] packet-btavdtp.c:2799:12: error: 'sep_data.vendor_id' may be used uninitialized in this function [-Werror=maybe-uninitialized]
    adds  9182126   Detect multiple MAUSB Packets in a single TCP packet


Summary of changes:
 epan/dissectors/packet-mausb.c |   12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)