dect
/
libpcap
Archived
13
0
Fork 0

Include <pcap/pcap.h> in the SUMMARY sections - as long as we're going

to 1.0, might as well go with the place where Red Hat stuck the header
at one point and where the header "officially" resides.

(We should put a "backwards compatibility" note into pcap.3pcap.)
This commit is contained in:
guy 2008-04-05 20:26:56 +00:00
parent baadfaab07
commit 3734017134
38 changed files with 76 additions and 76 deletions

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/Attic/pcap.3pcap,v 1.1 2008-04-05 20:19:41 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/Attic/pcap.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap \- Packet Capture library
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.LP .LP
.ft B .ft B
.ft .ft

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_breakloop.3pcap,v 1.1 2008-04-05 20:19:41 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_breakloop.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_breakloop \- force a pcap_dispatch() or pcap_loop() call to return
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_close.3pcap,v 1.1 2008-04-05 20:19:41 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_close.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_close \- close a capture device or savefile
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/Attic/pcap_compile.3pcap,v 1.1 2008-04-05 20:19:41 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/Attic/pcap_compile.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_compile \- compile a filter expression
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/Attic/pcap_datalink.3pcap,v 1.1 2008-04-05 20:19:41 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/Attic/pcap_datalink.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_datalink \- get the link-layer header type
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_datalink_name_to_val.3pcap,v 1.1 2008-04-05 20:19:41 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_datalink_name_to_val.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -26,7 +26,7 @@ corresponding to a header type name
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_dump.3pcap,v 1.1 2008-04-05 20:19:41 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_dump.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_dump \- write a packet to a capture file
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_dump_close.3pcap,v 1.1 2008-04-05 20:19:41 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_dump_close.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_dump_close \- close a savefile being written to
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_dump_file.3pcap,v 1.1 2008-04-05 20:19:41 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_dump_file.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_dump_file \- get the standard I/O stream for a savefile being written
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_dump_flush.3pcap,v 1.1 2008-04-05 20:19:41 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_dump_flush.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_dump_flush \- flush to a savefile packets dumped
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_dump_ftell.3pcap,v 1.1 2008-04-05 20:19:41 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_dump_ftell.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_dump_ftell \- get the current file offset for a savefile being written
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/Attic/pcap_dump_open.3pcap,v 1.1 2008-04-05 20:19:41 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/Attic/pcap_dump_open.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_dump_open, pcap_dump_fopen \- open a file to which to write packets
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.nf .nf
.LP .LP

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_file.3pcap,v 1.1 2008-04-05 20:19:42 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_file.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_file \- get the standard I/O stream for a savefile being read
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_fileno.3pcap,v 1.1 2008-04-05 20:19:42 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_fileno.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_fileno \- get the file descriptor for a live capture
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_findalldevs.3pcap,v 1.1 2008-04-05 20:19:42 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_findalldevs.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_findalldevs \- get a list of capture devices
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.nf .nf

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_freealldevs.3pcap,v 1.1 2008-04-05 20:19:42 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_freealldevs.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_freealldevs \- free a list of capture devices
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_freecode.3pcap,v 1.1 2008-04-05 20:19:42 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_freecode.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_freecode \- free a BPF program
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_get_selectable_fd.3pcap,v 1.1 2008-04-05 20:19:42 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_get_selectable_fd.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -26,7 +26,7 @@ be done for a live capture
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_geterr.3pcap,v 1.1 2008-04-05 20:19:42 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_geterr.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_geterr, pcap_perror \- get or print libpcap error message text
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_inject.3pcap,v 1.1 2008-04-05 20:19:42 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_inject.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_inject, pcap_sendpacket \- transmit a packet
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_is_swapped.3pcap,v 1.1 2008-04-05 20:19:42 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_is_swapped.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_is_swapped \- find out whether a savefile has the native byte order
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_lib_version.3pcap,v 1.1 2008-04-05 20:19:42 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_lib_version.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_lib_version \- get the version information for libpcap
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/Attic/pcap_list_datalinks.3pcap,v 1.1 2008-04-05 20:19:42 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/Attic/pcap_list_datalinks.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -26,7 +26,7 @@ by a capture device
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_lookupdev.3pcap,v 1.1 2008-04-05 20:19:42 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_lookupdev.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_lookupdev \- find the default device on which to capture
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.nf .nf

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_lookupnet.3pcap,v 1.1 2008-04-05 20:19:42 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_lookupnet.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_lookupnet \- find the IPv4 network number and netmask for a device
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.nf .nf

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_loop.3pcap,v 1.1 2008-04-05 20:19:42 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_loop.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_loop, pcap_dispatch \- process packets from a live capture or savefile
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_major_version.3pcap,v 1.1 2008-04-05 20:19:42 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_major_version.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_major_version, pcap_minor_version \- get the version number of a savefile
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_next_ex.3pcap,v 1.1 2008-04-05 20:19:42 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_next_ex.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_next_ex, pcap_next \- read the next packet from a pcap_t
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/Attic/pcap_open_dead.3pcap,v 1.1 2008-04-05 20:19:42 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/Attic/pcap_open_dead.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -26,7 +26,7 @@ capture for output
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_open_live.3pcap,v 1.1 2008-04-05 20:19:42 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_open_live.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_open_live \- open a device for capturing
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.nf .nf

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/Attic/pcap_open_offline.3pcap,v 1.1 2008-04-05 20:19:42 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/Attic/pcap_open_offline.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_open_offline, pcap_fopen_offline \- open a saved capture file for reading
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.nf .nf

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_set_datalink.3pcap,v 1.1 2008-04-05 20:19:42 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_set_datalink.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -26,7 +26,7 @@ capture device
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_setdirection.3pcap,v 1.1 2008-04-05 20:19:42 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_setdirection.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_setdirection \- set the direction for which packets will be captured
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_setfilter.3pcap,v 1.1 2008-04-05 20:19:42 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_setfilter.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_setfilter \- set the filter
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_setnonblock.3pcap,v 1.1 2008-04-05 20:19:42 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_setnonblock.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -26,7 +26,7 @@ non-blocking mode on a capture device
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.nf .nf

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_snapshot.3pcap,v 1.1 2008-04-05 20:19:42 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_snapshot.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_snapshot \- get the snapshot length
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_stats.3pcap,v 1.1 2008-04-05 20:19:42 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_stats.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_stats \- get capture statistics
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B

View File

@ -1,4 +1,4 @@
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_strerror.3pcap,v 1.1 2008-04-05 20:19:42 guy Exp $ .\" @(#) $Header: /tcpdump/master/libpcap/pcap_strerror.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $
.\" .\"
.\" Copyright (c) 1994, 1996, 1997 .\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -25,7 +25,7 @@ pcap_strerror \- convert an errno value to a string
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.ft B .ft B
#include <pcap.h> #include <pcap/pcap.h>
.ft .ft
.LP .LP
.ft B .ft B