source: general/genlib/libpcap.xml@ a92671e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a92671e was a92671e, checked in by Igor Živković <igor@…>, 19 years ago

Updated libpcap tags.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3636 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY libpcap-download-http "http://www.tcpdump.org/release/libpcap-&libpcap-version;.tar.gz">
8<!ENTITY libpcap-download-ftp "ftp://ftp.sunfreeware.com/pub/freeware/SOURCES/libpcap-&libpcap-version;.tar.gz">
9<!ENTITY libpcap-md5sum "56a9d4615d8354fcfe8cff8c8443c77b">
10<!ENTITY libpcap-size "299 KB">
11<!ENTITY libpcap-buildsize "2.4 MB">
12<!ENTITY libpcap-time "0.05 SBU">
13]>
14
15<sect1 id="libpcap" xreflabel="libpcap-&libpcap-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20
21<?dbhtml filename="libpcap.html"?>
22<title><application>libpcap</application>-&libpcap-version;</title>
23<indexterm zone="libpcap">
24 <primary sortas="a-libpcap">libpcap</primary>
25</indexterm>
26
27<sect2>
28<title>Introduction to <application>libpcap</application></title>
29
30<para><application>libpcap</application> provides functions for user-level
31packet capture, used in low-level network monitoring.</para>
32
33<sect3><title>Package information</title>
34<itemizedlist spacing='compact'>
35<listitem><para>Download (HTTP):
36<ulink url="&libpcap-download-http;"/></para></listitem>
37<listitem><para>Download (FTP):
38<ulink url="&libpcap-download-ftp;"/></para></listitem>
39<listitem><para>Download MD5 sum: &libpcap-md5sum;</para></listitem>
40<listitem><para>Download size: &libpcap-size;</para></listitem>
41<listitem><para>Estimated disk space required:
42&libpcap-buildsize;</para></listitem>
43<listitem><para>Estimated build time:
44&libpcap-time;</para></listitem></itemizedlist>
45</sect3>
46
47<sect3><title><application>libpcap</application> dependencies</title>
48<sect4><title>Optional</title>
49<para><ulink url="http://www.endace.com/">DAG</ulink></para>
50</sect4>
51</sect3>
52
53</sect2>
54
55<sect2>
56<title>Installation of <application>libpcap</application></title>
57
58<para>Install <application>libpcap</application> by running the
59following commands:</para>
60
61<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
62make</command></userinput></screen>
63
64<para>This package does not come with a test suite.</para>
65
66<para>Now, as the root user:</para>
67
68<screen><userinput role="root"><command>make install</command></userinput></screen>
69
70<note><para>Some applications, including <ulink
71url="http://www.tcpdump.org/">tcpdump</ulink>, require
72<option>--enable-yydebug</option> passed to <command>configure</command>
73when building <application>libpcap</application> to enable the parser
74debugging code. <application>tcpdump</application> will fail to build if
75you don't pass this parameter.</para></note>
76
77</sect2>
78
79<sect2>
80<title>Contents</title>
81
82<segmentedlist>
83 <segtitle>Installed Programs</segtitle>
84 <segtitle>Installed Library</segtitle>
85 <segtitle>Installed Directories</segtitle>
86
87 <seglistitem>
88 <seg>None</seg>
89 <seg>libpcap.a</seg>
90 <seg>None</seg>
91 </seglistitem>
92</segmentedlist>
93
94<variablelist>
95 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
96 <?dbfo list-presentation="list"?>
97
98<varlistentry id="libpcap-lib">
99 <term><filename class="libraryfile">libpcap.a</filename></term>
100 <listitem>
101 <para>is a library used for user-level packet capture.</para>
102 <indexterm zone="libpcap libpcap-lib">
103 <primary sortas="c-libpcap">libpcap.a</primary>
104 </indexterm>
105 </listitem>
106</varlistentry>
107
108</variablelist>
109
110</sect2>
111
112</sect1>
Note: See TracBrowser for help on using the repository browser.