aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-idp.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-03-03 09:36:19 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-03-03 09:36:19 +0000
commitb402aa52bd7068d3e028024389daa5099f7d8aa6 (patch)
tree284557bff3520e5939156a9962d2d764cd48481f /epan/dissectors/packet-idp.h
parent6678e8661d17ac773e57744e00848b80ef4850c1 (diff)
Oops, forgot packet-idp.h.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13579 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-idp.h')
-rw-r--r--epan/dissectors/packet-idp.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/epan/dissectors/packet-idp.h b/epan/dissectors/packet-idp.h
new file mode 100644
index 0000000000..320bf7707c
--- /dev/null
+++ b/epan/dissectors/packet-idp.h
@@ -0,0 +1,39 @@
+/* packet-idp.h
+ * Declarations for XNS IDP
+ *
+ * $Id$
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@ethereal.com>
+ * 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_IDP_H__
+#define __PACKET_IPX_H__
+
+#define IDP_PACKET_TYPE_RIP 1
+#define IDP_PACKET_TYPE_ECHO 2
+#define IDP_PACKET_TYPE_ERROR 3
+#define IDP_PACKET_TYPE_PEP 4
+#define IDP_PACKET_TYPE_SPP 5
+
+/*
+ * 3Com SMB-over-XNS?
+ */
+#define IDP_SOCKET_SMB 0x0bbc
+
+#endif