diff options
author | Davide Caratti <dcaratti@redhat.com> | 2020-01-13 15:07:30 +0100 |
---|---|---|
committer | fxlb <devel.fx.lebail@orange.fr> | 2020-02-28 14:34:47 +0100 |
commit | 4738c1fa73227fcc0fc4de757572807cadec2b01 (patch) | |
tree | 2f1e0772aa817991cf46ea0e9bfe62e262246b94 /tests/TESTLIST | |
parent | 3520ce005723144706aebc747d4714ccd503331d (diff) | |
download | tcpdump-4738c1fa73227fcc0fc4de757572807cadec2b01.tar.gz |
MPTCP: parse MP_CAPABLE v1 options
A new version of MPTCP protocol (RFC8684) has been published, with some
changes to the MP_CAPABLE options handling. Let tcpdump print the protocol
version, and adjust parsing of MP_CAPABLE options according to RFC8684.
Signed-off-by: Davide Caratti <dcaratti@redhat.com>
Diffstat (limited to 'tests/TESTLIST')
-rw-r--r-- | tests/TESTLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/TESTLIST b/tests/TESTLIST index 695888de..9d336863 100644 --- a/tests/TESTLIST +++ b/tests/TESTLIST @@ -219,7 +219,8 @@ msnlb msnlb.pcap msnlb.out msnlb2 msnlb2.pcapng msnlb2.out # MPTCP tests -mptcp mptcp.pcap mptcp.out +mptcp-v0 mptcp-v0.pcap mptcp-v0.out +mptcp-v1 mptcp-v1.pcap mptcp-v1.out mptcp-fclose mptcp-fclose.pcap mptcp-fclose.out # TFO tests tfo tfo-5c1fa7f9ae91.pcap tfo.out |