Bug ID |
8591
|
Summary |
SMTP dissector: improve AUTH handling (Login mechanism)
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
SVN
|
Hardware |
All
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Enhancement
|
Priority |
Low
|
Component |
Dissection engine (libwireshark)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
--
The current version of the SMTP dissector expects a 'AUTH LOGIN' mechanism
without checking the mechanism.
When some other mechanism (like NTLM or PLAIN) is in use the decoding is wrong.
Furthermore it is expected that the username is in a seperate packet. When the
username is in the AUTH line the password is shown as smtp.auth.username and
the username is not decoded.
It is my first fix to a dissector. So please be patient with me.
You are receiving this mail because:
- You are watching all bug changes.