Hi, I have a question... I just need to capture VOIP packets(core protocols of jnetpcap), can I use PcapBpfProgram??, if I can, how is the expression in :
PcapBpfProgram program = new PcapBpfProgram();
pcap.compile(program, "xxxxxxxxxxxx", 0, 0);
xxxxxx = ???
the solution can be .... xxxxx= "port sip || port rtp || port sdp" ??????
or another one?
...thanks .....
Atte. Richar F.V.
Edit: Just realized I could download the javadocs instead. Simply ignore/delete this post.