SYSTEM PCAP START

Level

maintenance,modify,log

History

Appears in 4.3

Description

Start the network capture.

Usage

iface=<string> : Name of the network interface used for the capture
[maxpkt=1-2147483647] : Max number of packets allowed to be captured (default: 1000)
[maxtime=1-172800] : Time in seconds after which the capture will stop (default: 60)
[snaplen=0-262144] : Snarf snaplen bytes of data from each packet rather than the default of 262144 bytes. (default: 262144)
[filter=<string>] : Filters to be used by the capture

Example

SYSTEM PCAP START iface=in maxtime=180 maxpkt=100000 filter="icmp and src 192.168.30.1"