aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@umr.edu>1999-11-29 19:43:26 +0000
committerNathan Neulinger <nneul@umr.edu>1999-11-29 19:43:26 +0000
commit117d23c3a12dca20636b7b93e4be75f71991b58b (patch)
tree5c0840f61901128344c4125a57a70558473200d4 /packet.h
parent172047e2c62c0886f28dc402cbb2fea39de79e07 (diff)
added start of tns dissector
svn path=/trunk/; revision=1155
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index 5ea204c93c..228f57b926 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.152 1999/11/27 04:48:14 guy Exp $
+ * $Id: packet.h,v 1.153 1999/11/29 19:43:25 nneul Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -386,6 +386,7 @@ void dissect_sscop(const u_char *, int, frame_data *, proto_tree *);
void dissect_tcp(const u_char *, int, frame_data *, proto_tree *);
void dissect_telnet(const u_char *, int, frame_data *, proto_tree *);
void dissect_tftp(const u_char *, int, frame_data *, proto_tree *);
+void dissect_tns(const u_char *, int, frame_data *, proto_tree *);
void dissect_tr(const u_char *, int, frame_data *, proto_tree *);
void dissect_trmac(const u_char *, int, frame_data *, proto_tree *);
void dissect_udp(const u_char *, int, frame_data *, proto_tree *);