Wireshark-commits: [Wireshark-commits] master-1.12 0c4095c: Try to fix the problems with the SPNEGO

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 9 Jun 2014 07:01:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0c4095cf238c48d36ac7f8e11e1e15c9bf5b2ce4
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

0c4095c by Richard Sharpe (realrichardsharpe@xxxxxxxxx):

    Try to fix the problems with the SPNEGO negTokenInit differences in Microsoft implementations
    
    Change-Id: Ifbfca88469a6bc479072c921deba280e667c7087
    Reviewed-on: https://code.wireshark.org/review/1804
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit 0ed2672abf6d8a41e0ddc11358bb73d86a30fe92)
    Reviewed-on: https://code.wireshark.org/review/2047
    Reviewed-by: Richard Sharpe <realrichardsharpe@xxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  afa09b0   Upgrade Windows builds to GnuTLS 3.1.22 and Gcrypt 1.6.0
    adds  0c4095c   Try to fix the problems with the SPNEGO negTokenInit differences in Microsoft implementations


Summary of changes:
 asn1/spnego/packet-spnego-template.c |    7 +-
 asn1/spnego/spnego.asn               |   91 ++++++++--------
 asn1/spnego/spnego.cnf               |   65 ++++++-----
 epan/dissectors/packet-spnego.c      |  196 ++++++++++++++++++++++------------
 4 files changed, 213 insertions(+), 146 deletions(-)