From Mark C. Brown via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8777 :
authorPascal Quantin <pascal.quantin@gmail.com>
Thu, 6 Jun 2013 20:55:00 +0000 (20:55 -0000)
committerPascal Quantin <pascal.quantin@gmail.com>
Thu, 6 Jun 2013 20:55:00 +0000 (20:55 -0000)
Add support for 10Gbe HP-UX drivers IOCXGBE and IQXGBE

svn path=/trunk/; revision=49820

epan/dissectors/packet-nettl.c
wiretap/nettl.c
wiretap/nettl.h

index 1631476568dfcc4d972efda6c559c0982ce14fb4..5e3ade0e155342aa8bb2c1b584dc76a31e266c6c 100644 (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" },
index 564644426eaabf6758b1ecb0da529b38eae07703..00aa51fe32caf27938dc6891638409d0c5ee7ebd 100644 (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 :
index 3e5227a91d761a87420cc835bae643486af7640b..874f16923668e373214e47950e1477bdffb328d2 100644 (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