summaryrefslogtreecommitdiff
path: root/pjsip-apps/src
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-02-01 16:44:25 +0000
committerBenny Prijono <bennylp@teluu.com>2008-02-01 16:44:25 +0000
commitb52e50b48d7ea9080720b60575db600da5106b78 (patch)
tree1df32b3853c360e8ddae93bc27a7fc4aa0015969 /pjsip-apps/src
parent2c40b8a0f65babd72f03113040da9ee6d69e8372 (diff)
More ticket #465: updated VS8 and WinCE projects
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1766 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip-apps/src')
-rw-r--r--pjsip-apps/src/samples/pcaputil.c3
1 files changed, 3 insertions, 0 deletions
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;