1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE refsect1 PUBLIC "-//OASIS//DTD DocBook V4.4//EN" "file:///usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd" []>
<refsect1>
<title>PCAPNET OPTIONS</title>
<variablelist>
<varlistentry>
<term><option>-i </option><replaceable>interface</replaceable></term>
<listitem>
<para>Input interface to read packets from.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-r </option><replaceable>pcap file</replaceable></term>
<listitem>
<para>Dump file to read packets from.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-w </option><replaceable>pcap file</replaceable></term>
<listitem>
<para>Dump file to write filtered packets to.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f </option><replaceable>expression</replaceable></term>
<listitem>
<para>BPF expression which selects packets to be filtered.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-s </option><replaceable>snaplen</replaceable></term>
<listitem>
<para>Capture <replaceable>snaplen</replaceable> bytes of data from each packet.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-p</option></term>
<listitem>
<para>Disable promiscuous mode sniffing.</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
|