I'm using tshark to extract specific TCP streams and write that to an output pcap file using the -w option. But, the frames in the output pcap do not have any timestamps or delta times (they're all zero while in the original pcap there are timestamps and delta times for the frames). Is there any way to ensure that the original timestamps (from the original pcap file) are preserved in the output pcap? I'm using TShark 1.10.5 (SVN Rev 54262 from /trunk-1.10) on MacOS. Here's what I'm doing:
Thanks! asked 10 Feb '14, 18:35 wwwalker |
One Answer:
That is what is technically known as a "bug". Please file it as a bug on the Wireshark Bugzilla; if you can attach your original pcap file for testing purposes, that would be good. (If not, please run the answered 10 Feb '14, 21:02 Guy Harris ♦♦ |
Thanks, here's the bug: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9747