Sort the Ethertypes.

Change-Id: I7793e152da225965817844b727880a26e64051d3
Reviewed-on: https://code.wireshark.org/review/23475
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2017-09-10 18:28:37 -07:00
parent 38b40acb2d
commit 06584b7a43
1 changed files with 8 additions and 9 deletions

View File

@ -537,6 +537,10 @@ extern "C" {
#define ETHERTYPE_FIP 0x8914 /* FCoE Initialization Protocol */
#endif
#ifndef ETHERTYPE_ROCE
#define ETHERTYPE_ROCE 0x8915 /* Infiniband RDMA over Converged Ethernet */
#endif
#ifndef ETHERTYPE_MIH
#define ETHERTYPE_MIH 0x8917 /* Media Independent Handover Protocol */
#endif
@ -553,6 +557,10 @@ extern "C" {
#define ETHERTYPE_SEL_L2 0x892B /* Schweitzer Engineering Labs Layer 2 */
#endif
#ifndef ETHERTYPE_BLUECOM
#define ETHERTYPE_BLUECOM 0x892D /* Bachmann bluecom protocol */
#endif
#ifndef ETHERTYPE_HSR
#define ETHERTYPE_HSR 0x892F /* High-availability Seamless Redundancy (IEC62439 Part 3) */
#endif
@ -609,15 +617,6 @@ extern "C" {
#define ETHERTYPE_FCFT 0xFCFC /* used to transport FC frames+MDS hdr internal to Cisco's MDS switch */
#endif
#ifndef ETHERTYPE_ROCE
#define ETHERTYPE_ROCE 0x8915 /* Infiniband RDMA over Converged Ethernet */
#endif
#ifndef ETHERTYPE_BLUECOM
#define ETHERTYPE_BLUECOM 0x892D /* Bachmann bluecom protocol */
#endif
WS_DLL_PUBLIC const value_string etype_vals[];
#ifdef __cplusplus