decode: Add ethertype for VNTAG

pull/6101/head
Jeff Lucovsky 5 years ago committed by Victor Julien
parent 0c5a8fb35d
commit 049afde3a2

@ -1,4 +1,4 @@
/* Copyright (C) 2007-2010 Open Information Security Foundation /* Copyright (C) 2007-2021 Open Information Security Foundation
* *
* You can copy, redistribute or modify this Program under the terms of * You can copy, redistribute or modify this Program under the terms of
* the GNU General Public License version 2 as published by the Free * the GNU General Public License version 2 as published by the Free
@ -49,6 +49,7 @@
#define ETHERNET_TYPE_DCE 0x8903 /* Data center ethernet, #define ETHERNET_TYPE_DCE 0x8903 /* Data center ethernet,
* Cisco Fabric Path */ * Cisco Fabric Path */
#define ETHERNET_TYPE_NSH 0x894F #define ETHERNET_TYPE_NSH 0x894F
#define ETHERNET_TYPE_VNTAG 0x8926 /* 802.1Qbh */
typedef struct EthernetHdr_ { typedef struct EthernetHdr_ {
uint8_t eth_dst[6]; uint8_t eth_dst[6];

Loading…
Cancel
Save