Home | History | Annotate | Download | only in network

Lines Matching full:capture

121         """Fails to start a packet capture.
149 """@return True iff we have at least one ongoing packet capture."""
277 """Check if a packet capture has completed initialization.
279 @param remote_log_file string path to the capture's log file
289 """Start a packet capture on an existing interface.
291 @param interface string existing interface to capture on.
293 @param remote_file string full path on remote host to hold the capture.
295 @return int pid of started packet capture.
311 logging.debug('Starting managed packet capture')
327 """Stop an ongoing packet capture, or all ongoing packet captures.
329 If |capture_pid| is given, stops that capture, otherwise stops all
336 @param capture_pid int pid of ongoing packet capture or None.