This commit is contained in:
Simone Margaritelli 2024-09-18 23:21:30 +02:00
commit 67cc9680ed
17 changed files with 1833 additions and 274 deletions

View file

@ -84,7 +84,7 @@ func NewMDNSProbe(from net.IP, from_hw net.HardwareAddr) (error, []byte) {
OpCode: layers.DNSOpCodeQuery,
Questions: []layers.DNSQuestion{
{
Name: []byte("_services._dns-sd._udp.local"),
Name: []byte("_services._dns-sd._udp.local."),
Type: layers.DNSTypePTR,
Class: layers.DNSClassIN,
},