Hello, I am trying to get a handle on DDS, Are the wireshark versions that are out the built on 1.8 and greater where they capture pcapng. Or are they still on pcap. Doest the expanded metadata of pcapng lend itself to the DDS data like ID, Topic, Type and maybe QOS? - thanks asked 23 Jan '14, 13:15 lostokie |
One Answer:
There is no relationship between DDS and pcapng! pcapng is a file format used to store network capture data, while DDS is a standard for data/message transport (for real-time systems). So, what exactly is your question? BTW: if you want to capture DDS messages, Wireshark does not care if you store the captured data in a pcap or pcapng file, as the DDS data structure is in the network frames, not the capture file. Regards answered 23 Jan '14, 14:19 Kurt Knochner ♦ edited 23 Jan '14, 15:30 Kurt, you are definitely pointing me in the right direction. I will follow up soon - thanks (23 Jan '14, 19:29) lostokie |
What do you mean by "DDS"?