URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=945565d62d93029ef01f9c09e208611e3d29b93d
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
945565d by Sven Eckelmann (sven@xxxxxxxxxxxxx):
batadv: Add support for OGM2 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 second step to understand the B.A.T.M.A.N. V mesh globally in wireshark
is to dissect the OGM2 packets.
Change-Id: Idee5793dd909fd01588024b4d9b44236ea5ffb86
Signed-off-by: Sven Eckelmann <sven@xxxxxxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/33544
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from df40f5b batadv: Add support for ELP packets
add 945565d batadv: Add support for OGM2 packets
Summary of changes:
epan/dissectors/packet-batadv.c | 193 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 193 insertions(+)