aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorBenjamin Hesmans <benjamin.hesmans@uclouvain.be>2015-07-09 15:18:02 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2015-07-10 11:18:59 +0000
commit76a450f573971cb4a8d614a7454c99febe90e45d (patch)
treeafdb11f841e1d9e4d952542793271592c37ce0ff /epan
parent52d04fdc1ed19d4c234a77b08dcad28ab009d12a (diff)
MPTCP small options
The minimum length of MPTCP option is 3 (MP_PRIO) Signed-off-by: Benjamin Hesmans <benjamin.hesmans@uclouvain.be> Change-Id: I9742a7923497b07b9a7c761b02d52ac541e28cc7 Reviewed-on: https://code.wireshark.org/review/9585 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tcp.c b/epan/dissectors/packet-tcp.c
index 8511762b31..3e040f1def 100644
--- a/epan/dissectors/packet-tcp.c
+++ b/epan/dissectors/packet-tcp.c
@@ -400,7 +400,7 @@ static gboolean tcp_exp_options_with_magic = TRUE;
#define TCPOLEN_CORREXP 2
#define TCPOLEN_QS 8
#define TCPOLEN_USER_TO 4
-#define TCPOLEN_MPTCP_MIN 8
+#define TCPOLEN_MPTCP_MIN 3
#define TCPOLEN_TFO_MIN 2
#define TCPOLEN_RVBD_PROBE_MIN 3
#define TCPOLEN_RVBD_TRPY_MIN 16