Skip to content

Commit fd42963

Browse files
committed
Mention Npcap as well as Winpcap.
[skip ci]
1 parent e13fde1 commit fd42963

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pcap.3pcap.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -958,8 +958,9 @@ for a live capture, using
958958
.BR pcap_inject ()
959959
or
960960
.BR pcap_sendpacket ().
961-
(The two routines exist for compatibility with both OpenBSD and WinPcap;
962-
they perform the same function, but have different return values.)
961+
(The two routines exist for compatibility with both OpenBSD and
962+
WinPcap/Npcap; they perform the same function, but have different return
963+
values.)
963964
.TP
964965
.B Routines
965966
.RS

pcap_inject.3pcap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ written.
7171
.RB ( pcap_inject ()
7272
comes from OpenBSD;
7373
.BR pcap_sendpacket ()
74-
comes from WinPcap. Both are provided for compatibility.)
74+
comes from WinPcap/Npcap. Both are provided for compatibility.)
7575
.SH RETURN VALUE
7676
.BR pcap_inject ()
7777
returns the number of bytes written on success and

pcap_lookupdev.3pcap

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,5 @@ in the same thread, or calls to
8282
.BR pcap_lookupdev ()
8383
in another thread, may overwrite that buffer.
8484
.LP
85-
In WinPcap, this function may return a UTF-16 string rather than an
86-
ASCII or UTF-8 string.
87-
85+
In WinPcap and Npcap, this function may return a UTF-16 string rather
86+
than an ASCII or UTF-8 string.

0 commit comments

Comments
 (0)