Hi all, I have used dumpcap.exe for dumping the VOIP traffic to the disc. And it is showing packet dropped on network as 0 when it stops. But with testing a sip call there i found some packets missed in the dumped files in Wireshark. The dumpcap command used is below, and the ethernet card speed is 1Gbps.
Can someone please help me on this. asked 25 Dec '13, 21:04 Binu Babu edited 25 Dec '13, 21:49 |
One Answer:
Packet drop can occur before dumpcap even sees the packet. Depending on your capture setup you may have drops on a SPAN port, NIC driver level, OS level and maybe a couple of other places. So if dumpcap says it has zero dropped frames it only means that dumpcap didn't drop any packet. answered 26 Dec '13, 00:45 Jasper ♦♦ @Jasper thank you for the reply. Is there any way to check where the drop exists ? (26 Dec '13, 01:09) Binu Babu It may be possible to see something like this on the switch for the SPAN session (interface statistics), but I don't think it's possible for the others. (26 Dec '13, 01:17) Jasper ♦♦ -B is set to high. -B <buffer size=""> size of kernel buffer in MiB (def: 2MiB) filesize:3024 seems very small to me. What does top show when capturing? (27 Dec '13, 08:23) Anders ♦ If the parameter for -B is set too high, the following will happen (dumpcap 1.10.x and 1.11.x).
I see two 'problems'
(27 Dec '13, 08:28) Kurt Knochner ♦ @Kurt Knochner : Thank you for the information, i will try with amending the buffer settings. (07 Jan '14, 00:07) Binu Babu |
how do you know that there are some packets missing? Do you have a second capture file (taken at a different location) to compare with?
@Kurt Knochner yes i have Palladion call monitor interface to compare. There i could find the missed packet with same sip CallID.
O.K. there are several things to consider