Index: packet-ncp-int.h
===================================================================
RCS file: /cvsroot/ethereal/packet-ncp-int.h,v
retrieving revision 1.13
diff -u -r1.13 packet-ncp-int.h
--- packet-ncp-int.h	8 Apr 2003 00:40:37 -0000	1.13
+++ packet-ncp-int.h	25 Apr 2003 15:12:17 -0000
@@ -86,6 +86,17 @@
 } ncp_record;
 
 
+typedef struct {
+        const ncp_record	*ncp_rec;
+        gboolean		*req_cond_results;
+        guint32			req_frame_num;
+	nstime_t		req_frame_time;
+        guint32                 req_nds_flags;
+        guint8                  nds_request_verb;
+        guint8                  nds_version;
+        char                    object_name[256];
+} ncp_req_hash_value;
+
 void dissect_ncp_request(tvbuff_t*, packet_info*, guint16,
 		guint8, guint16, proto_tree*);
 
@@ -97,6 +108,10 @@
 
 void dissect_nds_request(tvbuff_t*, packet_info*, guint16,
 		guint8, guint16, proto_tree*);
+
+void dissect_nmas_request(tvbuff_t*, packet_info*, proto_tree*, ncp_req_hash_value*);
+
+void dissect_nmas_reply(tvbuff_t*, packet_info*, proto_tree*, guint8, guint8, ncp_req_hash_value*);
 
 extern int proto_ncp;
 extern gint ett_ncp;
