blob: c75cfa1b9d7b8d6cc310293dfeae774f3558b144 [file] [log] [blame]
Brian Waters13d96012017-12-08 16:53:31 -06001This folder contains an example capture file, as well as the two
2private keys required to decode the TLS-protected exchanges.
3
4In order to decrypt properly the packets, you'll need a patched wireshark (see parent directory)
5and the SSL "RSA Private Keys" properties set to (replace with real full path):
6 192.168.103.10,3869,diameter,freeDiameter/contrib/wireshark/sample/192.168.103.10.priv.pem;192.168.103.20,3869,diameter,freeDiameter/contrib/wireshark/sample/192.168.103.20.priv.pem
7
8
9This capture contains everything that was exchanged by the peer since it boot up.
10The captured peer is "relay.a.rt.freediameter.net" with IP address 192.168.103.20.
11
12Here is the detail of what you can see in the capture, if the decyphering
13works as expected, in chronological order:
14
15-----------------------------------------------------------------------------
16Frames | Comments
17-----------------------------------------------------------------------------
181-24 | Peer booting up: DHCP, NTP, ...
19 |
2025-29 | Connection attempt from 192.168.103.10
21 | first attempt on SCTP (frames 26-27)
22 | then on TCP (frames 28-29)
23 |
2432-35 | freeDiameter starting: Diameter Identities
25 | from the peer's configuration file are
26 | DNS resolved.
27 |
2836-39 | SCTP connection to 192.168.103.10
29 |
3040-45 | Failed attempt to connect to 192.168.103.30
31 | where freeDiameter was not started.
32 |
3346-49 | (I think this is trigged by Debug output,
34 | I have to check)
35 |
3650-73 | TLS handshake on first stream pair (#0).
37 |
3874-90 | Resumed handshakes on streams #1 and #2 in parallel.
39 | (not sure where to find that it is resumed,
40 | except that certificates are not re-exchanged)
41 |
4291-92 | CER/CEA exchange.
4393-96 | DWR/DWA exchange.
44 |
45103-118 | SCTP heartbeats are exchanged more frequently than DWR/DWA.
46 |
47119-124 | Concurrent DWR/DWA (it happens sometimes)
48 |
49125-128 | Another failed attempt to 192.168.103.30 (cf. frames 40-45)
50 |
51137-140 | DPR/DPA exchange.
52 |
53141-153 | TLS clean shutdown on all streams in parallel.
54 |
55154-157 | SCTP association is closed.
56-----------------------------------------------------------------------------