Package: tsharrk Type: Package 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 Description: The 'tshark' () 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: utils, arrow, tools, stringi, RcppSimdJson, magrittr Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1