Can d-bus resolve names?
I am using dbus-monitor with --pcap to load it into wireshark. I see that there are unique names for source and destination. Examples for source and destination are:
- :1.31
- :1.23
I would like to map these unique identifiers to the actual names that I can find in d-feet as object path. Is it possible to do this in wireshark? I see some name resolving schemes via DNS in TCP, but I cannot find a feature like this for dbus.
Can I add some kind of custom file that does name resolution for me?