Wireshark-commits: [Wireshark-commits] master a7a7c68: epl: Set Payload to remaining bytes
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 26 Jun 2015 08:49:07 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a7a7c689bcffd4dcf3e49e7095235b0a9c158731
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a7a7c68 by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):

    epl: Set Payload to remaining bytes
    
     The payload dissection now only includes the remaining bytes,
     even if the actual number of payload bytes should be bigger.
    
     An expert Info is added, to inform the user, that the trace was
     truncated, but the payload is still given to a sub-dissector,
     as it may contain valid information
    
    Change-Id: Iefef78e7c7aed7f87e40875f345ff5debf364f3a
    Reviewed-on: https://code.wireshark.org/review/9124
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  fe679bf   openSAFETY: Fix various heuristic bugs
    adds  a7a7c68   epl: Set Payload to remaining bytes


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