8.2.3.10.1. Capture

Note

For Vulcan module only.

8.2.3.10.1.1. List PCAP Files

await module.capture.file_list.get()

8.2.3.10.1.2. List PCAP BSON Files

await module.capture.file_list_bson.get()

8.2.3.10.1.3. Delete PCAP Files

await module.capture.file_delete.set()

8.2.3.10.1.4. PCAP Parser Configuration

await module.capture.parse.parser_params.set()
await module.capture.parse.parser_params.get()

8.2.3.10.1.5. Start PCAP Parser

await module.capture.parse.start.set()

8.2.3.10.1.6. Stop PCAP Parser

await module.capture.parse.stop.set()

8.2.3.10.1.7. PCAP Parser State

await module.capture.parse.state.get()

8.2.3.10.1.8. Buffer Size

await module.capture.size.set_full()
await module.capture.size.set_small()
await module.capture.size.get()