Wireshark
4.5.0
The Wireshark network protocol analyzer
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
m
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
Typedefs
a
b
c
d
e
f
g
h
i
m
p
r
s
t
u
v
w
Enumerations
Enumerator
a
b
c
e
f
h
i
n
o
r
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
j
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
epan
dissectors
packet-dcerpc-rras.h
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>
4
*
5
* Wireshark - Network traffic analyzer
6
* By Gerald Combs <gerald@wireshark.org>
7
* Copyright 1998 Gerald Combs
8
*
9
* SPDX-License-Identifier: GPL-2.0-or-later
10
*/
11
12
#ifndef __PACKET_DCERPC_RRAS_H
13
#define __PACKET_DCERPC_RRAS_H
14
15
/* MSRPC functions available in the rras interface */
16
17
#define RRAS_ADMIN_SERVER_GETINFO 0x00
18
#define RRAS_ADMIN_CONNECTION_ENUM 0x01
19
#define RRAS_ADMIN_CONNECTION_GETINFO 0x02
20
#define RRAS_ADMIN_CONNECTION_CLEARSTATS 0x03
21
#define RRAS_ADMIN_PORT_ENUM 0x04
22
#define RRAS_ADMIN_PORT_GETINFO 0x05
23
#define RRAS_ADMIN_PORT_CLEARSTATS 0x06
24
#define RRAS_ADMIN_PORT_RESET 0x07
25
#define RRAS_ADMIN_PORT_DISCONNECT 0x08
26
#define RRAS_RI_TRANS_SET_GLOBALINFO 0x09
27
#define RRAS_RI_TRANS_GET_GLOBALINFO 0x0a
28
#define RRAS_RI_GET_HANDLE 0x0b
29
#define RRAS_RI_CREATE 0x0c
30
#define RRAS_RI_GETINFO 0x0d
31
#define RRAS_RI_SETINFO 0x0e
32
#define RRAS_RI_DELETE 0x0f
33
#define RRAS_TRANS_REMOVE 0x10
34
#define RRAS_TRANS_ADD 0x11
35
#define RRAS_TRANS_GETINFO 0x12
36
#define RRAS_TRANS_SETINFO 0x13
37
#define RRAS_RI_ENUM 0x14
38
#define RRAS_RI_CONNECT 0x15
39
#define RRAS_RI_DISCONNECT 0x16
40
#define RRAS_RI_UPDATE_ROUTES 0x17
41
#define RRAS_RI_QUERY_UPDATE_RESULT 0x18
42
#define RRAS_RI_UPDATE_PB_INFO 0x19
43
#define RRAS_MIB_ENTRY_CREATE 0x1a
44
#define RRAS_MIB_ENTRY_DELETE 0x1b
45
#define RRAS_MIB_ENTRY_SET 0x1c
46
#define RRAS_MIB_ENTRY_GET 0x1d
47
#define RRAS_MIB_GET_FIRST 0x1e
48
#define RRAS_MIB_GET_NEXT 0x1f
49
#define RRAS_GET_TRAP_INFO 0x20
50
#define RRAS_SET_TRAP_INFO 0x21
51
#define RRAS_ADMIN_CONNECTION_NOTIFICATION 0x22
52
#define RRAS_ADMIN_SEND_USER_MSG 0x23
53
#define RRAS_ROUTER_DEVICE_ENUM 0x24
54
#define RRAS_RI_TRANSPORT_CREATE 0x25
55
#define RRAS_RI_DEV_GETINFO 0x26
56
#define RRAS_RI_DEV_SETINFO 0x27
57
#define RRAS_RI_SET_CRED_EX 0x28
58
#define RRAS_RI_GET_CRED_EX 0x29
59
#define RRAS_ADMIN_CONNECTION_REM_QUARANT 0x2a
60
61
#endif
/* packet-dcerpc-rras.h */
62
63
64
Generated by
1.9.8