Wireshark  4.3.0
The Wireshark network protocol analyzer
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 <gerald@wireshark.org>
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