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 18857: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Wed, 09 Aug 2006 07:37:58 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18857

User: sahlberg
Date: 2006/08/09 07:37 AM

Log:
 testing the win32 decryp[tion out  i noticed a lot of new previously not decoded info in the captures for constrained delegation on the Kerberos wiki page.
 
 
 a new bit 0x00020000 is usde in the TGS-REQ packets and this results in a return of a PAC containing an unknown type 11 field.
 
 
 the blob in the pac is 200 bytes and NDR encoded.   its structure is obvious since it contains 2 conformant and varying arrays  and three unique pointers.
 
 
 
 enable decoding of this new KDCOptions bit and call it "constrained delegation"

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