https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2615
Summary: smb-browse dissector misses server type 23 (DFS server)
Product: Wireshark
Version: SVN
Platform: All
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: Low
Component: TShark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: obnox@xxxxxxxxx
Build Information:
tshark -v:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TShark 1.0.99 (SVN Rev 25459)
Copyright 1998-2008 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
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 with GLib 2.16.3, with libpcap 0.9.8, with libz 1.2.3, without POSIX
capabilities, with libpcre 7.6, without SMI, without ADNS, without Lua, with
GnuTLS 2.2.2, with Gcrypt 1.4.0, with MIT Kerberos.
Running on Linux 2.6.25.4-10-default, with libpcap version 0.9.8.
Built using gcc 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036].
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--
Tshark lists the "DFS Server" server type of SMB browse packets (udp port 138)
as "Unknown server type:23".
Wireshark simply does not list the bit in the server type bit field.
This server type is not implemented in the dissector:
epan/dissectors/packet-smb-browse.c
Cheers - Michael
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.