Wireshark-commits: [Wireshark-commits] rev 22235: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-kerberos.c
From:
sahlberg@xxxxxxxxxxxxx
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