start of a PCNFSD dissector, header file
authorgirlich <girlich@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 6 Nov 2001 13:42:35 +0000 (13:42 +0000)
committergirlich <girlich@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 6 Nov 2001 13:42:35 +0000 (13:42 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4166 f5534014-38df-0310-8fa8-9805f1628bb7

packet-pcnfsd.h [new file with mode: 0644]

diff --git a/packet-pcnfsd.h b/packet-pcnfsd.h
new file mode 100644 (file)
index 0000000..d562d95
--- /dev/null
@@ -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
+