aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-mapi.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2002-05-23 12:23:29 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2002-05-23 12:23:29 +0000
commit7a0d8c57aa15236a3345005ac52adc1bcc41d24d (patch)
treeec75dde804e42b42f8448eb1151a40164cf44119 /packet-dcerpc-mapi.h
parent0d7be6b0eede1bd19c3259de49382f7c460338fe (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5532 f5534014-38df-0310-8fa8-9805f1628bb7
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