aboutsummaryrefslogtreecommitdiffstats
path: root/etypes.h
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2002-11-16 08:25:35 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2002-11-16 08:25:35 +0000
commitf43dded1df72e8439f2c321b12c8d5657fd76560 (patch)
treedc3119f0f8b493ac37db41581dc24fa4fe83bca0 /etypes.h
parent380bd124896ab82f9628a7e411c8333ebbce067a (diff)
Some more HyperSCSI bits.
svn path=/trunk/; revision=6642
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