aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ncp-int.h
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-22 15:46:42 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-22 15:46:42 +0000
commitdc661cc1a0a8cd2862b05fd8c5cc416e50b60aaa (patch)
tree7674fc1373802e5ab5b6a0efafc4d0b7a9e1fd1c /packet-ncp-int.h
parent26e647a1ae673f97d01cefc9b0da321fe6b8aa1a (diff)
From Greg Morris: More NDS decodes.
Fix a typo in get_string(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6313 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-ncp-int.h')
-rw-r--r--packet-ncp-int.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/packet-ncp-int.h b/packet-ncp-int.h
index 2ed1a9e3b1..6aa33c82d7 100644
--- a/packet-ncp-int.h
+++ b/packet-ncp-int.h
@@ -2,7 +2,7 @@
* Structures and functions for NetWare Core Protocol.
* Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: packet-ncp-int.h,v 1.11 2002/08/28 21:00:23 jmayer Exp $
+ * $Id: packet-ncp-int.h,v 1.12 2002/09/22 15:46:42 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -88,11 +88,15 @@ void dissect_ncp_request(tvbuff_t*, packet_info*, guint16,
void dissect_ncp_reply(tvbuff_t *, packet_info*, guint16, guint8,
guint16, proto_tree*);
+void dissect_ping_req(tvbuff_t *, packet_info*, guint16, guint8,
+ guint16, proto_tree*);
+
void dissect_nds_request(tvbuff_t*, packet_info*, guint16,
guint8, guint16, proto_tree*);
extern int proto_ncp;
extern gint ett_ncp;
+extern gint ett_nds;
/*
* NCP packet types.