Description Usage Arguments Value Examples
Extract packet summary table (if any) from a PCAP
1 | packet_summary(pcap)
|
pcap |
path to PCAP file ( |
data frame
1 2 3 4 | tryCatch(
packet_summary(system.file("pcap", "http.pcap", package = "tsharrk")),
error = function(e) message("No tshark")
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.