Add support for 10Gbe HP-UX drivers IOCXGBE and IQXGBE

svn path=/trunk/; revision=49820
This commit is contained in:
Pascal Quantin 2013-06-06 20:55:00 +00:00
parent f5f6293d28
commit 506b417907
3 changed files with 6 additions and 0 deletions

View File

@ -180,6 +180,8 @@ static const value_string subsystem[] = {
{ 270, "IGSSN" },
{ 271, "ICXGBE" },
{ 275, "IEXGBE" },
{ 277, "IOCXGBE" },
{ 278, "IQXGBE" },
{ 513, "KL_VM" },
{ 514, "KL_PKM" },
{ 515, "KL_DLKM" },

View File

@ -446,6 +446,8 @@ nettl_read_rec_header(wtap *wth, FILE_T fh, struct wtap_pkthdr *phdr,
case NETTL_SUBSYS_IGSSN :
case NETTL_SUBSYS_ICXGBE :
case NETTL_SUBSYS_IEXGBE :
case NETTL_SUBSYS_IOCXGBE :
case NETTL_SUBSYS_IQXGBE :
case NETTL_SUBSYS_HPPB_FDDI :
case NETTL_SUBSYS_EISA_FDDI :
case NETTL_SUBSYS_PCI_FDDI :

View File

@ -97,6 +97,8 @@
#define NETTL_SUBSYS_IXGBE 265
#define NETTL_SUBSYS_ICXGBE 271
#define NETTL_SUBSYS_IEXGBE 275
#define NETTL_SUBSYS_IOCXGBE 277
#define NETTL_SUBSYS_IQXGBE 278
/* FDDI cards */
#define NETTL_SUBSYS_HPPB_FDDI 95