warning: overflow in implicit constant conversion
[obnox/wireshark/wip.git] / packet-dcerpc-wkssvc.h
1 /* packet-dcerpc-wkssvc.h
2  * Routines for SMB \PIPE\wkssvc packet disassembly
3  * Copyright 2001, Tim Potter <tpot@samba.org>
4  * Copyright 2002, Richard Sharpe <rsharpe@richardsharpe.org>
5  *
6  * $Id: packet-dcerpc-wkssvc.h,v 1.8 2003/09/27 23:43:29 guy Exp $
7  *
8  * Ethereal - Network traffic analyzer
9  * By Gerald Combs <gerald@ethereal.com>
10  * Copyright 1998 Gerald Combs
11  *
12  * This program is free software; you can redistribute it and/or
13  * modify it under the terms of the GNU General Public License
14  * as published by the Free Software Foundation; either version 2
15  * of the License, or (at your option) any later version.
16  *
17  * This program is distributed in the hope that it will be useful,
18  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20  * GNU General Public License for more details.
21  *
22  * You should have received a copy of the GNU General Public License
23  * along with this program; if not, write to the Free Software
24  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
25  */
26
27 #ifndef __PACKET_DCERPC_WKSSVC_H
28 #define __PACKET_DCERPC_WKSSVC_H
29
30 /* Functions available on the WKSSVC pipe.  From Samba, include/rpc_wkssvc.h */
31
32 #define WKS_NETRWKSTAGETINFO                    0x00
33 #define WKS_NETRWKSTASETINFO                    0x01
34 #define WKS_NETRWKSTAUSERENUM                   0x02
35 #define WKS_NETRWKSTAUSERGETINFO                0x03
36 #define WKS_NETRWKSTAUSERSETINFO                0x04
37 #define WKS_NETRWKSTATRANSPORTENUM              0x05
38 #define WKS_NETRWKSTATRANSPORTADD               0x06
39 #define WKS_NETRWKSTATRANSPORTDEL               0x07
40 #define WKS_NETRUSEADD                          0x08
41 #define WKS_NETRUSEGETINFO                      0x09
42 #define WKS_NETRUSEDEL                          0x0a
43 #define WKS_NETRUSEENUM                         0x0b
44 #define WKS_NETRMESSAGEBUFFERSEND               0x0c
45 #define WKS_NETRWORKSTATIONSTATISTICSGET        0x0d
46 #define WKS_NETRLOGONDOMAINNAMEADD              0x0e
47 #define WKS_NETRLOGONDOMAINNAMEDEL              0x0f
48 #define WKS_NETRJOINDOMAIN                      0x10
49 #define WKS_NETRUNJOINDOMAIN                    0x11
50 #define WKS_NETRRENAMEMACHINEINDOMAIN           0x12
51 #define WKS_NETRVALIDATENAME                    0x13
52 #define WKS_NETRGETJOININFORMATION              0x14
53 #define WKS_NETRGETJOINABLEOUS                  0x15
54 #define WKS_NETRJOINDOMAIN2                     0x16
55 #define WKS_NETRUNJOINDOMAIN2                   0x17
56 #define WKS_NETRRENAMEMACHINEINDOMAIN2          0x18
57 #define WKS_NETRVALIDATENAME2                   0x19
58 #define WKS_NETRGETJOINABLEOUS2                 0x1a
59 #define WKS_NETRADDALTERNATECOMPUTERNAME        0x1b
60 #define WKS_NETRREMOVEALTERNATECOMPUTERNAME     0x1c
61 #define WKS_NETRSETPRIMARYCOMPUTERNAME          0x1d
62 #define WKS_NETRENUMERATECOMPUTERNAMES          0x1e
63
64
65
66 #endif /* packet-dcerpc-wkssvc.h */