diff options
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 |