aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ethertype.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-08-26 05:10:12 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-08-26 05:10:12 +0000
commit57ec611fa19e81e53655c828adb6f86d8862eaa0 (patch)
tree010f0b8ad7bae5f93b69d47fe3a5e7c647da8c48 /epan/dissectors/packet-ethertype.c
parent3c399bf8bb5fcf21a8f917d2fec30bf22434a246 (diff)
From dragonlinux:
Add QNX OS VER 6's qnet ethernet protocol number. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3934 svn path=/trunk/; revision=29558
Diffstat (limited to 'epan/dissectors/packet-ethertype.c')
-rw-r--r--epan/dissectors/packet-ethertype.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ethertype.c b/epan/dissectors/packet-ethertype.c
index de0ccee3ea..843aec0153 100644
--- a/epan/dissectors/packet-ethertype.c
+++ b/epan/dissectors/packet-ethertype.c
@@ -75,6 +75,10 @@ const value_string etype_vals[] = {
{ETHERTYPE_ISMP, "Cabletron Interswitch Message Protocol" },
{ETHERTYPE_ISMP_TBFLOOD, "Cabletron SFVLAN 1.8 Tag-Based Flood" },
/* for ISMP, see RFC 2641, RFC 2642, RFC 2643 */
+ {ETHERTYPE_QNX_QNET6, "QNX 6 QNET protocol" },
+ /* In www.iana.org/assignments/ethernet-numbers, 8203-8205 description is Quantum Software.
+ * Now the company is called QNX Software Systems.
+ */
{ETHERTYPE_PPPOED, "PPPoE Discovery" },
{ETHERTYPE_PPPOES, "PPPoE Session" },
{ETHERTYPE_INTEL_ANS, "Intel ANS probe" },