Some more HyperSCSI bits.

svn path=/trunk/; revision=6642
This commit is contained in:
Richard Sharpe 2002-11-16 08:25:35 +00:00
parent 380bd12489
commit f43dded1df
1 changed files with 5 additions and 1 deletions

View File

@ -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