diff options
Diffstat (limited to 'pcap_create.3pcap')
-rw-r--r-- | pcap_create.3pcap | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcap_create.3pcap b/pcap_create.3pcap index 5c537fc..5a15007 100644 --- a/pcap_create.3pcap +++ b/pcap_create.3pcap @@ -17,7 +17,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP_CREATE 3PCAP "5 April 2008" +.TH PCAP_CREATE 3PCAP "3 January 2014" .SH NAME pcap_create \- create a live capture handle .SH SYNOPSIS @@ -48,7 +48,7 @@ argument of "any" or can be used to capture packets from all interfaces. .PP The returned handle must be activated with -.B pcap_activate() +.B 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. @@ -69,4 +69,4 @@ is assumed to be able to hold at least .B PCAP_ERRBUF_SIZE chars. .SH SEE ALSO -pcap(3PCAP), pcap_activate(3PCAP) +pcap(3PCAP) |