Bug #2907
closedSometimes TLS Logs are missing
Description
I'm currently testing Suricata with some pcaps that are known to have TLS connection(files are attached to this post) .But Suricata only logs the tls connection of a small subset of theses pcaps.
Files
Updated by Mats Klepsland over 5 years ago
- Assignee set to Mats Klepsland
I took a look at the pcap's and it seems that most of them have packets with invalid checksums. They might have been captured with checksum offloading turned on, or something else that messes up the checksums. This is quite a common problem when processing pcap files with Suricata.
Because of this, I usually use '-k none' when reading pcap files, especially when reading pcap files captured by other people. This makes Suricata disable the checksum checking.
Let me know if this solves your problem :)
Updated by Mats Klepsland over 5 years ago
- Status changed from New to Resolved
I'm glad to hear that. Thanks for letting me know that it solved your problem :)
Updated by Mats Klepsland over 5 years ago
- Status changed from Resolved to Closed