Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 22235: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 03 Jul 2007 12:02:19 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22235

User: sahlberg
Date: 2007/07/03 12:02 PM

Log:
 dissect a new AD-IF-RELEVANT type seen in some vista traces
 
 it is essentially 
 
 Checksum ::= SEQUENCE {
    type     [0] INTEGER  # -138 == HMAC-MD5
    checksum [1] OCTET STRING
 }
 
 SignTicket ::= SEQUENCE {
    enctype   [0] INTEGER
    signature [1] Checksum
 }

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +25 -0     packet-kerberos.c    Modified