Wireshark-commits: [Wireshark-commits] master df40f5b: batadv: Add support for ELP packets

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 10 Jun 2019 20:32:42 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=df40f5b279a3478def849156ca4fb93523e43cd0
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

df40f5b by Sven Eckelmann (sven@xxxxxxxxxxxxx):

    batadv: Add support for ELP packets
    
    The B.A.T.M.A.N. V protocol replaced the OGM announcement with two new
    types:
    
    * Echo Location Protocol packet
    * OriGinator Message 2 packets
    
    The first packet is used locally to identify neighbors and their base
    parameters (orignator + elp interval). The second one is used to announce
    each mesh node globally.
    
    The first step to understand the B.A.T.M.A.N. V mesh locally in wireshark
    is to dissect the ELP packets.
    
    Change-Id: I13f5d60637a2774282ca75853884238e8e7dd33c
    Signed-off-by: Sven Eckelmann <sven@xxxxxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/33543
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  cbb2564   batadv: Parse priority field of fragmented packets
     add  df40f5b   batadv: Add support for ELP packets


Summary of changes:
 epan/dissectors/packet-batadv.c | 134 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 134 insertions(+)