Hello, I implemented a kernel module that hooks into netfilter PREROUTING hook and tries to log multicast dns packet tuple. If I add a iptables log rule for mdns (port 5353), it logs all mdns packets. Verified that it matches tcpdump output. However, the netfilter hook sees only a few packets. Any ideas why? Thanks in advance.