Bug ID |
9708
|
Summary |
HTTP Negotiate SPNEGO GSS-API and ASN.1 length encoding
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
1.10.5
|
Hardware |
x86-64
|
OS |
Windows 7
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Wireshark
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Created attachment 12520 [details]
decoded negotiate in binary
Build Information:
Version 1.10.5 (SVNRev 54262 from /trunk-1.10)
--
Wireshark does not seem to decode the SPNEGO GSS-API tokens correctly when they
don't contain the 0x81 or 0x82 length designator in the ASN.1 DER lengths. If
the lengths don't have the upper bit set - which means it's just a byte of
length than it isn't decoded.
Here's the Negotiate header;
NEGOTIATE
YEoGBisGAQUFAqBAMD6gDjAMBgorBgEEAYI3AgIKoiwEKk5UTE1TU1AAAQAAAAGSCEAKAAoAGAAAAAAAAAAiAAAAVklSVFVBTEFEMj==
The binary decoded file is attached.
You are receiving this mail because:
- You are watching all bug changes.