aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nettl.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2008-04-12 09:23:35 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2008-04-12 09:23:35 +0000
commitf6bf2c9451e776146be49afdd1d61ec9b308cb00 (patch)
treea350280669db7acbaf73a43ba9d5d7cf2631a30f /epan/dissectors/packet-nettl.c
parent6f0cea7ed287b2909e536c080c90941ed7b1c43d (diff)
From Mark C. Brown:
Added support for HPVM (Integrity Virtual Machines) guest AVIO (Accelerated Virtual IO) driver IGSSN and 2nd generation 10 Gigabit Ethernet adapter AD386A driver ICXGBE. svn path=/trunk/; revision=24926
Diffstat (limited to 'epan/dissectors/packet-nettl.c')
-rw-r--r--epan/dissectors/packet-nettl.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/epan/dissectors/packet-nettl.c b/epan/dissectors/packet-nettl.c
index 9ab0b93bd0..4f7f54fe88 100644
--- a/epan/dissectors/packet-nettl.c
+++ b/epan/dissectors/packet-nettl.c
@@ -174,9 +174,15 @@ static const value_string subsystem[] = {
{ 250, "DHCPV6D" },
{ 252, "IGELAN" },
{ 253, "IETHER" },
+ { 257, "WBEMProvider-LAN" },
+ { 258, "SYSADMIN" },
+ { 264, "LVMPROVIDER" },
{ 265, "IXGBE" },
{ 267, "NS_LS_TELNET" },
{ 268, "NS_LS_SCTP" },
+ { 269, "HSSN" },
+ { 270, "IGSSN" },
+ { 271, "ICXGBE" },
{ 513, "KL_VM" },
{ 514, "KL_PKM" },
{ 515, "KL_DLKM" },
@@ -191,6 +197,7 @@ static const value_string subsystem[] = {
{ 524, "KL_NET" },
{ 525, "KL_MC" },
{ 526, "KL_DYNTUNE" },
+ { 527, "KL_KEN" },
{ 0, NULL }
};