summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2019-01-18 15:24:33 -0800
committerFlorian Fainelli <f.fainelli@gmail.com>2019-01-28 10:56:18 -0800
commit6eaebfe99288e7a24188bf2d3771865ff702af43 (patch)
tree4f719c7bf7d71e4a2d8ee89db74cdf58275e6394 /Makefile.in
parent48e290d807a535cdda391eef7e6992c3429c986a (diff)
downloadtcpdump-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 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 419dfd67..b1ba4d9f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -107,6 +107,7 @@ LIBNETDISSECT_SRC=\
print-bfd.c \
print-bgp.c \
print-bootp.c \
+ print-brcmtag.c \
print-bt.c \
print-calm-fast.c \
print-carp.c \