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.

32 lines
920 B

Package: tsharrk
Type: Package
3 years ago
Title: Tools to Make Analyses Using 'tshark' Easier
Version: 0.1.0
Date: 2021-07-26
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <bob@rud.is>
3 years ago
Description: 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.
URL: https://git.rud.is/hrbrmstr/tsharrk
BugReports: https://git.rud.is/hrbrmstr/tsharrk/issues
Encoding: UTF-8
License: AGPL
Suggests:
covr, tinytest
Depends:
R (>= 3.6.0)
Imports:
3 years ago
utils,
arrow,
tools,
stringi,
RcppSimdJson,
magrittr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1