Wireshark-commits: [Wireshark-commits] master 68e16ab: RLC: Fix duplication check after sqn reset

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 02 Mar 2018 06:24:27 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=68e16ab05b7d6e726bd6adb7fab48875f28a6631
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

68e16ab by Lutz Kresge (LutzKr@xxxxxxxxxxxxx):

    RLC: Fix duplication check after sqn reset
    
    When rlc sequence number wrapped around, duplicate frames wouldn't be
    marked because they were compared to the sqn from the first round.
    Change-Id: Ia57aac9b86b4cc84dd8ec411fe0a94972acb9526
    Reviewed-on: https://code.wireshark.org/review/26208
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  1fa2781   Bluetooth: Initialize ett features for Media Player Dissection
    adds  68e16ab   RLC: Fix duplication check after sqn reset


Summary of changes:
 epan/dissectors/packet-umts_rlc.c | 39 +++++++++++++++++++++++++++------------
 1 file changed, 27 insertions(+), 12 deletions(-)