aboutsummaryrefslogtreecommitdiffstats
path: root/doc/dumpcap.pod
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2019-03-07 11:36:14 -0800
committerAnders Broman <a.broman58@gmail.com>2019-03-08 07:30:24 +0000
commit7fbee2640c0d79b9fcf7f58169eddb5861692022 (patch)
tree8602c50f7c1c1068816059416a1950e1e49232e1 /doc/dumpcap.pod
parentb08003309b9387f4c839b6c4516da602349af177 (diff)
Docs: Mention Npcap in our man pages.
Mention Npcap whereever we mention WinPcap. Change-Id: I6ee295ca88302e2516d5658a5d528f9675209da8 Reviewed-on: https://code.wireshark.org/review/32352 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'doc/dumpcap.pod')
-rw-r--r--doc/dumpcap.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dumpcap.pod b/doc/dumpcap.pod
index aa2f6db0b8..e25bda829b 100644
--- a/doc/dumpcap.pod
+++ b/doc/dumpcap.pod
@@ -48,7 +48,7 @@ default capture file format is B<pcapng> format.
When the B<-P> option is specified, the output file is written in the
B<pcap> format.
-Without any options set it will use the libpcap/WinPcap library to
+Without any options set it will use the libpcap, Npcap, or WinPcap library to
capture traffic from the first available network interface and writes
the received raw packet data, along with the packets' time stamps into a
pcap file.