URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b8f99e3b71593fcc12a11d2106bdacaaa50b5263
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
b8f99e3 by Peter Wu (peter@xxxxxxxxxxxxx):
    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@xxxxxxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    
Actions performed:
    from  e407dd4   OSPF: Add LSA Type Flag (See RFC 5340 A.4.2.1)
    adds  b8f99e3   ssl: fix next_protocol_negotiation id
Summary of changes:
 epan/dissectors/packet-ssl-utils.c |    2 +-
 epan/dissectors/packet-ssl-utils.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)