URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6c4889cc1bc3eddbd37107d6a7a51611cbcc1816
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
6c4889c 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>
(cherry picked from commit 3ce020a5fcb8035a41f3248c990b2abfa60eb325)
Reviewed-on: https://code.wireshark.org/review/1831
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 029c11c LLDP Cleanup : 802.1 Qbg TLV
adds 6c4889c 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(-)