diff options
Diffstat (limited to 'pcap_open_live.3pcap')
-rw-r--r-- | pcap_open_live.3pcap | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/pcap_open_live.3pcap b/pcap_open_live.3pcap index 715994b..3286e29 100644 --- a/pcap_open_live.3pcap +++ b/pcap_open_live.3pcap @@ -17,7 +17,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP_OPEN_LIVE 3PCAP "5 April 2008" +.TH PCAP_OPEN_LIVE 3PCAP "6 December 2017" .SH NAME pcap_open_live \- open a device for capturing .SH SYNOPSIS @@ -56,7 +56,10 @@ specifies the snapshot length to be set on the handle. specifies if the interface is to be put into promiscuous mode. .PP .I to_ms -specifies the read timeout in milliseconds. +specifies the packet buffer timeout, as a non-negative value, in +milliseconds. (See +.BR pcap (3PCAP) +for an explanation of the packet buffer timeout.) .SH RETURN VALUE .B pcap_open_live() returns a @@ -84,4 +87,4 @@ is assumed to be able to hold at least .B PCAP_ERRBUF_SIZE chars. .SH SEE ALSO -pcap(3PCAP), pcap_create(3PCAP), pcap_activate(3PCAP) +pcap_create(3PCAP), pcap_activate(3PCAP) |