aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>1999-11-14 02:42:03 +0000
committerRichard Sharpe <sharpe@ns.aus.com>1999-11-14 02:42:03 +0000
commitbaadd1b3d76af4001920be3b77ea84db6c6f5ec5 (patch)
tree3167956315e158c65a59f0f8c4b6dbe7eb0b484a /packet.h
parentfa2e49f50302397331b8cf996ecf514bb169e925 (diff)
Fixed some more small problems and added support for decoding
MS Windows Browser messages. Can decode host announcements now. Still need to decode more. Also need to break the new code out. I also have the Browse tree at the wrong location. Can I get at the parent of the tree somewhere, or do I have to pass it in as a variable? svn path=/trunk/; revision=1024
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 10aab98792..6e7d4a4694 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.138 1999/11/13 04:06:10 gram Exp $
+ * $Id: packet.h,v 1.139 1999/11/14 02:42:03 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -367,6 +367,8 @@ enum {
ETT_SMB_ACTION,
ETT_SMB_WRITEMODE,
ETT_SMB_LOCK_TYPE,
+ ETT_BROWSE,
+ ETT_BROWSE_FLAGS,
ETT_PPTP,
ETT_GRE,
ETT_GRE_FLAGS,