Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TLS: Fix missing IP addresses and better skip of encrypted messages (#…
…5668) * TLS: Fix missing IP info in some events (#5584) If no packets are seen from the client, its IP layer info is not filled. In this case, the IP layer info stored in the server's stream is used. * TLS: Fix handling of encrypted messages (#5584) Before this patch, the connection would only be considered encrypted after it has switched ciphers in both directions. This caused problems as encrypted messages can be received from one end of the connection before the other end has transitioned to encryption. This patch updates the TLS parser to handle streams individually. Closes: #5584
- Loading branch information