aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-tapi.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2003-10-22 01:55:04 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2003-10-22 01:55:04 +0000
commit7bfd102e833c4eb4550d4d5ab34cb8b9a70d0a7c (patch)
treea09f1e64ef7b81ef14fdfc74b1cee199bf5bf97f /packet-dcerpc-tapi.h
parentd00fa2963f1bed9d75def2aa86b6def8fea77829 (diff)
From Jean-Baptiste Marchand
add function names for the TAPI interface git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8745 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-dcerpc-tapi.h')
-rw-r--r--packet-dcerpc-tapi.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-dcerpc-tapi.h b/packet-dcerpc-tapi.h
index 924c9e9ce4..b4a5ac0ac8 100644
--- a/packet-dcerpc-tapi.h
+++ b/packet-dcerpc-tapi.h
@@ -2,7 +2,7 @@
* Routines for DCERPC TAPI packet disassembly
* Copyright 2002, Ronnie Sahlberg
*
- * $Id: packet-dcerpc-tapi.h,v 1.2 2002/08/28 21:00:12 jmayer Exp $
+ * $Id: packet-dcerpc-tapi.h,v 1.3 2003/10/22 01:55:04 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -26,8 +26,8 @@
#ifndef __PACKET_DCERPC_TAPI_H
#define __PACKET_DCERPC_TAPI_H
-#define TAPI_UNKNOWN_00 0x00
-#define TAPI_UNKNOWN_01 0x01
-#define TAPI_UNKNOWN_02 0x02
+#define TAPI_CLIENT_ATTACH 0x00
+#define TAPI_CLIENT_REQUEST 0x01
+#define TAPI_CLIENT_DETACH 0x02
#endif