ssl: fix next_protocol_negotiation id
authorPeter Wu <peter@lekensteyn.nl>
Fri, 11 Nov 2016 15:49:35 +0000 (16:49 +0100)
committerMichael Mann <mmann78@netscape.net>
Fri, 11 Nov 2016 19:24:51 +0000 (19:24 +0000)
commitb8f99e3b71593fcc12a11d2106bdacaaa50b5263
treec61abe979da22c8e8f5c92f30b7743266fcebd22
parente407dd44d6489dd271c8d88fbfa48651a0f5ecff
ssl: fix next_protocol_negotiation id

NPN is a legacy extension (superseded by ALPN), but there was still a
capture with this value. However, the decimal number is wrong. Adjust it
to the one in the draft -03 (the hex number is still correct).

Change-Id: I80ce468bcb653bc8ec87432d76d478cb0423b46f
Reviewed-on: https://code.wireshark.org/review/18744
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
epan/dissectors/packet-ssl-utils.c
epan/dissectors/packet-ssl-utils.h