Ask Your Question
0

How to get a result of QoS (Troughput, latency, packet loos & jitter) from data capture video streaming in TCP Protocol ?

asked 2019-07-25 08:35:52 +0000

Kurniawan gravatar image

Helo, i have problem to analys TCP Protocol. i want to know QoS from data capture, please help

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-07-30 23:54:41 +0000

Hi Kurniawan,

First of all, "QoS" is usually at the IP (or VLAN) layer not TCP itself.

I'll assume you are talking about IPv4 traffic to show you one way of getting the "QoS" info.

If you have captured IPv4 packets then expand Internet Protocol Version 4 in the packet details pane. You should be able to right click on the Differentiated Services Field line and Apply as Column to have all 8 bits of "QoS" marking shown in the packet list pane. The bits are shown in hex.

You may want to expand more if you only want Differentiated Services Codepoint (DSCP) or first 6 bits.

You have to know that Wireshark decodes the bits in the Type Of Service (TOS) field in the IPv4 header has DiffServ by default.

You can go to Edit - Preferences and find IPv4 under Protocols.

You can uncheck "Decode IPv4 TOS field as DiffServ field" if you want to see plain IP Preference.

Hope this helps.

Cheers,

JF

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2019-07-25 08:35:52 +0000

Seen: 1,919 times

Last updated: Jul 30 '19