aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-netlogon.h
diff options
context:
space:
mode:
authortpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>2003-01-14 05:09:16 +0000
committertpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>2003-01-14 05:09:16 +0000
commit4ece82adc8553762054bd1e9b6460facb31a99b5 (patch)
tree02f7dd3cb459ab323f844bd92addfe915e628c32 /packet-dcerpc-netlogon.h
parentf1fe80dce7362ab6057ef570f2f7fe7286fbf7d1 (diff)
Add value_string for secure channel type used in ServerAuthenticate2.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6920 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-dcerpc-netlogon.h')
-rw-r--r--packet-dcerpc-netlogon.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/packet-dcerpc-netlogon.h b/packet-dcerpc-netlogon.h
index 7020ff6696..bfaaa82b27 100644
--- a/packet-dcerpc-netlogon.h
+++ b/packet-dcerpc-netlogon.h
@@ -1,8 +1,8 @@
/* packet-dcerpc-netlogon.h
* Routines for SMB \PIPE\NETLOGON packet disassembly
- * Copyright 2001, Tim Potter <tpot@samba.org>
+ * Copyright 2001,2003 Tim Potter <tpot@samba.org>
*
- * $Id: packet-dcerpc-netlogon.h,v 1.10 2002/11/30 08:34:28 sahlberg Exp $
+ * $Id: packet-dcerpc-netlogon.h,v 1.11 2003/01/14 05:09:16 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -69,4 +69,10 @@
#define NETLOGON_DSENUMERATETRUSTEDDOMAINS 0x28
#define NETLOGON_DSRDEREGISTERDNSHOSTRECORDS 0x29
+/* Secure channel types */
+
+#define SEC_CHAN_WKSTA 2
+#define SEC_CHAN_DOMAIN 4
+#define SEC_CHAN_BDC 6
+
#endif /* packet-dcerpc-netlogon.h */