aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-05-13 16:42:43 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-05-13 16:42:43 +0000
commit124c7bc994dcfff8fb93203fffdbd9cdf664dc73 (patch)
treeb27d6d315216eb0ff576e950ad58a0c4c964757b /packet.h
parent7d152d2237e461d3927297de5cdeb2b1a3bb9b65 (diff)
Fixed some serious bugs in the NCP hash routines. I also simplified
the NCP field table structure so that it is easier to add new request/reply types. I even added a new type myself. There's still more work to be done; so for now ignore the warnings that gcc emits. svn path=/trunk/; revision=287
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 35d7fba2c6..f2ee3b5045 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.55 1999/05/12 05:56:42 gram Exp $
+ * $Id: packet.h,v 1.56 1999/05/13 16:42:43 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -166,6 +166,8 @@ enum {
ETT_IPX,
ETT_SPX,
ETT_NCP,
+ ETT_NCP_REQUEST_FIELDS,
+ ETT_NCP_REPLY_FIELDS,
ETT_DNS,
ETT_DNS_FLAGS,
ETT_DNS_QRY,