aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-netlogon.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2002-05-03 11:16:55 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2002-05-03 11:16:55 +0000
commita490995b70241d642a38466a79cf58d841b08b7e (patch)
tree9acff7bfc13974b811a5ee70f8c3d85c50369ba0 /packet-dcerpc-netlogon.h
parent97ea0ceea222f0873434016b10398442a0e34e9c (diff)
Added some new discovered names for some NETLOGON functions
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5370 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-dcerpc-netlogon.h')
-rw-r--r--packet-dcerpc-netlogon.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/packet-dcerpc-netlogon.h b/packet-dcerpc-netlogon.h
index 8514c3ee68..7110879af6 100644
--- a/packet-dcerpc-netlogon.h
+++ b/packet-dcerpc-netlogon.h
@@ -2,7 +2,7 @@
* Routines for SMB \PIPE\NETLOGON packet disassembly
* Copyright 2001, Tim Potter <tpot@samba.org>
*
- * $Id: packet-dcerpc-netlogon.h,v 1.4 2002/03/12 08:16:41 sahlberg Exp $
+ * $Id: packet-dcerpc-netlogon.h,v 1.5 2002/05/03 11:16:55 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -26,24 +26,24 @@
#ifndef __PACKET_DCERPC_NETLOGON_H
#define __PACKET_DCERPC_NETLOGON_H
-#define NETLOGON_FUNCTION_00 0x00
-#define NETLOGON_FUNCTION_01 0x01
+#define NETLOGON_UASLOGON 0x00
+#define NETLOGON_UASLOGOFF 0x01
#define NETLOGON_NETLOGONSAMLOGON 0x02
#define NETLOGON_NETLOGONSAMLOGOFF 0x03
#define NETLOGON_NETSERVERREQCHALLENGE 0x04
#define NETLOGON_NETSERVERAUTHENTICATE 0x05
#define NETLOGON_NETSERVERPASSWORDSET 0x06
#define NETLOGON_NETSAMDELTAS 0x07
-#define NETLOGON_FUNCTION_08 0x08
-#define NETLOGON_FUNCTION_09 0x09
-#define NETLOGON_FUNCTION_0A 0x0a
-#define NETLOGON_FUNCTION_0B 0x0b
+#define NETLOGON_DATABASESYNC 0x08
+#define NETLOGON_ACCOUNTDELTAS 0x09
+#define NETLOGON_ACCOUNTSYNC 0x0a
+#define NETLOGON_GETDCNAME 0x0b
#define NETLOGON_NETLOGONCONTROL 0x0c
-#define NETLOGON_FUNCTION_0D 0x0d
+#define NETLOGON_GETANYDCNAME 0x0d
#define NETLOGON_NETLOGONCONTROL2 0x0e
#define NETLOGON_NETSERVERAUTHENTICATE2 0x0f
#define NETLOGON_NETDATABASESYNC2 0x10
-#define NETLOGON_FUNCTION_11 0x11
+#define NETLOGON_DATABASEREDO 0x11
#define NETLOGON_FUNCTION_12 0x12
#define NETLOGON_NETTRUSTEDDOMAINLIST 0x13
#define NETLOGON_DSRGETDCNAME2 0x14