1 /* packet-dcerpc-rras.h
2 * Routines for the rras (Routing and Remote Access service) MSRPC interface
3 * Copyright 2005 Jean-Baptiste Marchand <jbm@hsc.fr>
7 * Wireshark - Network traffic analyzer
8 * By Gerald Combs <gerald@wireshark.org>
9 * Copyright 1998 Gerald Combs
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.
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.
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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
26 #ifndef __PACKET_DCERPC_RRAS_H
27 #define __PACKET_DCERPC_RRAS_H
29 /* MSRPC functions available in the rras interface */
31 #define RRAS_ADMIN_SERVER_GETINFO 0x00
32 #define RRAS_ADMIN_CONNECTION_ENUM 0x01
33 #define RRAS_ADMIN_CONNECTION_GETINFO 0x02
34 #define RRAS_ADMIN_CONNECTION_CLEARSTATS 0x03
35 #define RRAS_ADMIN_PORT_ENUM 0x04
36 #define RRAS_ADMIN_PORT_GETINFO 0x05
37 #define RRAS_ADMIN_PORT_CLEARSTATS 0x06
38 #define RRAS_ADMIN_PORT_RESET 0x07
39 #define RRAS_ADMIN_PORT_DISCONNECT 0x08
40 #define RRAS_RI_TRANS_SET_GLOBALINFO 0x09
41 #define RRAS_RI_TRANS_GET_GLOBALINFO 0x0a
42 #define RRAS_RI_GET_HANDLE 0x0b
43 #define RRAS_RI_CREATE 0x0c
44 #define RRAS_RI_GETINFO 0x0d
45 #define RRAS_RI_SETINFO 0x0e
46 #define RRAS_RI_DELETE 0x0f
47 #define RRAS_TRANS_REMOVE 0x10
48 #define RRAS_TRANS_ADD 0x11
49 #define RRAS_TRANS_GETINFO 0x12
50 #define RRAS_TRANS_SETINFO 0x13
51 #define RRAS_RI_ENUM 0x14
52 #define RRAS_RI_CONNECT 0x15
53 #define RRAS_RI_DISCONNECT 0x16
54 #define RRAS_RI_UPDATE_ROUTES 0x17
55 #define RRAS_RI_QUERY_UPDATE_RESULT 0x18
56 #define RRAS_RI_UPDATE_PB_INFO 0x19
57 #define RRAS_MIB_ENTRY_CREATE 0x1a
58 #define RRAS_MIB_ENTRY_DELETE 0x1b
59 #define RRAS_MIB_ENTRY_SET 0x1c
60 #define RRAS_MIB_ENTRY_GET 0x1d
61 #define RRAS_MIB_GET_FIRST 0x1e
62 #define RRAS_MIB_GET_NEXT 0x1f
63 #define RRAS_GET_TRAP_INFO 0x20
64 #define RRAS_SET_TRAP_INFO 0x21
65 #define RRAS_ADMIN_CONNECTION_NOTIFICATION 0x22
66 #define RRAS_ADMIN_SEND_USER_MSG 0x23
67 #define RRAS_ROUTER_DEVICE_ENUM 0x24
68 #define RRAS_RI_TRANSPORT_CREATE 0x25
69 #define RRAS_RI_DEV_GETINFO 0x26
70 #define RRAS_RI_DEV_SETINFO 0x27
71 #define RRAS_RI_SET_CRED_EX 0x28
72 #define RRAS_RI_GET_CRED_EX 0x29
73 #define RRAS_ADMIN_CONNECTION_REM_QUARANT 0x2a
75 #endif /* packet-dcerpc-rras.h */