Add dissection of AuthenticationMechanism to h235
[obnox/wireshark/wip.git] / packet-dcerpc-initshutdown.h
1 /* packet-dcerpc-initshutdown.h
2  * Routines for SMB \PIPE\initshutdown packet disassembly
3  * Based on packet-dcerpc-winreg.h
4  * Copyright 2001-2003 Tim Potter <tpot@samba.org>
5  * as per a suggestion by Jim McDonough
6  *
7  * $Id: packet-dcerpc-initshutdown.h,v 1.1 2003/10/27 23:31:54 guy Exp $
8  *
9  * Ethereal - Network traffic analyzer
10  * By Gerald Combs <gerald@ethereal.com>
11  * Copyright 1998 Gerald Combs
12  *
13  * This program is free software; you can redistribute it and/or
14  * modify it under the terms of the GNU General Public License
15  * as published by the Free Software Foundation; either version 2
16  * of the License, or (at your option) any later version.
17  *
18  * This program is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU General Public License for more details.
22  *
23  * You should have received a copy of the GNU General Public License
24  * along with this program; if not, write to the Free Software
25  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
26  */
27
28 #ifndef __PACKET_DCERPC_INITSHUTDOWN_H
29 #define __PACKET_DCERPC_INITSHUTDOWN_H
30
31 /* Functions available on the INITSHUTDOWN pipe. */
32
33 #define INITSHUTDOWN_INITIATE_SYSTEM_SHUTDOWN   0x00
34 #define INITSHUTDOWN_ABORT_SYSTEM_SHUTDOWN      0x01
35 #define INITSHUTDOWN_INITIATE_SYSTEM_SHUTDOWN_EX 0x02
36
37 #endif /* packet-dcerpc-initshutdown.h */