tshark_exec: Call the tshark binary with optional custom environment...

Description Usage Arguments Value

View source: R/tshark.R

Description

This is just a convenience wrapper around system2(). See find_tshark() for information on helping this package find the tshark binary.

Usage

1
tshark_exec(tshark_bin = find_tshark(), args = c(), env = c())

Arguments

tshark_bin

specify a complete path or let find_tshark() do the dirty work.

args

same as system2() args

env

same as system2() env

Value

list with stderr, stdout, and status (invisibly)


hrbrmstr/tsharrk documentation built on Dec. 20, 2021, 4:49 p.m.