Hi All, I want to calculate response time of each diameter call ( response time of each CCR--> CCA pair ). Can anybody suggest how can I achieve this? Thanks, Vidhi. asked 28 Apr '14, 00:05 Vidhi edited 28 Apr '14, 08:16 JeffMorriss ♦ |
One Answer:
Wireshark already calculates the response times (at least in modern versions) so it really depends on what you want to do with the information. For example, you could use
(The "-Y" bit tells tshark to only show those frames that have the "diameter.resp_time" field.) (Of course you could also pull some more details of each transaction with more "-e" arguments, like answered 28 Apr '14, 08:24 JeffMorriss ♦ |
Thank you very much! It solved my task.