summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Marangi2024-11-17 18:12:59 +0000
committerChristian Marangi2024-11-17 18:12:59 +0000
commitada49390ad244223cf9faa15592581b1b4cd485b (patch)
tree538f615445975aee6bc6438a9def581204229f11
parent0256d073dcb4bb9a74888beb6ad1e41063b925f8 (diff)
downloadtelephony-ada49390ad244223cf9faa15592581b1b4cd485b.tar.gz
pcapsipdump: sanitize package description for APK support
Sanitize package description for APK support by replacing " with ' for the tcpdump reference. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
-rw-r--r--net/pcapsipdump/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pcapsipdump/Makefile b/net/pcapsipdump/Makefile
index 8770da1..95d40b7 100644
--- a/net/pcapsipdump/Makefile
+++ b/net/pcapsipdump/Makefile
@@ -32,7 +32,7 @@ endef
define Package/pcapsipdump/description
pcapsipdump is a tool for dumping SIP sessions (plus RTP traffic, if
- available) to disk in a fashion similar to "tcpdump -w" (format is
+ available) to disk in a fashion similar to 'tcpdump -w' (format is
exactly the same), but one file per SIP session (even if there are
thousands of concurrent SIP sessions).
endef