Wireshark-bugs: [Wireshark-bugs] [Bug 11661] New: TDS: All login fields are matched by tds.7logi

Date: Sat, 31 Oct 2015 09:17:35 +0000
Bug ID 11661
Summary TDS: All login fields are matched by tds.7login.password
Product Wireshark
Version unspecified
Hardware x86
OS All
Status UNCONFIRMED
Severity Minor
Priority Low
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Build Information:
TShark (Wireshark) 2.1.0 (v2.1.0rc0-331-gcef1cfa from master)

Copyright 1998-2015 Gerald Combs <[email protected]> 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, without POSIX capabilities, with libnl 1, with
libz 1.2.8, with GLib 2.40.2, without SMI, without c-ares, without ADNS,
without
Lua, with GnuTLS 2.12.23, with Gcrypt 1.5.3, with MIT Kerberos, without GeoIP.

Running on Linux 3.13.0-66-generic, with locale en_GB.UTF-8, with libpcap
version 1.5.3, with libz 1.2.8, with GnuTLS 2.12.23, with Gcrypt 1.5.3.
       Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz (with SSE4.2)

Built using gcc 4.8.4.
--
TDS7 Login packets are successfully dissected and the extracted values are
displayed with the following labels:

Client Name
Username
Password
App Name
Server Name
Library Name
Locale

Unfortunately, all of these values are registered using the
hf_tds7login_password field, and are therefore all matched by the filter
tds.7login.password.

Need to add separate fields for each of these.


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