You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same issue here, with the addition of garbling special characters. Apple devices use the ’ character in service names (e.g. Iskren’s iPhone) which gets turned into "Iskren\\226\\128\\152s\\ iPhone._rdlink._tcp.local." in RR_Header.Name where the sequence []byte{226,128,152}) is the byte representation of the ’ character.
Given Name is a string, it makes it very hard (and messy) to parse this into the original representation.
At this point, I'm not entirely sure that's even in the specification, but Apple devices are pretty much everywhere, so it would be great if there's a way to get the underlying data for processing without breaking the spec.
hey, first of all create lib!
while working with zeroconf, I figured out that the following Ptr field contains additional
\
characters before each space character.therefore I sniffed the mDNS package with wireshark to be sure that the
\
character is not sent by the sender.as u can see in the picture there is no
\
character in the payload itself.however, if i printout the Answer section of the msg struct, i get the following
my question is if u see a chance to somehow disable this character adding for mDNS entries. This would would be great.
Andreas
CC @DerAndereAndi
The text was updated successfully, but these errors were encountered: