Dtls endpoint multiplexing
Hi,
I'm trying to read a Dtls packet content that is used in a mutliplexing scenario.
Here is the setup:
Peer 1 <-> Relay (Dtls 1) I can read this
Peer 2 <-> Relay (Dtls 2) I can read this
The relay will send an administrative packet to both Peer 1 and Peer 2 with the Dtls fingerprint, peer ids and trigger a direct connection between Peer 1 and Peer 2. But there is no new Dtls handshake, and the Epoch starts at 1 and Sequence number at 1 between the 2 peers. How do you think that is actually working? Can I read the traffic between Peer 1 and Peer 2?
What version of Wireshark are you using?
What is the capture setup?
I'm using Wireshark 4.6.5 on Windows.
What do you mean the "capture setup"?
I'm capturing on my local ethernet adapter.
Do you mean this?
In the diagram that @Jaap linked above, where is the capture system?
It is located on my computer, so on one of the peers. Lets say Peer 1.