diff options
author | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2002-05-23 12:23:29 +0000 |
---|---|---|
committer | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2002-05-23 12:23:29 +0000 |
commit | c33e33fb7ee43ce2cff140359f5bd188edcaf40e (patch) | |
tree | ec75dde804e42b42f8448eb1151a40164cf44119 /packet-dcerpc-mapi.h | |
parent | a6a5ff53ea2a38615ab531ac402434e5353cd885 (diff) | |
download | wireshark-c33e33fb7ee43ce2cff140359f5bd188edcaf40e.tar.gz wireshark-c33e33fb7ee43ce2cff140359f5bd188edcaf40e.tar.bz2 wireshark-c33e33fb7ee43ce2cff140359f5bd188edcaf40e.zip |
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.h | 3 |
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 |