First time here? Check out the FAQ!

Ask Your Question
0

http.time using tshark [closed]

asked Nov 29 '18

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

Hi,

http.time is calculated by Wireshark.

Can tshark calculate http.time? I mean a command like "tshark -r test.pcap -T fields -e http.time > test.pcap.tshark.txt" I need to use tshark and calculate http.time using tshark.

Best regards, Babak

Preview: (hide)

Closed for the following reason the question is answered, right answer was accepted by Babak
close date 2018-11-30 15:41:10.968631

1 Answer

Sort by » oldest newest most voted
0

answered Nov 29 '18

Guy Harris gravatar image

updated Nov 29 '18

An example of a command to use to calculate http.time with TShark is

tshark -r test.pcap -T fields -e http.time > test.pcap.tshark.txt

:-)

(It's calculated by the HTTP dissector in libwireshark, which is used both by Wireshark and TShark to dissect packets.)

Preview: (hide)
link

Comments

It does not work.

Babak gravatar imageBabak ( Nov 29 '18 )

tshark -r test.pcap -T fields -e http.time > test.pcap.tshark.txt

This command works in Windows, but it does not work in Linux. Why? Do you have any idea?

Babak gravatar imageBabak ( Nov 29 '18 )

I updated my tshark in Linux to 2.2.5 and it is fine. I do not have any problem for calculating http.time in Linux.

Babak gravatar imageBabak ( Nov 30 '18 )

Question Tools

1 follower

Stats

Asked: Nov 29 '18

Seen: 890 times

Last updated: Nov 29 '18