Wireshark-commits: [Wireshark-commits] master bf854b8: batadv: Fix filtering by mcast flags
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bf854b8dcc5c974de1703f1e3dbdf5d03ec8b3a1
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
bf854b8 by Sven Eckelmann (sven@xxxxxxxxxxxxx):
batadv: Fix filtering by mcast flags
The mcast tvlv flags field was incorrectly mapped to "batadv.iv_ogm.flags".
But this is the generic B.A.T.M.A.N IV's flags field and not the
specialized mcast TVLV's flag.
Just add a special field "batadv.tvlv.mcast.flags" to handle these flags.
Change-Id: Ia1f37f10d8d58146bd71ef607933f61d7dbc6e88
Fixes: 4cc431579363 ("batadv: Add dissector support for batadv v15")
Signed-off-by: Sven Eckelmann <sven@xxxxxxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/33540
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 92d0a67 LSD: Fix valid headers being marked as malformed
add bf854b8 batadv: Fix filtering by mcast flags
Summary of changes:
epan/dissectors/packet-batadv.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)