I have a bridge to connect Wifi to LAN:

I am sending a UDP packet from a Wifi device to a multicast address. I think the fact that it’s a multicast address should make no difference because the bridge is layer 2, right?
I can see the packet on the Wifi interface:

I can see the packet on the bridge “interface”:

(That’s a different source port because I took the screenshots with a different packet.)
But I cannot see the packet on the LAN interface:

What can be the problem?