resynth 0.4.0

A packet synthesis language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 # TLS Versions
## Index


### Constants

| Name | Value |
| ---- | ----- |
| SSL_1 | `(u16)0x0001` |
| SSL_2 | `(u16)0x0002` |
| SSL_3 | `(u16)0x0300` |
| TLS_1_0 | `(u16)0x0301` |
| TLS_1_1 | `(u16)0x0302` |
| TLS_1_2 | `(u16)0x0303` |
| TLS_1_3 | `(u16)0x0304` |