Could someone let me know if it's possible to create a column that displays the delta between a packet's arrival time and the FIX SendingTime in the payload? I have the two timestamps in adjacent columns - just not sure how to add a delta column. Many thanks, Tim asked 23 Apr '13, 06:49 Timchampion |
One Answer:
Unfortunately that's not possible without (a rather big) change of the Wireshark code.
You could 'print' the columns you need with tshark and then use a script (perl, python, etc.) to calculate the delta time.
or
Regards answered 23 Apr '13, 07:28 Kurt Knochner ♦ edited 23 Apr '13, 07:29 |