R/packettotal-package.R

#' Lookup and Analyze Packet Capture ('PCAP') Files
#'
#' 'PacketTotal' (<https://packettotal.com/>) is an engine for analyzing,
#'  categorizing, and sharing packet capture ('PCAP') files. The tool was built
#'  with the information security community in mind and has applications in malware
#'  analysis and network forensics. Methods are provided to query search for and
#'  analyze packet capture files.
#'
#' - URL: <https://gitlab.com/hrbrmstr/packettotal>
#' - BugReports: <https://gitlab.com/hrbrmstr/packettotal/issues>
#'
#' @md
#' @name packettotal
#' @docType package
#' @author Bob Rudis (bob@@rud.is)
#' @references - <https://packettotal.com/>
#' - <https://packettotal.com/api-docs/#/>
#' @keywords internal
#' @import httr
#' @importFrom jsonlite fromJSON
NULL
hrbrmstr/packettotal documentation built on May 29, 2019, 1:22 p.m.