Add Aerohive gre tunnel between APs.

Change-Id: I24d0320cd164ead2802af37d07016c9c46d18e9e
Reviewed-on: https://code.wireshark.org/review/15903
Reviewed-by: Jörg Mayer <jmayer@loplof.de>
This commit is contained in:
Joerg Mayer 2016-06-14 21:12:16 +02:00 committed by Jörg Mayer
parent e86af3a5fc
commit 76ed7813d9
3 changed files with 3 additions and 0 deletions

View File

@ -129,6 +129,7 @@ const value_string gre_typevals[] = {
{ GRE_ERSPAN_88BE, "ERSPAN"},
{ GRE_ERSPAN_22EB, "ERSPAN"},
{ GRE_MIKROTIK_EOIP, "MIKROTIK EoIP"},
{ GRE_AIROHIVE, "AIROHIVE AP AP"},
{ ETHERTYPE_IPX, "IPX"},
{ ETHERTYPE_ETHBRIDGE, "Transparent Ethernet bridging" },
{ ETHERTYPE_RAW_FR, "Frame Relay"},

View File

@ -27,6 +27,7 @@
#define GRE_ERSPAN_88BE 0x88BE
#define GRE_ERSPAN_22EB 0x22EB
#define GRE_MIKROTIK_EOIP 0x6400
#define GRE_AIROHIVE 0xFEAE
/* ************************************************************************* */
/* Aruba GRE Encapsulation ID */
/* ************************************************************************* */

View File

@ -63,6 +63,7 @@
#define OUI_SONY_ERICSSON_7 0x001813 /* Sony Ericsson Mobile Communications AB */
#define OUI_BLUETOOTH 0x001958 /* Bluetooth SIG */
#define OUI_SONY_ERICSSON_8 0x001963 /* Sony Ericsson Mobile Communications AB */
#define OUI_AIROHIVE 0x001977 /* Airohive AP to AP communication */
#define OUI_DCBX 0x001B21 /* Data Center Bridging Capabilities Exchange Protocol */
#define OUI_CISCO_UBI 0X001B67 /* Cisco/Ubiquisys */
#define OUI_IEEE_802_1QBG 0x001B3F /* IEEE 802.1 Qbg */