aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>1999-05-10 00:27:32 +0000
committerRichard Sharpe <sharpe@ns.aus.com>1999-05-10 00:27:32 +0000
commitba2afbfeb82d6116c7ee89afe685269ffedcf9f0 (patch)
tree81533bcec5b009ab2b4acbc4d76eb079ca887819 /packet.h
parent57bdcc338794689c7c7246494493618896f4a688 (diff)
Mode decoded SMBs ... Now decode part of a TCONX request,
but not the responses, and do not handle the ANDX part yet, but I have a Linux course to develop, so that is enough for now. svn path=/trunk/; revision=261
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/packet.h b/packet.h
index d7af37e57d..e17c69ab52 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.48 1999/05/09 04:16:36 sharpe Exp $
+ * $Id: packet.h,v 1.49 1999/05/10 00:27:32 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -230,6 +230,8 @@ enum {
ETT_SMB_DIALECTS,
ETT_SMB_MODE,
ETT_SMB_CAPS,
+ ETT_SMB_RAWMODE,
+ ETT_SMB_AFLAGS,
NUM_TREE_TYPES /* last item number plus one */
};
@@ -369,7 +371,7 @@ void dissect_ospf(const u_char *, int, frame_data *, proto_tree *);
void dissect_ospf_hello(const u_char *, int, frame_data *, proto_tree *);
void dissect_rip(const u_char *, int, frame_data *, proto_tree *);
void dissect_tcp(const u_char *, int, frame_data *, proto_tree *);
-void dissect_tftp(const u_char *, int, frame_data *, proto_tree *);
+void dissect_tftp(const u_char *, int, frame_data *, proto_tree *, int);
void dissect_trmac(const u_char *, int, frame_data *, proto_tree *);
void dissect_udp(const u_char *, int, frame_data *, proto_tree *);
void dissect_vines(const u_char *, int, frame_data *, proto_tree *);