Description Usage Arguments Value References Examples
Download a PCAP analysis archive. The result is a zip archive containing the PCAP itself, CSVs representing various analysis results, and all carved files.'
1 2 | pt_download(pcap_id, dl_dir = getwd(), archive_name = NULL,
api_key = packettotal_api_key())
|
pcap_id |
An md5 hash corresponding to the PCAP file submission on PacketTotal.com. This hash can be derived by hashing the PCAP file in question. |
dl_dir |
directory where to store the download |
archive_name |
name of the ZIP file. If left |
api_key |
your |
if successful and the analysis package is ready then the full path
to the ZIP file is returned (invisibly). If the analysis package
is not ready the return value is "_PROCESSING_
".
https://packettotal.com/api-docs/#/pcaps/get_pcaps__pcap_id__download
1 | str(try(pt_download("536cf06ca83704844d789f56caf22ee6"), silent=TRUE), 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.