Wireshark-commits: [Wireshark-commits] master-1.12 7e92d04: EPL: Reassemble the splitted payload

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 19 Jun 2014 18:22:51 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7e92d04ec5b1b16b4e30ace72093e3e7783ecfce
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

7e92d04 by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):

    EPL: Reassemble the splitted payload
    
      The data that is sent when downloading or uploading from a server is
      sent in segments to the client.To clearly display all the segments
      belonging together the splitted payload needs to be reassembled.
    
      The behaviour is described in the powerlink specification 301 v1.2.0
      chapter 6.3.2.4.1.1 Download Protocol and chapter 6.3.2.4.2 Upload
      Protocol. The payload of the download/upload is now reassembled.
    
      Backport - This is an enhancement over the current dissector in a way,   that the former segmented payload can be debugged better.
    
    Signed-off-by: Lukas Emersberger <lukas.emersberger@xxxxxxxxx>
    Change-Id: I17c30f15e75da47bcaba8f1fda1e412849ec268c
    Reviewed-on: https://code.wireshark.org/review/1120
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit f0cf649b3265c915e4e11aeac5ecd76ada03c46c)
    Reviewed-on: https://code.wireshark.org/review/2337
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  701b6ad   Generate xz compressed archives instead of .bz2-s
    adds  7e92d04   EPL: Reassemble the splitted payload


Summary of changes:
 epan/dissectors/packet-epl.c |  339 +++++++++++++++++++++++++++++++++++++++---
 1 file changed, 316 insertions(+), 23 deletions(-)