URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3ce020a5fcb8035a41f3248c990b2abfa60eb325
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
3ce020a by Hauke Mehrtens (hauke@xxxxxxxxxx):
ssl-utils: fix TLS number of padding extension
The padding extension got the number 21 (0x15) by the IANA and not 20
(0x14), see this list for details:
https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml
The number 20 is assigned to the server certificate type extension.
Change-Id: I17271a3a336bcf5a323f15da3a5301115ca4cb45
Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/1822
Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
Actions performed:
from 0911ce1 make the satellite symbol rate filterable
adds 3ce020a ssl-utils: fix TLS number of padding extension
Summary of changes:
epan/dissectors/packet-ssl-utils.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)