I am trying to discover based on subtypes. Ex: if i register a service using avahi-publish,
avahi-publish -s --domain="local" --subtype="_annon._sub._http._tcp" "ServiceName" "_http._tcp" 80 "TxtRecord=Some Text"
I need to do service discover based on the subtype, "_annon._sub". Is there any way to do that?