Wireshark-bugs: [Wireshark-bugs] [Bug 11853] New: smtp over port 587 shows identical content for
Date: Fri, 04 Dec 2015 17:56:21 +0000
Bug ID 11853
Summary smtp over port 587 shows identical content for fields "uUernane" and "Password"
Product Wireshark
Version 2.0.0
Hardware x86
OS All
Status UNCONFIRMED
Severity Major
Priority Low
Component TShark
Assignee bugzilla-admin@wireshark.org
Reporter toralf.foerster@gmx.de

Build Information:
tfoerste@t44 ~ $ tshark -v
TShark (Wireshark) 2.0.0 (SVN Rev Unknown from unknown)

Copyright 1998-2015 Gerald Combs <gerald@wireshark.org> and contributors.
License GPLv2+: GNU GPL version 2 or later
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled (64-bit) with libpcap, with POSIX capabilities (Linux), with libnl 3,
with libz 1.2.8, with GLib 2.44.1, without SMI, without c-ares, without ADNS,
without Lua, with GnuTLS 3.3.17, with Gcrypt 1.6.3, without Kerberos, without
GeoIP.

Running on Linux 4.2.6-hardened-r7, with locale en_US.utf8, with libpcap
version
1.7.4, with libz 1.2.8, with GnuTLS 3.3.17, with Gcrypt 1.6.3.
Intel(R) Core(TM) i5-4300U CPU @ 1.90GHz (with SSE4.2)

Built using gcc 4.9.3.

--
origin is here : https://forums.gentoo.org/viewtopic-t-1034590-highlight-.html

Simple Mail Transfer Protocol
    Command Line: AUTH PLAIN <string>\r\n
        Command: AUTH
        Request parameter: PLAIN <string>
        Username: <string>
        Password: <string> 


Where the content of <string> is replaced here with that place holder - and it
is always the same. /me do wonder there are 2 fields holding the same content.
Why doesn't "Username" and "Password" do contain - say - the 1st and the 2nd
half of <string> respectively ?


You are receiving this mail because:
  • You are watching all bug changes.