Wireshark-commits: [Wireshark-commits] master f0cf649: EPL: Reassemble the splitted payload

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 4 Jun 2014 06:14:45 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f0cf649b3265c915e4e11aeac5ecd76ada03c46c
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f0cf649 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.
    
    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>
    

Actions performed:

    from  09b5361   This fix now allows SASL/GSS-API with integrity only to be properly dissected in that we now properly indicate the checksum and provide the wrapped token to the LDAP dissector to dissect.
    adds  f0cf649   EPL: Reassemble the splitted payload


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