Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 5613] New: Enhancements to SID dissection

Date: Mon, 24 Jan 2011 15:35:37 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5613

           Summary: Enhancements to SID dissection
           Product: Wireshark
           Version: 1.5.x (Experimental)
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: turney_cal@xxxxxxx


Created an attachment (id=5777)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=5777)
Changes to packet-windows-common.c

Build Information:
Version 1.5.0 (SVN Rev Unknown from unknown)

Copyright 1998-2011 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 (32-bit) with GTK+ 2.16.6, with GLib 2.24.2, with WinPcap (version
unknown), with libz 1.2.3, without POSIX capabilities, without libpcre, with
SMI
0.4.8, with c-ares 1.7.1, with Lua 5.1, without Python, with GnuTLS 2.8.5, with
Gcrypt 1.4.5, with MIT Kerberos, with GeoIP, with PortAudio V19-devel (built
Jan
21 2011), with AirPcap.

Running on 64-bit Windows 7, build 7600, with WinPcap version 4.1.2 (packet.dll
version 4.1.0.2001), based on libpcap version 1.0 branch 1_0_rel0b (20091008),
GnuTLS 2.8.5, Gcrypt 1.4.5, without AirPcap.

Built using Microsoft Visual C++ 10.0 build 30319
--
Enhancements to SID dissection:
• Well-known SIDs are mapped to names even if locally defined fields are
appended to them. This means that virtually all SIDs are now mapped. 

• Locally defined fields are marked as such. For example, an NT Service SID,
S-1-5-80, is displayed as “SID:
S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464  (NT
Service-<locally defined>)” 

• Added pseudo field “Well-known SID” to the tree and filter ‘nt.sid.wkwn’
which allows for well-known SIDs to be searched for (without having to use
"contains") regardless of the presence of locally defined fields.

• Added pseudo field “Domain” to the tree and filter 'nt.sid.domain' which
allows one to search for a domain embedded in a domain SID (e.g., (e.g.,
‘nt.sid.domain == "3305717449-1000208802-1772399307").

• In former versions (#5286), RIDs were only decoded for Domain SIDS (S-1-5-21)
but RIDs are now also decoded for well-known built-in 'local group' (S-1-5-32),
'authentication' (S-1-5-64), and 'mandatory level' (S-1-16) SIDs. It allows one
to search for the RID (e.g., nt.sid.rid==544) without having to specify the
entire SID in that all these RIDs are unique.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.