aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-03-25 09:41:42 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-03-25 09:41:42 +0000
commitcec5c81ac3a5590cabdc28cf4d4e343ee9a8b33d (patch)
treeaafa8f25a9cde7e8e34b53bd4893ac4b8ac13c79 /Makefile.nmake
parent2fecf91a175d91f3c2d0a202cb0acd9a94068b40 (diff)
Added SMB option : sid_name_snooping.
This feature, when enabled through Edit/preferences/protocols/smb, will look at certain SMB and CIFS related protocols to discover the mapping between SIDs and their Names. For those SIDs whose name has been snooped/discovered ethereal will also add "(<name>)" to the end of the SID when printed in the tree pane through the function dissect_nt_sid(). Currently the feature is not too exciting since the only thing that packet-smb-sidsnooping.c will look at to build this mapping table is replies to the LSA/QueryInfoPolicy infolevel 3 packets and thus discover mappings between a Domain SID and a Domain Name. In the near future this future will be enhanced to also look at more interesting calls such as LSA/LookupSIDs2 and similar. svn path=/trunk/; revision=7362
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 4d636fe231..4a04cd34ec 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.288 2003/03/23 19:32:19 gerald Exp $
+# $Id: Makefile.nmake,v 1.289 2003/03/25 09:41:41 sahlberg Exp $
include config.nmake
include <win32.mak>
@@ -294,6 +294,7 @@ DISSECTOR_SRC = \
packet-smb-logon.c \
packet-smb-mailslot.c \
packet-smb-pipe.c \
+ packet-smb-sidsnooping.c \
packet-smpp.c \
packet-smtp.c \
packet-sna.c \