hello, can someone please help me understand what 'continuation data' in 'Info' column means? protocol was SSL. thank you asked 14 Jun '17, 17:22 rapidusync |
One Answer:
Frames are marked as "Continuation Data" when the contents are not fully understood. It happens when TLS records are split over multiple TCP segments and one of these cases happen:
Finally, it could be truly the case that the protocol under analysis is not really TLS. For example, some users could try to bypass firewalls by running their VPN software over port 443 which is registered for HTTPS. answered 15 Jun '17, 08:35 Lekensteyn |