You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
778 B

#' 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