Wireshark-commits: [Wireshark-commits] rev 48910: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 18 Apr 2013 13:38:27 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48910

User: mmann
Date: 2013/04/18 06:38 AM

Log:
 improve AUTH handling of SMTP dissector.  Bug 8591 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8591)
 
 From Uli Heilmeier
 
 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.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +41 -7     packet-smtp.c    Modified