Wireshark
4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
epan
dissectors
packet-dcerpc-tapi.h
1
/* packet-dcerpc-tapi.h
2
* Routines for DCERPC TAPI packet disassembly
3
* Copyright 2002, Ronnie Sahlberg
4
*
5
* Wireshark - Network traffic analyzer
6
* By Gerald Combs <
[email protected]
>
7
* Copyright 1998 Gerald Combs
8
*
9
* SPDX-License-Identifier: GPL-2.0-or-later
10
*/
11
12
#ifndef __PACKET_DCERPC_TAPI_H
13
#define __PACKET_DCERPC_TAPI_H
14
15
#define TAPI_CLIENT_ATTACH 0x00
16
#define TAPI_CLIENT_REQUEST 0x01
17
#define TAPI_CLIENT_DETACH 0x02
18
19
#endif
Generated by
1.9.8