Wireshark-commits: [Wireshark-commits] master 6e09b8b: PDCP: speed up dissection of status PDU.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 02 Mar 2018 05:24:16 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6e09b8b3913df943377b7710bbd0598f296be8fd
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6e09b8b by Martin Mathieson (martin.r.mathieson@xxxxxxxxxxxxxx):

    PDCP: speed up dissection of status PDU.
    
    N.B. In normal traffic status PDUs do not appear very often, but if
    the config of RLC/PDCP are wrong, every PDU can appear to be a status
    PDU and it can take a long time to print out the list of missing
    sequence numbers.
    
    Change-Id: I9514b505639fa58d86bf5ebb3fb2bcf1f8e65aa8
    Reviewed-on: https://code.wireshark.org/review/26197
    Petri-Dish: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  1a09879   Generalize our process spawning code.
    adds  6e09b8b   PDCP: speed up dissection of status PDU.


Summary of changes:
 epan/dissectors/packet-pdcp-lte.c | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)