Wireshark-commits: [Wireshark-commits] master d2396d2: The version of the CredSSP protocol can be 2
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 10 Aug 2014 07:39:27 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d2396d2f580cb513896c6ecb5f5d7bd8d2c4f759
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d2396d2 by Eugene Sukhodolin (eugene@xxxxxxxxxxxxxx):

    The version of the CredSSP protocol can be 2 or 3
    
    According to Microsoft documentation, valid values for the Version field are 2 and 3. Newer servers (like Windows 2012 R2) respond with Version=3.
    
    Change-Id: Ifb0c6f52d09c75bbde2b4a46d13366461736b9c0
    Reviewed-on: https://code.wireshark.org/review/3527
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  2f0278c   ULP: upgrade to approved version 2.0.2
    adds  d2396d2   The version of the CredSSP protocol can be 2 or 3


Summary of changes:
 epan/dissectors/packet-credssp.c |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)