diff options
Diffstat (limited to 'epan/dissectors/packet-dcerpc-tapi.h')
-rw-r--r-- | epan/dissectors/packet-dcerpc-tapi.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dcerpc-tapi.h b/epan/dissectors/packet-dcerpc-tapi.h new file mode 100644 index 00000000..788ecdba --- /dev/null +++ b/epan/dissectors/packet-dcerpc-tapi.h @@ -0,0 +1,19 @@ +/* packet-dcerpc-tapi.h + * Routines for DCERPC TAPI packet disassembly + * Copyright 2002, Ronnie Sahlberg + * + * Wireshark - Network traffic analyzer + * By Gerald Combs <gerald@wireshark.org> + * Copyright 1998 Gerald Combs + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ + +#ifndef __PACKET_DCERPC_TAPI_H +#define __PACKET_DCERPC_TAPI_H + +#define TAPI_CLIENT_ATTACH 0x00 +#define TAPI_CLIENT_REQUEST 0x01 +#define TAPI_CLIENT_DETACH 0x02 + +#endif |