aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pcnfsd.h
diff options
context:
space:
mode:
authorUwe Girlich <Uwe.Girlich@philosys.de>2001-11-06 13:42:35 +0000
committerUwe Girlich <Uwe.Girlich@philosys.de>2001-11-06 13:42:35 +0000
commit0f36473f0950bb9dbf27c0011be4a061483245a8 (patch)
tree17a3b23231881696d79a871de0f40afa9906d06d /packet-pcnfsd.h
parent60d861e33b4220c948477031ec1df7d63fb15391 (diff)
start of a PCNFSD dissector, header file
svn path=/trunk/; revision=4166
Diffstat (limited to 'packet-pcnfsd.h')
-rw-r--r--packet-pcnfsd.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/packet-pcnfsd.h b/packet-pcnfsd.h
new file mode 100644
index 0000000000..d562d95ac6
--- /dev/null
+++ b/packet-pcnfsd.h
@@ -0,0 +1,31 @@
+/* packet-pcnfsd.h
+ *
+ * $Id: packet-pcnfsd.h,v 1.1 2001/11/06 13:42:35 girlich 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_PCNFSD_H
+#define PACKET_PCNFSD_H
+
+#define PCNFSD_PROGRAM 150001
+
+#endif
+