Wireshark-commits: [Wireshark-commits] master a8ceeca: DNP3: Fix reassembly of out of order fragmen

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 5 Feb 2017 13:46:28 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a8ceeca444c97033e630d56d6a6fb096e696163b
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a8ceeca by Graham Bloice (graham.bloice@xxxxxxxxxxxxx):

    DNP3: Fix reassembly of out of order fragments
    
    Rework Application Layer fragment reassembly to handle
    out of order fragments (seen over UDP).
    
    Change-Id: Ifd2bffba30f0a419a5f82ea6b9d2d221f7d6d276
    Reviewed-on: https://code.wireshark.org/review/19947
    Petri-Dish: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    

Actions performed:

    from  fd2bd2b   [GSA RR] Dissect System Information Type 21
    adds  a8ceeca   DNP3: Fix reassembly of out of order fragments


Summary of changes:
 epan/dissectors/packet-dnp.c |  175 +++++++++++-------------------------------
 1 file changed, 45 insertions(+), 130 deletions(-)