mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 14:03:17 -07:00
progress
This commit is contained in:
parent
756dc3d71a
commit
67cc9680ed
17 changed files with 1833 additions and 274 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue