aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ncp-int.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2001-06-28 02:42:48 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2001-06-28 02:42:48 +0000
commitc70cdb456fc47c5bbb0a69f0b73ecf674b9ecce8 (patch)
treea2a3da56c7f5d282d30136d38f23c1475270c8e2 /packet-ncp-int.h
parent68f6c4d9b9000ec307da9caf3fe312474d87110a (diff)
Handle a few of the NCP types from the traces sent in by Pete,
<psailor@uswest.net> svn path=/trunk/; revision=3617
Diffstat (limited to 'packet-ncp-int.h')
-rw-r--r--packet-ncp-int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ncp-int.h b/packet-ncp-int.h
index fe1488d474..575ae03f2f 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@xiexie.org>
*
- * $Id: packet-ncp-int.h,v 1.2 2000/08/11 13:34:06 deniel Exp $
+ * $Id: packet-ncp-int.h,v 1.3 2001/06/28 02:42:48 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -41,7 +41,7 @@ typedef struct {
typedef struct {
guint8 func;
guint8 subfunc;
- guint8 submask;
+ guint8 has_subfunc;
gchar* name;
gint group;
const ptvc_record *request_ptvc;