As the gtk2 directory is no longer needed (GTK1 and 2 are using the same sources...
[obnox/wireshark/wip.git] / epan / dissectors / packet-dcerpc-eventlog.h
1 /* packet-dcerpc-eventlog.h
2  * Routines for SMB \pipe\eventlog packet disassembly
3  * Copyright 2004 Jean-Baptiste Marchand <jbm@hsc.fr>
4  *
5  * $Id$
6  *
7  * Ethereal - Network traffic analyzer
8  * By Gerald Combs <gerald@ethereal.com>
9  * Copyright 1998 Gerald Combs
10  *
11  * This program is free software; you can redistribute it and/or
12  * modify it under the terms of the GNU General Public License
13  * as published by the Free Software Foundation; either version 2
14  * of the License, or (at your option) any later version.
15  *
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19  * GNU General Public License for more details.
20  *
21  * You should have received a copy of the GNU General Public License
22  * along with this program; if not, write to the Free Software
23  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
24  */
25
26 #ifndef __PACKET_DCERPC_EVENTLOG_H
27 #define __PACKET_DCERPC_EVENTLOG_H
28
29 /* MSRPC functions available in the eventlog interface */
30
31 #define EVENTLOG_CLEAR                  0x00
32 #define EVENTLOG_BACKUP                 0x01
33 #define EVENTLOG_CLOSE                  0x02
34 #define EVENTLOG_DEREGISTER_EVT_SRC     0x03
35 #define EVENTLOG_NUMOFRECORDS           0x04
36 #define EVENTLOG_GET_OLDEST_RECORD      0x05
37 #define EVENTLOG_NOTIFY_CHANGE          0x06
38 #define EVENTLOG_OPEN                   0x07
39 #define EVENTLOG_REGISTER_EVT_SRC       0x08
40 #define EVENTLOG_OPEN_BACKUP            0x09
41 #define EVENTLOG_READ                   0x0a
42 #define EVENTLOG_REPORT                 0x0b
43 #define EVENTLOG_CLEAR_ASCII            0x0c
44 #define EVENTLOG_BACKUP_ASCII           0x0d
45 #define EVENTLOG_OPEN_ASCII             0x0e
46 #define EVENTLOG_REGISTER_EVT_SRC_ASCII 0x0f
47 #define EVENTLOG_OPEN_BACKUP_ASCII      0x10
48 #define EVENTLOG_READ_ASCII             0x11
49 #define EVENTLOG_REPORT_ASCII           0x12
50 #define EVENTLOG_REGISTER_CLUSTER_SVC   0x13
51 #define EVENTLOG_DEREGISTER_CLUSTER_SVC 0x14
52 #define EVENTLOG_WRITE_CLUSTER_EVENTS   0x15
53 #define EVENTLOG_GET_INFO               0x16
54 #define EVENTLOG_FLUSH                  0x17
55
56 #endif /* packet-dcerpc-eventlog.h */
57