As title states,
Ive detected some MDNS queries from a googlecast address, which is strange since i don't have any googlecast apps or similar installed.
Additionally My PC is sending SSDP packets to 239.255.255.250 (subnet?) regarding 'M-Search: HTTP/1.1' strings to Chrome OS machine.
MDNS Packet : 192.168.1.65 224.0.0.251 MDNS 119 Standard query 0x000b PTR _674A0243._sub._googlecast._tcp.local, "QM" question PTR _8E6C866D._sub._googlecast._tcp.local, "QM" question PTR _googlecast._tcp.local, "QM" question
SSDP Packet: 192.168.1.67 239.255.255.250 SSDP 216 M-SEARCH * HTTP/1.1
Perhaps its good to mention that i noticed the specified 'User-agent' for these SSDP packets are stated as either 'Google Chrome' or 'Chrome OS'. Is this just a default function of Google chrome to include their DIAL tech.
You're observing two different things that are independent from each other.
_googlecast._tcp.local
is one such "service" that is used by ChromeCasts, Android TVs, Google Home, the Chrome browser and all other things in the "Google ecosystem" that can take part in their "cast" system. I'm not fluid in mDNS, but it seems to me like this is also a "poll" looking for peripherals that support this "service". I assume that Chrome OS also take part in this, so it might be that for example a Chrome browser running on another OS and Chrome OS will "keep in touch" using this system.The Chrome browser comes with a built in Chromecast plugin to allow tab or screen sharing if a Chromecast compatible is on your local network (e.g. Android TV or Chromecast devices).
It will search for devices regularly so it can present a list of target devices.