From: Christian Marangi Date: Sun, 17 Nov 2024 18:12:59 +0000 (+0100) Subject: pcapsipdump: sanitize package description for APK support X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ada49390ad244223cf9faa15592581b1b4cd485b;p=feed%2Ftelephony.git 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 --- 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