You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then, when i go through the output.pcap I found out that the timestamps of packets in output.pcap file having a value up to 6 decimal point while in input.pcap it was 9 decimal points.
e.g.:
if in input.pcap timestamp is: 1555486009.955677809
Then in output.pcap timestamp is: 1555486009.955677000
Can you please help me if there is some way i can get 9 decimal points timestamps (as i have gone through the tcprewrite manual but no success)
Thank you
The text was updated successfully, but these errors were encountered:
so the tmp1.pcap is still a pcap file with microsecond resolution.
deepakrana47
changed the title
[Feature]
[Feature] nano-second resolution pcap or pcap-ng generation via tcprewrite
Oct 23, 2020
deepakrana47
changed the title
[Feature] nano-second resolution pcap or pcap-ng generation via tcprewrite
[Feature] Getting nano-second resolution pcap or pcap-ng generation via tcprewrite
Oct 23, 2020
I am using "tcprewrite" for changing the IP-addresses of the a pcap file by executing the following command:
tcprewrite --srcipmap=192.168.1.99:10.2.1.45 --dstipmap=192.168.1.100:10.10.10.81 --infile=input.pcap --outfile=output.pcap
Then, when i go through the output.pcap I found out that the timestamps of packets in output.pcap file having a value up to 6 decimal point while in input.pcap it was 9 decimal points.
e.g.:
if in input.pcap timestamp is: 1555486009.955677809
Then in output.pcap timestamp is: 1555486009.955677000
Can you please help me if there is some way i can get 9 decimal points timestamps (as i have gone through the tcprewrite manual but no success)
Thank you
The text was updated successfully, but these errors were encountered: