Wireshark-bugs: [Wireshark-bugs] [Bug 4752] Kerberos pre-auth type constants - MS extensions are
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4752
--- Comment #3 from Bill Meier <wmeier@xxxxxxxxxxx> 2010-05-10 15:14:38 EDT ---
Looking into this a bit more ....
There are several capture file examples (in captures attached to various
Wireshark bugs) wherein the pa-data type KRB5_PA_PAC_REQUEST is BER encoded as
128 (0x0080).
There's another file wherein the pa-data type KRB5_PA_PROV_SRV_LOCATION is BER
encoded as a -1 (0xff).
So: Based upon the capture file examples I'm aware of it appears that the
PA_PAC_REQUEST definition change I made in SVN #31319 should be reverted back
to:
#define KRB5_PA_PAC_REQUEST 128 /* MS extension */ */
Although I've not seen a capture file containing KRB5_PA_S4U2SELF it seems
reasonable to also revert the KRB5_PA_S4U2SELF change I made back to:
#define KRB5_PA_S4U2SELF 129 /* Impersonation (Microsoft
extension) */
I'll do in a day or so after I've done a little bit more investigation.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.