Wireshark-commits: [Wireshark-commits] master 0dafb2b: Aeron: Update disector on the latest aeron p

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 15 Sep 2018 07:18:59 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0dafb2bf8866ed4e6da7da6bbf7fdcf65257c75a
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

0dafb2b by chaoyongzhou (bgnvendor@xxxxxxx):

    Aeron: Update disector on the latest aeron protocol specification
    
    1, update frame fields and offset
    2, shift heartbeat frame from data frame which is a special data frame
    3, support rtt frame supported by aeron in java
    4, revise data/pad frame length alignment to 32 bytes but not 8 bytes
    5, remove frame length alignment from setup,nak,err,and rtt frame
    6, fix rtt frame length
    Bug: 15111
    Change-Id: Ic627a9773850fa6bceacd313ddeba521487815e2
    Reviewed-on: https://code.wireshark.org/review/29407
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  191abbf   Debian: Add missing symbols.
     add  0dafb2b   Aeron: Update disector on the latest aeron protocol specification


Summary of changes:
 epan/dissectors/packet-aeron.c | 310 ++++++++++++++++++++++++++++++++++++++---
 1 file changed, 293 insertions(+), 17 deletions(-)