aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tns.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-tns.h
parent172047e2c62c0886f28dc402cbb2fea39de79e07 (diff)
downloadwireshark-117d23c3a12dca20636b7b93e4be75f71991b58b.tar.gz
wireshark-117d23c3a12dca20636b7b93e4be75f71991b58b.tar.bz2
wireshark-117d23c3a12dca20636b7b93e4be75f71991b58b.zip
added start of tns dissector
svn path=/trunk/; revision=1155
Diffstat (limited to 'packet-tns.h')
-rw-r--r--packet-tns.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/packet-tns.h b/packet-tns.h
new file mode 100644
index 0000000000..355e864541
--- /dev/null
+++ b/packet-tns.h
@@ -0,0 +1,13 @@
+/* packet-tns.h */
+/* $Id: packet-tns.h,v 1.1 1999/11/29 19:43:26 nneul Exp $ */
+
+#ifndef PACKET_TNS_H
+#define PACKET_TNS_H
+
+/* Packet Types */
+#define TNS_TYPE_CONNECT 1
+#define TNS_TYPE_ACCEPT 2
+#define TNS_TYPE_DATA 6
+#define TNS_TYPE_RESEND 11
+
+#endif