Actions
Bug #388
closedwireshark: Fix filtering based on mcast flags field
Start date:
06/09/2019
Due date:
% Done:
0%
Estimated time:
Description
(This is not about a batman-adv bug but the integration of a batman-adv feature in wireshark)
The wireshark dissector of batman-adv in epan/dissectors/packet-batadv.c doesn't allow filter filtering for mcast_flags because the hf_* variable hf_batadv_mcast_flags (batadv.tvlv.mcast.flags) is not used but (incorrectly) hf_batadv_iv_ogm_flags:
proto_tree_add_bitmask(tree, tvb, offset, hf_batadv_iv_ogm_flags, ett_batadv_tvlv_mcast_flags, flags, ENC_NA);
Files
Updated by Sven Eckelmann over 5 years ago
- Status changed from New to In Progress
- Assignee changed from batman-adv developers to Sven Eckelmann
- File 0001-batadv-Fix-filtering-by-mcast-flags.patch 0001-batadv-Fix-filtering-by-mcast-flags.patch added
Updated by Sven Eckelmann over 5 years ago
- Status changed from In Progress to Resolved
- Target version set to 2019.3
Forwardded for review to https://code.wireshark.org/review/33540
Updated by Sven Eckelmann over 5 years ago
- Status changed from Resolved to Closed
Applied upstream as bf854b8dcc5c974de1703f1e3dbdf5d03ec8b3a1
Actions