ssldump icon indicating copy to clipboard operation
ssldump copied to clipboard

Original PCAP timestamps instead of timeofday-generated

Open infokek opened this issue 1 year ago • 0 comments
trafficstars

I suggest to change PCAP logger code cause of bad timestamps. Timeofday-generated timestamps are not so good for zeek or any dpi parsing (the packages are not in the right order). Also original timestamps seems to be better in PCAP cause it helps to see the real time of the package (for example in Wireshark).

For example on one malware traffic (Smert Ransomware): PCAP source: https://app.any.run/tasks/5b2f8a32-62ea-47b1-9c3a-b9b474fb0774/ Original pcap timestamps (Wireshark with SSLKeyLogFile specified in settings):

image

Current ssldump version (gettimeofday-generated timestamps - decrypted at 7 Aug): image

This PR's version: image

This feature may be very helpful for some malware traffic analysts in future and seems to be more correctly. Please correct me if I'm wrong somewhere.

infokek avatar Aug 20 '24 11:08 infokek