R/RcppExports.R

Defines functions timesTwo read_pcap

# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

#'Load libpcap data into R data frame
#'
#'@param str input filename, libpcap_filter
#'@return packet data in a data frame
read_pcap <- function(file_arg, filter_arg, debug = FALSE) {
    .Call('libpcapR_read_pcap', PACKAGE = 'libpcapR', file_arg, filter_arg, debug)
}

timesTwo <- function(x) {
    .Call('libpcapR_timesTwo', PACKAGE = 'libpcapR', x)
}
meekj/libpcapR documentation built on Aug. 10, 2021, 8:39 p.m.