~tpham3783/wireshark/recipe

« back to all changes in this revision

Viewing changes to debian/usr/share/wireshark/dftest.html

  • Committer: Toan Pham
  • Date: 2016-01-18 16:23:25 UTC
  • Revision ID: tpham3783@gmail.com-20160118162325-jrnszn97cb2e1qzg
first recipe commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
3
<html xmlns="http://www.w3.org/1999/xhtml">
 
4
<head>
 
5
<title>dftest - The Wireshark Network Analyzer 1.12.6</title>
 
6
<link rel="stylesheet" href="../docbook/ws.css" type="text/css" />
 
7
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
 
8
<link rev="made" href="mailto:root@localhost" />
 
9
</head>
 
10
 
 
11
<body>
 
12
 
 
13
 
 
14
 
 
15
<h1 id="NAME">NAME</h1>
 
16
 
 
17
<p>dftest - Shows display filter byte-code, for debugging dfilter routines.</p>
 
18
 
 
19
<h1 id="SYNOPSIS">SYNOPSIS</h1>
 
20
 
 
21
<p><b>dftest</b> <span style="white-space: nowrap;">[ &lt;filter&gt; ]</span></p>
 
22
 
 
23
<h1 id="DESCRIPTION">DESCRIPTION</h1>
 
24
 
 
25
<p><b>dftest</b> is a simple tool which compiles a display filter and shows its bytecode.</p>
 
26
 
 
27
<h1 id="OPTIONS">OPTIONS</h1>
 
28
 
 
29
<dl>
 
30
 
 
31
<dt id="filter">filter</dt>
 
32
<dd>
 
33
 
 
34
<p>The display filter expression. If needed it has to be quoted.</p>
 
35
 
 
36
</dd>
 
37
</dl>
 
38
 
 
39
<h1 id="EXAMPLES">EXAMPLES</h1>
 
40
 
 
41
<p>Show how the IP protocol is filtered:</p>
 
42
 
 
43
<pre><code>    dftest ip</code></pre>
 
44
 
 
45
<p>Shows how frame 150 is filtered:</p>
 
46
 
 
47
<pre><code>    dftest &quot;frame.number == 150&quot;</code></pre>
 
48
 
 
49
<h1 id="SEE-ALSO">SEE ALSO</h1>
 
50
 
 
51
<p>wireshark-filter(4)</p>
 
52
 
 
53
 
 
54
</body>
 
55
 
 
56
</html>
 
57
 
 
58