]> The Tcpdump Group git mirrors - tcpdump/commit
Add support for the Marvell Extended Distributed Switch Architecture header
authorAndrew Lunn <[email protected]>
Sun, 19 Apr 2015 20:35:00 +0000 (15:35 -0500)
committerFrancois-Xavier Le Bail <[email protected]>
Sat, 25 Apr 2015 20:44:15 +0000 (22:44 +0200)
commitd729eb478e7cd3fc772cad0afde207b0a5ffa6e8
treedce8bc7daa05aeca8a1cf5f913af3d037f3519c7
parent7b2c5a11a7bc236d72b440c4db5263edb23b4880
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.
Makefile.in
ethertype.h
netdissect.h
print-ether.c
print-medsa.c [new file with mode: 0644]
tests/TESTLIST
tests/medsa-e.out [new file with mode: 0644]
tests/medsa.out [new file with mode: 0644]
tests/medsa.pcap [new file with mode: 0644]