Wireshark-commits: [Wireshark-commits] master-3.0 207143f: AERON: Properly handle heartbeat frame l

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 26 May 2019 06:36:49 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=207143f1974994b9ee1dc82cb274243275b1a0c9
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

207143f by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    AERON: Properly handle heartbeat frame length
    
    The aeron hartbeat frame is a data frame with zero length. The rounded
    length is used to report back consumed bytes. Set that to the real
    length of a heartbeat frame, being 24.
    
    Sample captures show trailing zero bytes after a heartbeat frame. Make
    sure trailing zero bytes are not tested for additional frames.
    
    CID 1439592
    
    Change-Id: I99580179830b6de0886a1d57f994f4a9c5a1ae6d
    Reviewed-on: https://code.wireshark.org/review/33243
    Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    (cherry picked from commit 8494ef903a6cbdbebeacfa03a73320ced09cfded)
    Reviewed-on: https://code.wireshark.org/review/33363
    Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  5fe4a94   docbook: add section from wiki.
     add  207143f   AERON: Properly handle heartbeat frame length


Summary of changes:
 epan/dissectors/packet-aeron.c | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)