summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2015-04-19 15:35:00 -0500
committerFrancois-Xavier Le Bail <fx.lebail@yahoo.com>2015-04-25 22:44:15 +0200
commitd729eb478e7cd3fc772cad0afde207b0a5ffa6e8 (patch)
treedce8bc7daa05aeca8a1cf5f913af3d037f3519c7 /Makefile.in
parent7b2c5a11a7bc236d72b440c4db5263edb23b4880 (diff)
downloadtcpdump-d729eb478e7cd3fc772cad0afde207b0a5ffa6e8.tar.gz
Add support for the Marvell Extended Distributed Switch Architecture header
This header can be used with Marvell switches to direct packets in/out of a specific port in a tree of interconnected switches. The header uses its own Ethertype of 0xdada. By default, only brief output is printed, showing the switch device, port, and vlan the packet is to/from. However if -e is given, to print the link-level header, all fields are printed.
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 ddb24981..548ad0cf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -155,6 +155,7 @@ LIBNETDISSECT_SRC=\
print-lwapp.c \
print-lwres.c \
print-m3ua.c \
+ print-medsa.c \
print-mobile.c \
print-mpcp.c \
print-mpls.c \