StopPcapTrace

From Opale Wiki
Revision as of 21:06, 1 April 2025 by Administrator (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Data session should be active.

COMMAND

Command Line Arguments Returns
StartPcapTrace PortIndex,FilePath Error Code in case of error.

OUTPUT
None

EXAMPLE

~# StartPcapTrace 1 /mnt/sdcard/tmp/traces/log1.cap
DATA LINK IS DOWN

~# StartPcapTrace 0 /mnt/sdcard/tmp/traces/log0.cap
OK