aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-mapi.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-05-23 10:00:19 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-05-23 10:00:19 +0000
commitc01a2aa70bf7cd491a72d0d400c7b245540df2d8 (patch)
treef5f5e73022f6484cb9c104744378653eb550b2b6 /packet-dcerpc-mapi.h
parent85c7401856f07c2c460a9a4e3c4549f12549ff36 (diff)
Added stub for MS Exchange MAPI protocol.
If anyone has a better name they are welcome to change it. Perhaps we can now remove the packet-mapi.c dissector. svn path=/trunk/; revision=5530
Diffstat (limited to 'packet-dcerpc-mapi.h')
-rw-r--r--packet-dcerpc-mapi.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/packet-dcerpc-mapi.h b/packet-dcerpc-mapi.h
new file mode 100644
index 0000000000..fd8cc55381
--- /dev/null
+++ b/packet-dcerpc-mapi.h
@@ -0,0 +1,32 @@
+/* packet-dcerpc-mapi.h
+ * Routines for MS Exchange MAPI dissection
+ * Copyright 2002, Ronnie Sahlberg
+ *
+ * $Id: packet-dcerpc-mapi.h,v 1.1 2002/05/23 10:00:19 sahlberg Exp $
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@ethereal.com>
+ * Copyright 1998 Gerald Combs
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+#ifndef __PACKET_DCERPC_MAPI_H
+#define __PACKET_DCERPC_MAPI_H
+
+#define MAPI_LOGON 0x00
+#define MAPI_LOGOFF 0x01
+
+#endif