summaryrefslogtreecommitdiff
path: root/packet-tns.h
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@umr.edu>2001-10-06 14:24:36 +0000
committerNathan Neulinger <nneul@umr.edu>2001-10-06 14:24:36 +0000
commited8369f2768e3322b4f9886865507091dad6f2ab (patch)
tree5caeb99adcee88790ae497d15b32c87a55c67407 /packet-tns.h
parentc8a0ae1bc1b1fe866c0fab05f1b69351413f5149 (diff)
downloadwireshark-ed8369f2768e3322b4f9886865507091dad6f2ab.tar.gz
more packet types - starting work on more complete dissection of tns
svn path=/trunk/; revision=3999
Diffstat (limited to 'packet-tns.h')
-rw-r--r--packet-tns.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/packet-tns.h b/packet-tns.h
index c4d9b186b6..35328b72d9 100644
--- a/packet-tns.h
+++ b/packet-tns.h
@@ -1,6 +1,6 @@
/* packet-tns.h
*
- * $Id: packet-tns.h,v 1.3 2000/04/08 07:07:41 guy Exp $
+ * $Id: packet-tns.h,v 1.4 2001/10/06 14:24:36 nneul Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -28,7 +28,16 @@
/* Packet Types */
#define TNS_TYPE_CONNECT 1
#define TNS_TYPE_ACCEPT 2
+#define TNS_TYPE_ACK 3
+#define TNS_TYPE_REFUSE 4
+#define TNS_TYPE_REDIRECT 5
#define TNS_TYPE_DATA 6
+#define TNS_TYPE_NULL 7
+#define TNS_TYPE_ABORT 9
#define TNS_TYPE_RESEND 11
+#define TNS_TYPE_MARKER 12
+#define TNS_TYPE_ATTENTION 13
+#define TNS_TYPE_CONTROL 14
+#define TNS_TYPE_MAX 19
#endif