]> The Tcpdump Group git mirrors - tcpdump/commit
MPTCP: parse v1 ADD_ADDR option
authorPeter Krystad <[email protected]>
Thu, 27 Feb 2020 18:55:51 +0000 (10:55 -0800)
committerfxlb <[email protected]>
Mon, 2 Mar 2020 10:26:30 +0000 (11:26 +0100)
commitfdd065fb0f505ca6d0396b144878581d56983018
tree2e7c9fec2ff34ef3c966d09ab4f13ccbe3653693
parent1dc8113bf795ec74364b5e8e048abd24192d66a5
MPTCP: parse v1 ADD_ADDR option

RFC6824bis-18 (MPTCP version 1) makes changes to the MPTCP
ADD_ADDR option format.

An HMAC field is added to the option and the IP version field is
removed and replaced with an Echo bit that provides a reliability
mechanism.

This change allows either v0 or v1 ADD_ADDR options
to be parsed and displayed correctly.

Signed-off-by: Peter Krystad <[email protected]>
print-mptcp.c
tests/TESTLIST
tests/mptcp-aa-v1.out [new file with mode: 0644]
tests/mptcp-aa-v1.pcap [new file with mode: 0644]