vote up 0 vote down star

Hi,

i need to test packetloss for FTP application.

i used wireshark packet sniffer and I got TCP Stream.

Help me how to find the packet loss using Wireshark.

Thanks in advance,

krishna

flag

12% accept rate
1  
Where are you running Wireshark - on the FTP client machine, the FTP server machine, or another machine hanging off the network on a hub? – Vicky Jun 30 at 11:21
This is not programming related, should maybe go on serverfault – Andre Miller Jun 30 at 11:34

1 Answer

vote up 0 vote down

[Zr40 points out below that this part is wrong: To expand on my comment - Wireshark does tell you the number of dropped packets in the status bar at the bottom (I just ran a sample capture and it says "Packets: 65 Displayed: 65 Marked: 0 Dropped: 0") but I'm not certain whether you'll get the same results out of it depending on which end you're running it at.]

In which case - I suppose you'd need to run Wireshark at each end and look at the packet statistics (number of packets A->B, B->A) and compare the differences. You can't rely on TCP retries etc as this doesn't necessarily mean the packet is lost.

Also, you'll need to set up a capture filter for FTP only unless you want your statistics to be skewed by other stuff like ARPs, DNS lookups, etc.

link|flag
'Dropped' in that context means that Wireshark couldn't capture packets fast enough so some were ignored. – Zr40 Jun 30 at 11:26
@Zr40: Oh - thanks, I didn't realise that. – Vicky Jun 30 at 11:33

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.