etypes(.h): fix typo

found by Robert Sauter

Change-Id: I8099797ae52bdee512c7dff0423717a5acb2d36f
Reviewed-on: https://code.wireshark.org/review/22582
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
This commit is contained in:
Alexis La Goutte 2017-07-11 11:49:07 +00:00
parent 0961367a32
commit dbe50602b0
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ extern "C" {
#define ETHERTYPE_RTCFG 0x9022 /* RTnet: Real-Time Configuration Protocol */
#endif
#ifndef ETHERYPE_QINQ_OLD
#ifndef ETHERTYPE_QINQ_OLD
#define ETHERTYPE_QINQ_OLD 0x9100 /* QinQ: old non-standard 802.1ad */
#endif