dect
/
libpcap
Archived
13
0
Fork 0

Give it an SCCS/RCS ID.

Update the date.

Fix a couple of typos.
This commit is contained in:
guy 2000-07-25 06:20:37 +00:00
parent c8c2e7e65b
commit 099d57bfe9
1 changed files with 5 additions and 3 deletions

8
pcap.3
View File

@ -1,3 +1,5 @@
.\" @(#) $Header: /tcpdump/master/libpcap/Attic/pcap.3,v 1.9 2000-07-25 06:20:37 guy Exp $
.\"
.\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved.
.\"
@ -17,7 +19,7 @@
.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
.\"
.TH PCAP 3 "24 June 1998"
.TH PCAP 3 "24 July 2000"
.SH NAME
pcap \- Packet Capture library
.SH SYNOPSIS
@ -175,7 +177,7 @@ If there is an error,
.B NULL
is returned and
.I errbuf
is filled in with with an appropriate error message.
is filled in with an appropriate error message.
.PP
.B pcap_lookupnet()
is used to determine the network number and mask
@ -190,7 +192,7 @@ are
pointers.
A return of -1 indicates an error in which case
.I errbuf
is filled in with with an appropriate error message.
is filled in with an appropriate error message.
.PP
.B pcap_dispatch()
is used to collect and process packets.