summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/samples/pcaputil.c
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps/src/samples/pcaputil.c')
-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;