-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (78 loc) · 4.81 KB
/
index.html
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
layout: content
title: Tcpreplay - pcap ファイルの書き換えと再送信ユーティリティ
---
<div id="post">
<p>
<!--
Tcpreplay is a suite of free Open Source utilities for editing and replaying
previously captured network traffic. Originally designed
to replay malicious traffic patterns to Intrusion Detection/Prevention Systems,
it has seen many evolutions including capabilities to replay to web servers.</p>
-->
<p>
※ 非公式日本語サイト ※
</p>
Tcpreplay は、あらかじめキャプチャしたネットワークトラフィックを
書き換えたり再送信したりするためのフリーのオープンソースユーティリティ群です。
もともとは IPS/IDS に対して悪意あるトラフィックパターンを再送信するために
設計されたものですが、Web サーバに再送信する機能など多くの進化を遂げました。</p>
<p>
<!--
Version 4.0.0 introduces features and performance enhancements to support
switches, routers, and IP Flow/NetFlow appliances.
-->
Version 4.0.0 では、スイッチ、ルータ、IP Flow/NetFlow アプライアンスを
サポートするための機能やパフォーマンス向上がなされました。
</p>
<!--
<h4>Example - 10GigE to IP Flow Appliance:</h4>
-->
<h4>実行例 - 10GigE to IP Flow Appliance:</h4>
<div class="highlight"><pre><code class="ruby language-ruby" data-lang="ruby"><span class="c1">root@pw29:~#</span> <span class="no">tcpreplay -i eth7 -tK --loop 5000 --unique-ip smallFlows.pcap</span>
<span class="n">File Cache is enabled
Actual: 71305000 packets (46082655000 bytes) sent in 38.05 seconds.
Rated: 1194330011.6 Bps, <span class="ss">9554.64 Mbps</span>, 1848020.72 pps
Flows: 6045000 flows, <span class="ss">156669.03 fps</span>, 71215000 flow packets, 90000 non-flow
Statistics for network device: eth7
Attempted packets: 71305000
Successful packets: 71305000
Failed packets: 0
Truncated packets: 0
Retried packets (ENOBUFS): 0
Retried packets (EAGAIN): 0</span></code></pre></div>
<!--
<p>This is the official site for Tcpreplay
version 4.0 and newer. The 3.x wiki and legacy Tcpreplay content is available <a href="http://tcpreplay.synfin.net">here</a>.
</p>
-->
<p>このページは、version 4.0 以降の Tcpreplay の「オフィシャルサイトではなく」
「非公式日本語サイト」です。
version 3.x の wiki と古いバージョンの Tcpreplay の文章は
<a href="http://tcpreplay.synfin.net">このページ</a>にあります。
</p>
<!--
<ul class="posts">
<li>» <a href=wiki/overview.html>Tcpreplay Overview</a></li>
<li>» <a href=wiki/products.html>Products</a></li>
<li>» <a href=wiki/installation.html>Download and Installation</a></li>
<li>» <a href=wiki/faq.html>FAQ</a></li>
<li>» <a href=wiki/howto.html>How To...</a></li>
<li>» <a href=wiki/news.html>News</a></li>
<li>» <a href=wiki/support.html>Support</a></li>
<li>» <a href=wiki/contributions.html>Contributors</a></li>
</ul>
-->
<ul class="posts">
<li>» <a href=wiki/overview.html>Tcpreplay の概要/Tcpreplay Overview</a></li>
<li>» <a href=wiki/products.html>コマンド群/Products</a></li>
<li>» <a href=wiki/installation.html>ダウンロードとインストール/Download and Installation</a></li>
<li>» <a href=wiki/faq.html>よくある質問と回答/FAQ</a></li>
<li>» <a href=wiki/howto.html>...するには/How To...</a></li>
<li>» <a href=wiki/news.html>ニュース/News</a></li>
<li>» <a href=wiki/support.html>サポート/Support</a></li>
<li>» <a href=wiki/contributions.html>コントリビュータ/Contributors</a></li>
</ul>
<iframe src="//www.slideshare.net/slideshow/embed_code/39356046" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="//www.slideshare.net/twovs/about-tcpreplay" title="about Tcpreplay" target="_blank">about Tcpreplay</a> </strong> from <strong><a href="//www.slideshare.net/twovs" target="_blank">@ otsuka752</a></strong> </div>
<iframe src="//www.slideshare.net/slideshow/embed_code/40957414" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="//www.slideshare.net/twovs/about-tcpreplayedit" title="about tcpreplay-edit" target="_blank">about tcpreplay-edit</a> </strong> from <strong><a href="//www.slideshare.net/twovs" target="_blank">@ otsuka752</a></strong> </div>
</div>