From b32ae097ce4cff1ff969efe23e59e8eb9f9dfefd Mon Sep 17 00:00:00 2001 From: PAVAN Date: Fri, 18 May 2018 20:22:44 +0530 Subject: [PATCH] unknown udp added... --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 0700e16..f90ae2e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -45,7 +45,7 @@ static void help(bool iserror) { output << " -l : display command line.\n"; output << " -a : monitor all devices, even loopback/stopped ones.\n"; output << " -C : capture TCP and UDP.\n"; - output << " -f : EXPRIMENTAL: specify string pcap filter (like tcpdump)." + output << " -f : EXPERIMENTAL: specify string pcap filter (like tcpdump)." " This may be removed or changed in a future version.\n"; output << " device : device(s) to monitor. default is all " "interfaces up and running excluding loopback\n";