Actions
Feature #391
closedwireshark: Add support for BATADV_MCAST_WANT_NO_RTR*
Start date:
06/14/2019
Due date:
% Done:
0%
Estimated time:
Description
(This is not a batman-adv feature but the integration of a batman-adv feature in wireshark)
The wireshark dissector of batman-adv in epan/dissectors/packet-batadv.c is currently missing dissector support for the BATADV_MCAST_WANT_NO_RTR* flags. Support for it should be implemented for easier filtering and analyzing of packets.
THe implementation should follow same style as the existing mcast flags:
- https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob;f=epan/dissectors/packet-batadv.c;h=209883a653902af6ad74f06aee5a7262d33ef121;hb=74d4fcd9554355c616574185b812f0a00d144e17#l698
- https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob;f=epan/dissectors/packet-batadv.c;h=209883a653902af6ad74f06aee5a7262d33ef121;hb=74d4fcd9554355c616574185b812f0a00d144e17#l4320
- https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob;f=epan/dissectors/packet-batadv.c;h=209883a653902af6ad74f06aee5a7262d33ef121;hb=74d4fcd9554355c616574185b812f0a00d144e17#l5323
The change should be integrated in wireshark after the rtr patch series was accepted in batman-adv
Updated by Sven Eckelmann over 5 years ago
- Status changed from New to Resolved
- Target version set to 2019.3
Support was submitted as https://code.wireshark.org/review/33768
Updated by Sven Eckelmann over 5 years ago
- Status changed from Resolved to Closed
Actions