Wireshark-commits: [Wireshark-commits] master 2b2fc64: Fix incorrect table being used to store Sess

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 20 Mar 2016 16:57:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2b2fc64447e5f778d969e6c850e9196d248cbbe1
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2b2fc64 by Adam Schwalm (adam.schwalm@xxxxxxxxxxxx):

    Fix incorrect table being used to store Session Tickets
    
    A regression was introduced at f4580ac9edc8b5351 where an additional
    hash table was introduced to store TLS Session Tickets separately
    from Session IDs. However, the New Session Ticket dissector was
    still storing the the Session Ticket in the ID table, causing lookups
    to fail.
    
    Change-Id: Iff49202f50afb8cb6ef62c774f6155682b8e48a6
    Reviewed-on: https://code.wireshark.org/review/14499
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  b5bd3df   RTPS: Added new filters rtps.guidPrefix.src and rtps.guidPrefix.dst
    adds  2b2fc64   Fix incorrect table being used to store Session Tickets


Summary of changes:
 epan/dissectors/packet-dtls.c |    2 +-
 epan/dissectors/packet-ssl.c  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)