Ask Your Question
0

How can we know the packet lost in our network using wireshark?

asked 2018-01-17 09:21:21 +0000

this post is marked as community wiki

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

Hello, i am a new user of Wireshark, How can we know the packet lost in our network using wireshark? Thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2018-01-17 14:03:51 +0000

Jasper gravatar image

There are some indicators that may help, depending on what the protocols in use are. If you're looking for packet loss in TCP conversations you'll see that Wireshark will mark some packets as "previous segment not captured" followed by "Duplicate ACKs" from the other side, and finally a "retransmission". For UDP or other protocols its not that easy and requires deeper knowledge about how the application protocols work.

I have to add that Wireshark may show "previous segment not captured" messages even when there is no packet loss on the network, so make sure that you look for the other messages as a result as well. Isolating TCP connections is advised to avoid confusing packets from multiple TCP sessions with each other. Easiest is to use "Follow TCP Stream" from the popup menu; more advanced users often use conversation filters instead.

edit flag offensive delete link more

Comments

If you enjoy the comfort of being able to capture at both ends of the network path, it is the best option, as when you see a lost packet by the protocol-specific indicator, you can see whether it has not been sent at all or whether it has been lost somewhere along the way.

sindy gravatar imagesindy ( 2018-01-17 16:40:17 +0000 )edit

Agreed with Sindy. If you can capture at multiple points along the network path, this will give you better visibility, enabling you to see not only if something drops, but also help narrow down where it is being dropped.

Also,in my experience, unless you have a network that is regularly up and down (think bad wireless shot in a blizzard) most often, packet loss is attributed to one of the endpoints.

Bill Woodrow gravatar imageBill Woodrow ( 2018-01-24 21:00:58 +0000 )edit

Your Answer

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

Add Answer

Question Tools

1 follower

Stats

Asked: 2018-01-17 09:21:21 +0000

Seen: 20,472 times

Last updated: Jan 17 '18