aboutsummaryrefslogtreecommitdiffstats
path: root/packet-clearcase.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2002-11-15 22:45:52 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2002-11-15 22:45:52 +0000
commit0aafd560ebbd891c39e0a70ea171d22f5d5af01a (patch)
tree5188af383e8b701a8ec3de918df1e75abc7a3552 /packet-clearcase.h
parent0cb0d9b910017c43cba11174770504360f98c785 (diff)
New protocol: Stub dissector for ClearCase NFS protocol
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6640 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-clearcase.h')
-rw-r--r--packet-clearcase.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/packet-clearcase.h b/packet-clearcase.h
new file mode 100644
index 0000000000..8e5a3de7d8
--- /dev/null
+++ b/packet-clearcase.h
@@ -0,0 +1,32 @@
+/* packet-clearcase.h
+ *
+ * $Id: packet-clearcase.h,v 1.1 2002/11/15 22:45:52 sahlberg Exp $
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@zing.org>
+ * Copyright 1998 Gerald Combs
+ *
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+#ifndef PACKET_CLEARCASE_H
+#define PACKET_CLEARCASE_H
+
+#define CLEARCASEPROC_NULL 0
+
+#define CLEARCASE_PROGRAM 390512
+
+#endif