diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2019-01-18 15:24:33 -0800 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2019-01-28 10:56:18 -0800 |
commit | 6eaebfe99288e7a24188bf2d3771865ff702af43 (patch) | |
tree | 4f719c7bf7d71e4a2d8ee89db74cdf58275e6394 /CMakeLists.txt | |
parent | 48e290d807a535cdda391eef7e6992c3429c986a (diff) | |
download | tcpdump-6eaebfe99288e7a24188bf2d3771865ff702af43.tar.gz |
Add support for decoding Broadcom Ethernet switches tags
This adds support for decoding the Broadcom Ethernet switches tags which
are are 4byte in length and are located between the Ethernet MAC SA and
the Type/Length field (DSA_TAG_BRCM) as well as the pre-pended Broadcom
tag (DSA_TAG_BRCM_PREPEND) which are located in front of the standard
Ethernet header.
This makes use of the recently introduced ether_print_hdr_len() to allow
specifying the non-standard Ethernet header length of 12 + 4 + 2 bytes.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c1178427..9ec842ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -944,6 +944,7 @@ set(NETDISSECT_SOURCE_LIST_C print-bfd.c print-bgp.c print-bootp.c + print-brcmtag.c print-bt.c print-calm-fast.c print-carp.c |