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
This commit is contained in:
Anders Broman 2009-08-26 05:10:12 +00:00
parent 3c399bf8bb
commit 57ec611fa1
2 changed files with 8 additions and 0 deletions

View File

@ -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" },

View File

@ -210,6 +210,10 @@
#define ETHERTYPE_ISMP_TBFLOOD 0x81ff /* Cabletron Interswitch Message Protocol */
#endif
#ifndef ETHERTYPE_QNX_QNET6
#define ETHERTYPE_QNX_QNET6 0x8204 /* 0x8204 QNX QNET/LWL4 for QNX6 OS; 0x8203 for QNX4 OS QNET */
#endif
#ifndef ETHERTYPE_IPv6
#define ETHERTYPE_IPv6 0x86dd
#endif