1 | initial version |
However i want to capture packets of only one port?
That's what capture filters are for.
Those are implemented by libpcap/WinPcap, and (due to the way they're implemented, often in the kernel-mode networking stack) have limited capabilities, so their syntax is different.
The capture filter you'd want would be udp port 1000
.