summaryrefslogtreecommitdiff
path: root/tests/mptcp-aa-v1.pcap
Commit message (Collapse)AuthorAgeFilesLines
* MPTCP: parse v1 ADD_ADDR optionPeter Krystad2020-03-021-0/+0
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 <peter.krystad@linux.intel.com>