lua dissector ip address subnet
Hello All,
I want to run dissector only when Dest IP address within subnet.
192.168.10.1 within 192.168.10.0/24.
Can someone guide me if lua have any pre defined functions to check above ?
How does
192.168.10.1 within 192.168.10.0/2
work? It is (by definition), so please reformulate your requirement.How can I write that in wireshark lua ?