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.

17 lines
569 B

3 years ago
#' Tools to Make Analyses Using 'tshark' Easier
#'
#' The 'tshark' (<https://www.wireshark.org/docs/man-pages/tshark.html>)
#' command line utility comes with Wireshark and is a is useful when performing
#' analyses on packet captures (PCAPs). Tools are provided to make it a bit easier
#' to work with 'tshark' to perform analyses with R.
#'
#' @md
#' @name tsharrk
#' @keywords internal
#' @author Bob Rudis (bob@@rud.is)
3 years ago
#' @import arrow
#' @import ndjson
#' @importFrom utils browseURL help read.csv tail
3 years ago
#' @importFrom tools file_path_sans_ext file_ext
"_PACKAGE"