This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Can wireshark distinguish Hol(head of line) blocking section?

0

I'm studying Wireshark as my degree's project lab. I'd like to distinguish HOL(head of line) Blocking section among captured packets by coloring those packets. I'm wondering if there exists a function like this. If so, I'd appreciate if you tell me how to apply the function. If there isn't one like this, I'd like to create the function and know which source code and where to add new codes. It would be the best if i can do this by putting some lines of code but if not, I'm willing to create a kind of new dissector. I'm hoping someone could help me with this.

asked 12 May '17, 01:53

ngn505's gravatar image

ngn505
6779
accept rate: 0%

Head of line blocking of what? Ethernet frames? TCP packets? HTTP?

(12 May '17, 02:10) Jaap ♦

Oh I forgot to mention that. It's of TCP packets.

(13 May '17, 03:36) ngn505