aboutsummaryrefslogtreecommitdiffstats
path: root/etypes.h
diff options
context:
space:
mode:
authorsharpe <sharpe@f5534014-38df-0310-8fa8-9805f1628bb7>2002-11-16 08:25:35 +0000
committersharpe <sharpe@f5534014-38df-0310-8fa8-9805f1628bb7>2002-11-16 08:25:35 +0000
commita11b85b2d0fb7ecbc0bae11b0f65868c58de4883 (patch)
treedc3119f0f8b493ac37db41581dc24fa4fe83bca0 /etypes.h
parentdc81f435b4097629679cab5f1bc0a8e44f681d1d (diff)
Some more HyperSCSI bits.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6642 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'etypes.h')
-rw-r--r--etypes.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/etypes.h b/etypes.h
index 3cec9ab9e2..b346b10230 100644
--- a/etypes.h
+++ b/etypes.h
@@ -1,7 +1,7 @@
/* etypes.h
* Defines ethernet packet types, similar to tcpdump's ethertype.h
*
- * $Id: etypes.h,v 1.27 2002/09/20 09:17:38 sahlberg Exp $
+ * $Id: etypes.h,v 1.28 2002/11/16 08:25:35 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -179,6 +179,10 @@
#define ETHERTYPE_EAPOL 0x888e /* 802.1x Authentication */
#endif
+#ifndef ETHERTYPE_HYPERSCSI
+#define ETHERTYPE_HYPERSCSI 0x889A /* HyperSCSI */
+#endif
+
#ifndef ETHERTYPE_LOOP
#define ETHERTYPE_LOOP 0x9000 /* used for layer 2 testing (do i see my own frames on the wire) */
#endif