From ee759cead8ad02120ae157898869f67244cce577 Mon Sep 17 00:00:00 2001 From: Haibo Huang Date: Tue, 5 Jan 2021 21:34:29 -0800 Subject: Upgrade libpcap to libpcap-1.10.0 Test: make Change-Id: I2258baf45f03947a22b4853e6db95e7946f9eb53 --- pcap_create.3pcap | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pcap_create.3pcap') diff --git a/pcap_create.3pcap b/pcap_create.3pcap index 5a15007b..bd42d733 100644 --- a/pcap_create.3pcap +++ b/pcap_create.3pcap @@ -36,7 +36,7 @@ pcap_t *pcap_create(const char *source, char *errbuf); .ft .fi .SH DESCRIPTION -.B pcap_create() +.BR pcap_create () is used to create a packet capture handle to look at packets on the network. .I source @@ -48,12 +48,12 @@ argument of "any" or can be used to capture packets from all interfaces. .PP The returned handle must be activated with -.B pcap_activate(3PCAP) +.BR pcap_activate (3PCAP) before packets can be captured with it; options for the capture, such as promiscuous mode, can be set on the handle before activating it. .SH RETURN VALUE -.B pcap_create() +.BR pcap_create () returns a .I pcap_t * on success and @@ -69,4 +69,4 @@ is assumed to be able to hold at least .B PCAP_ERRBUF_SIZE chars. .SH SEE ALSO -pcap(3PCAP) +.BR pcap (3PCAP) -- cgit v1.2.3