Project

General

Profile

Actions

Bug #388

closed

wireshark: Fix filtering based on mcast flags field

Added by Sven Eckelmann almost 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Target version:
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

Actions #1

Updated by Sven Eckelmann almost 5 years ago

Actions #2

Updated by Sven Eckelmann almost 5 years ago

  • Status changed from In Progress to Resolved
  • Target version set to 2019.3
Actions #3

Updated by Sven Eckelmann almost 5 years ago

  • Status changed from Resolved to Closed

Applied upstream as bf854b8dcc5c974de1703f1e3dbdf5d03ec8b3a1

Actions

Also available in: Atom PDF