I have been using dumpcap to capture and i was wondering if it captures SIP and RTP and if i open the trace in wireshark will it be shown as a SIP packer or an RTP packet asked 13 Jun '16, 09:13 MattG edited 13 Jun '16, 09:25 |
One Answer:
Dumpcap captures everything that comes to the NIC and that the NIC's hardware filter or dumpcap's capture filter doesn't filter out, unless the drivers installed by some security software interfere with WinPcap/NPcap operation (this is a concern on Windows). So if
dumpcap will capture it. What may be a bit of a trouble is whether Wireshark (or tshark) would recognize the two in the resulting capture automatically, but you should always be able to help it using answered 13 Jun '16, 09:29 sindy |
Hi thanks for the reply so will the SIP show or will I have to decde it
Try it and find out :-)