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>
This commit is contained in:
Christian Marangi 2024-11-17 19:12:59 +01:00
parent 0256d073dc
commit ada49390ad
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7

View File

@ -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