extract_uptime: Extract uptime from an 'hping3' output dump

Description Usage Arguments Examples

Description

Meant for use with output of hping3 --tcp-timestamp -H ips.txt -p PORT -c 2 > output.txt

Usage

1
extract_uptime(path, .progress = TRUE)

Arguments

path

path to the hping3 output file

.progress

if TRUE a progress bar will be displayed

Examples

1
2
3
4
## Not run: 
extract_uptime("output.txt")

## End(Not run)

brudis-r7/hping documentation built on May 13, 2019, 7:55 a.m.