Capture
Note
For Vulcan module only.
List PCAP Files
await module.capture.file_list.get()
List PCAP BSON Files
await module.capture.file_list_bson.get()
Delete PCAP Files
await module.capture.file_delete.set()
PCAP Parser Configuration
await module.capture.parse.parser_params.set()
await module.capture.parse.parser_params.get()
Start PCAP Parser
await module.capture.parse.start.set()
Stop PCAP Parser
await module.capture.parse.stop.set()
PCAP Parser State
await module.capture.parse.state.get()
Buffer Size
await module.capture.size.set_full()
await module.capture.size.set_small()
await module.capture.size.get()