aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@umr.edu>1999-11-11 23:13:43 +0000
committerNathan Neulinger <nneul@umr.edu>1999-11-11 23:13:43 +0000
commit08c2eb6642fa5ce805299ece127d88882328aac2 (patch)
treeb2d8c0b5cee2e2c91f57e1d034eb5ad13e1ef303 /packet.h
parent59bffe6e97d173586046f2205acf94a712643b2f (diff)
added minimalist MAPI dissector - only determines request/reply
svn path=/trunk/; revision=1017
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index 14710b6c0a..c7f1ea97a3 100644
--- a/packet.h
+++ b/packet.h
@@ -1,7 +1,7 @@
/* packet.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet.h,v 1.136 1999/11/11 21:22:00 nneul Exp $
+ * $Id: packet.h,v 1.137 1999/11/11 23:13:43 nneul Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -332,6 +332,7 @@ enum {
ETT_ICMPv6FLAG,
ETT_POP,
ETT_IMAP,
+ ETT_MAPI,
ETT_FTP,
ETT_TELNET,
ETT_TELNET_SUBOPT,
@@ -596,6 +597,7 @@ void dissect_ipv6(const u_char *, int, frame_data *, proto_tree *);
void dissect_ipx(const u_char *, int, frame_data *, proto_tree *);
void dissect_llc(const u_char *, int, frame_data *, proto_tree *);
void dissect_lpd(const u_char *, int, frame_data *, proto_tree *);
+void dissect_mapi(const u_char *, int, frame_data *, proto_tree *);
void dissect_nbdgm(const u_char *, int, frame_data *, proto_tree *);
void dissect_netbios(const u_char *, int, frame_data *, proto_tree *);
void dissect_nbipx(const u_char *, int, frame_data *, proto_tree *);