aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-mapi.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-05-23 12:23:29 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-05-23 12:23:29 +0000
commitc33e33fb7ee43ce2cff140359f5bd188edcaf40e (patch)
treeec75dde804e42b42f8448eb1151a40164cf44119 /packet-dcerpc-mapi.h
parenta6a5ff53ea2a38615ab531ac402434e5353cd885 (diff)
Additions to the MAPI dissector. Function 02 for MAPI.
The function request/call are dissected but the main body of the function in/out parameters consists of a unidimensional conformant and varying array of bytes which content is encrypted/obfuscated. Whoever can tell me how to decrypt/unobfuscate these bytes will get a case of VB next time in Sydney. svn path=/trunk/; revision=5532
Diffstat (limited to 'packet-dcerpc-mapi.h')
-rw-r--r--packet-dcerpc-mapi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-dcerpc-mapi.h b/packet-dcerpc-mapi.h
index fd8cc55381..6c30842c0c 100644
--- a/packet-dcerpc-mapi.h
+++ b/packet-dcerpc-mapi.h
@@ -2,7 +2,7 @@
* 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 $
+ * $Id: packet-dcerpc-mapi.h,v 1.2 2002/05/23 12:23:29 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -28,5 +28,6 @@
#define MAPI_LOGON 0x00
#define MAPI_LOGOFF 0x01
+#define MAPI_UNKNOWN_02 0x02
#endif