aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-netlogon.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2004-07-18 18:06:47 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2004-07-18 18:06:47 +0000
commit669db206cb1f270046ad400fff7655e20c63e723 (patch)
tree4eff24a2e16c8963e497e1fc575f35e6af59bd26 /packet-dcerpc-netlogon.h
parentae46c27a38700af669ef907491081f09df6f6b2c (diff)
Move dissectors to epan/dissectors directory.
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410
Diffstat (limited to 'packet-dcerpc-netlogon.h')
-rw-r--r--packet-dcerpc-netlogon.h90
1 files changed, 0 insertions, 90 deletions
diff --git a/packet-dcerpc-netlogon.h b/packet-dcerpc-netlogon.h
deleted file mode 100644
index 429d525e78..0000000000
--- a/packet-dcerpc-netlogon.h
+++ /dev/null
@@ -1,90 +0,0 @@
-/* packet-dcerpc-netlogon.h
- * Routines for SMB \PIPE\NETLOGON packet disassembly
- * Copyright 2001,2003 Tim Potter <tpot@samba.org>
- *
- * $Id$
- *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
- * Copyright 1998 Gerald Combs
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __PACKET_DCERPC_NETLOGON_H
-#define __PACKET_DCERPC_NETLOGON_H
-
-#define NETLOGON_NETRLOGONUASLOGON 0x00
-#define NETLOGON_NETRLOGONUASLOGOFF 0x01
-#define NETLOGON_NETRLOGONSAMLOGON 0x02
-#define NETLOGON_NETRLOGONSAMLOGOFF 0x03
-#define NETLOGON_NETRSERVERREQCHALLENGE 0x04
-#define NETLOGON_NETRSERVERAUTHENTICATE 0x05
-#define NETLOGON_NETRSERVERPASSWORDSET 0x06
-#define NETLOGON_NETRDATABASEDELTAS 0x07
-#define NETLOGON_NETRDATABASESYNC 0x08
-#define NETLOGON_NETRACCOUNTDELTAS 0x09
-#define NETLOGON_NETRACCOUNTSYNC 0x0a
-#define NETLOGON_NETRGETDCNAME 0x0b
-#define NETLOGON_NETRLOGONCONTROL 0x0c
-#define NETLOGON_NETRGETANYDCNAME 0x0d
-#define NETLOGON_NETRLOGONCONTROL2 0x0e
-#define NETLOGON_NETRSERVERAUTHENTICATE2 0x0f
-#define NETLOGON_NETRDATABASESYNC2 0x10
-#define NETLOGON_NETRDATABASEREDO 0x11
-#define NETLOGON_NETRLOGONCONTROL2EX 0x12
-#define NETLOGON_NETRENUMERATETRUSTEDDOMAINS 0x13
-#define NETLOGON_DSRGETDCNAME 0x14
-#define NETLOGON_NETRLOGONDUMMYROUTINE1 0x15
-#define NETLOGON_NETRLOGONSETSERVICEBITS 0x16
-#define NETLOGON_NETRLOGONGETTRUSTRID 0x17
-#define NETLOGON_NETRLOGONCOMPUTESERVERDIGEST 0x18
-#define NETLOGON_NETRLOGONCOMPUTECLIENTDIGEST 0x19
-#define NETLOGON_NETRSERVERAUTHENTICATE3 0x1a
-#define NETLOGON_DSRGETDCNAMEX 0x1b
-#define NETLOGON_DSRGETSITENAME 0x1c
-#define NETLOGON_NETRLOGONGETDOMAININFO 0x1d
-#define NETLOGON_NETRSERVERPASSWORDSET2 0x1e
-#define NETLOGON_NETRSERVERPASSWORDGET 0x1f
-#define NETLOGON_NETRLOGONSENDTOSAM 0x20
-#define NETLOGON_DSRADDRESSTOSITENAMESW 0x21
-#define NETLOGON_DSRGETDCNAMEEX2 0x22
-#define NETLOGON_NETRLOGONGETTIMESERVICEPARENTDOMAIN 0x23
-#define NETLOGON_NETRENUMERATETRUSTEDDOMAINSEX 0x24
-#define NETLOGON_DSRADDRESSTOSITENAMESEXW 0x25
-#define NETLOGON_DSRGETDCSITECOVERAGEW 0x26
-#define NETLOGON_NETRLOGONSAMLOGONEX 0x27
-#define NETLOGON_DSRENUMERATEDOMAINTRUSTS 0x28
-#define NETLOGON_DSRDEREGISTERDNSHOSTRECORDS 0x29
-#define NETLOGON_NETRSERVERTRUSTPASSWORDSGET 0x2a
-#define NETLOGON_DSRGETFORESTTRUSTINFORMATION 0x2b
-#define NETLOGON_NETRGETFORESTTRUSTINFORMATION 0x2c
-#define NETLOGON_NETRLOGONSAMLOGONWITHFLAGS 0x2d
-#define NETLOGON_NETRSERVERGETTRUSTINFO 0x2e
-
-/* Secure channel types */
-
-#define SEC_CHAN_WKSTA 2
-#define SEC_CHAN_DOMAIN 4
-#define SEC_CHAN_BDC 6
-
-
-/* needed to decrypt PAC_LOGON_INFO in kerberos */
-int
-netlogon_dissect_PAC_LOGON_INFO(tvbuff_t *tvb, int offset,
- packet_info *pinfo, proto_tree *tree,
- guint8 *drep);
-
-#endif /* packet-dcerpc-netlogon.h */