diff options
author | Damian Minkov <damencho@jitsi.org> | 2010-12-03 08:53:04 +0000 |
---|---|---|
committer | Damian Minkov <damencho@jitsi.org> | 2010-12-03 08:53:04 +0000 |
commit | a21b3d7353c9fc9ed47288333d3f793b01ab5689 (patch) | |
tree | 5b8210d76dc28c82998188252958e6c6beaec96a /resources/languages | |
parent | 4785e35f694e73a65b6163f31c9aac4f58aa925f (diff) | |
download | jitsi-a21b3d7353c9fc9ed47288333d3f793b01ab5689.zip jitsi-a21b3d7353c9fc9ed47288333d3f793b01ab5689.tar.gz jitsi-a21b3d7353c9fc9ed47288333d3f793b01ab5689.tar.bz2 |
Introduce Packet Logging Service with its configuration form and implementation for sip,jabber and rtp.
Diffstat (limited to 'resources/languages')
-rw-r--r-- | resources/languages/resources.properties | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/resources/languages/resources.properties b/resources/languages/resources.properties index d1dafc3..682694d 100644 --- a/resources/languages/resources.properties +++ b/resources/languages/resources.properties @@ -1094,3 +1094,13 @@ plugin.provisioning.DNS=DNS plugin.provisioning.BONJOUR=Bonjour
plugin.provisioning.MANUAL=Manually specify a provisioning URI
plugin.provisioning.URI=URI
+
+# packet logging service
+impl.packetlogging.PACKET_LOGGING_CONFIG=Packet Logging
+impl.packetlogging.ENABLE_DISABLE=Enable Packet Logging
+impl.packetlogging.PACKET_LOGGING_RTP=RTP
+impl.packetlogging.PACKET_LOGGING_RTP_DESCRIPTION=Will save only few initial packets and one on every 5000.
+impl.packetlogging.PACKET_LOGGING_DESCRIPTION=<html>Prints debug packets of various protocols in the <br>log folder using pcap format (tcpdump/wireshark).</html>
+impl.packetlogging.PACKET_LOGGING_FILE_COUNT=Number of log files
+impl.packetlogging.PACKET_LOGGING_FILE_SIZE=Maximum file size (in KB)
+
|