From b52e50b48d7ea9080720b60575db600da5106b78 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Fri, 1 Feb 2008 16:44:25 +0000 Subject: More ticket #465: updated VS8 and WinCE projects git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1766 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip-apps/build/samples.vcproj | 4 ++++ pjsip-apps/src/samples/pcaputil.c | 3 +++ 2 files changed, 7 insertions(+) (limited to 'pjsip-apps') diff --git a/pjsip-apps/build/samples.vcproj b/pjsip-apps/build/samples.vcproj index ea22d224..865295cc 100644 --- a/pjsip-apps/build/samples.vcproj +++ b/pjsip-apps/build/samples.vcproj @@ -97,6 +97,10 @@ RelativePath="..\src\samples\mix.c" > + + diff --git a/pjsip-apps/src/samples/pcaputil.c b/pjsip-apps/src/samples/pcaputil.c index 83a7ead3..f2d33111 100644 --- a/pjsip-apps/src/samples/pcaputil.c +++ b/pjsip-apps/src/samples/pcaputil.c @@ -30,6 +30,7 @@ static const char *USAGE = "INPUT is the PCAP file name/path\n" "\n" "Options to filter packets from PCAP file:\n" +"(you can always select the relevant packets from Wireshark of course!)\n" " --src-ip=IP Only include packets from this source address\n" " --dst-ip=IP Only include packets destined to this address\n" " --src-port=port Only include packets from this source port number\n" @@ -52,6 +53,8 @@ static const char *USAGE = " pcaputil -c AES_CM_128_HMAC_SHA1_80 \\\n" " -k VLDONbsbGl2Puqy+0PV7w/uGfpSPKFevDpxGsxN3 \\\n" " file.pcap output.wav\n" +"\n" +"Remote streaming is not supported yet." ; static pj_caching_pool cp; -- cgit v1.2.3