R/get-tshark.R

Defines functions get_tshark

Documented in get_tshark

#' Get tshark
#'
#' Opens the default browser to the place where you can get tshark
#'
#' @export
#' @examples
#' if (interactive()) get_tshark()
get_tshark <- function() {
  utils::browseURL("https://tshark.dev/setup/install/")
}
hrbrmstr/tsharrk documentation built on Dec. 20, 2021, 4:49 p.m.