aboutsummaryrefslogtreecommitdiffstats
path: root/etypes.h
diff options
context:
space:
mode:
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