StopPcapTrace: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
(Created page with " This command starts a data packets capture on the specified GSM port. Data session should be active. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |StartPcapTrace |PortIndex,FilePath |Error Code in case of error. |} '''OUTPUT'''<br>None '''EXAMPLE''' <syntaxhighlight lang="text"> ~# StartPcapTrace 1 /mnt/sdcard/tmp/traces/log1.cap DATA LINK IS DOWN ~# StartPcapTrace 0 /mnt/sdcard/tmp/traces/log0.cap OK </syntaxhighli...")
Tag: 2017 source edit
 
No edit summary
 
Line 10: Line 10:
!Returns
!Returns
|-
|-
|StartPcapTrace
|'''StopPcapTrace'''
|PortIndex,FilePath
|PortIndex  
|[[R2D2 Error Codes|Error Code]] in case of error.
|[[R2D2 Error Codes|Error Code]] in case of error.
|}
|}
Line 18: Line 18:


'''EXAMPLE''' <syntaxhighlight lang="text">
'''EXAMPLE''' <syntaxhighlight lang="text">
~# StartPcapTrace 1 /mnt/sdcard/tmp/traces/log1.cap
~# StopPcapTrace 0  
DATA LINK IS DOWN
 
~# StartPcapTrace 0 /mnt/sdcard/tmp/traces/log0.cap
OK
OK
</syntaxhighlight>
</syntaxhighlight>
[[Category:GENERAL]]
[[Category:GENERAL]]
[[Category:R2D2]]
[[Category:R2D2]]

Latest revision as of 21:07, 1 April 2025

This command starts a data packets capture on the specified GSM port.

Data session should be active.

COMMAND

Command Line Arguments Returns
StopPcapTrace PortIndex Error Code in case of error.

OUTPUT
None

EXAMPLE

~# StopPcapTrace 0 
OK