Wireshark-commits: [Wireshark-commits] master-1.12 1fd1d3b: This fix now allows SASL/GSS-API with i

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 11 Jun 2014 01:19:45 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1fd1d3b608f4ed1988abbff2473efb578203912c
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

1fd1d3b by Richard Sharpe (realrichardsharpe@xxxxxxxxx):

    This fix now allows SASL/GSS-API with integrity only to be properly dissected
    in that we now properly indicate the checksum and provide the wrapped token to
    the LDAP dissector to dissect.
    
    There is still a problem in that the wrong parts of the SASL packet can be
    indicated when users click on some parts.
    
    I am committing it for review and because it is much better than the current
    code.
    
    Bug:9398
    Change-Id: I552fc249db26835b79abfc8793438a95f221663a
    Signed-off-by: Richard Sharpe <realrichardsharpe@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/1905
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    (cherry picked from commit 09b5361302725cc83b7c8d76282441d031050c38)
    Reviewed-on: https://code.wireshark.org/review/2076
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  474de10   CAPWAP: Fix soft-deprecated APIs warning
    adds  1fd1d3b   This fix now allows SASL/GSS-API with integrity only to be properly dissected in that we now properly indicate the checksum and provide the wrapped token to the LDAP dissector to dissect.


Summary of changes:
 asn1/spnego/packet-spnego-template.c |   37 +++++++++++++++++++++++++-----
 epan/dissectors/packet-ldap.c        |    5 ++++-
 epan/dissectors/packet-spnego.c      |   41 ++++++++++++++++++++++++++++------
 3 files changed, 70 insertions(+), 13 deletions(-)