このページは乱ことNobuoNakakoが運用する「Etherealを使おう」の一部です。お時間があれば表紙も訪れてやってください

リンク等についてはこちら。間違いを見つけた時や「ここはこうした方が良い」等の意見は遠慮なくこちらまで。


The Ethereal manual (WINDOWS&UNIX Var0.9.12)

タイムスタンプの設定
tethereal

tetherealでタイムスタンプの定義をするには-tオプションを使用します。

[WINDOWS]C:\Program Files\Ethereal>tethereal -t [タイプ]

[UNIX]#/usr/local/bin/tethereal -t [タイプ]

指定できるタイプは相対・絶対・通常日付・差分の3つです。(例はWINDOWSですがUNIXでも同様の動きをします)

相対タイムスタンプ

C:\Program Files\Ethereal>tethereal -t r
Capturing on \Device\NPF_{1A07B08D-CE31-4431-90AF-359A22A251B0}
0.000000 Cisco_cb:e2:84 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 3
2768/00:01:42:cb:e2:80 Cost = 0 Port = 0x8010
2.002734 Cisco_cb:e2:84 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 3
2768/00:01:42:cb:e2:80 Cost = 0 Port = 0x8010
4.005546 Cisco_cb:e2:84 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 3
2768/00:01:42:cb:e2:80 Cost = 0 Port = 0x8010

絶対タイムスタンプ
C:\Program Files\Ethereal>tethereal -t a
Capturing on \Device\NPF_{1A07B08D-CE31-4431-90AF-359A22A251B0}
18:12:27.981475 Cisco_cb:e2:84 -> Spanning-tree-(for-bridges)_00 STP Conf. Roo
t = 32768/00:01:42:cb:e2:80 Cost = 0 Port = 0x8010
18:12:29.984143 Cisco_cb:e2:84 -> Spanning-tree-(for-bridges)_00 STP Conf. Roo
t = 32768/00:01:42:cb:e2:80 Cost = 0 Port = 0x8010
18:12:31.986870 Cisco_cb:e2:84 -> Spanning-tree-(for-bridges)_00 STP Conf. Roo
t = 32768/00:01:42:cb:e2:80 Cost = 0 Port = 0x8010
通常日付スタンプ
C:\Program Files\Ethereal>tethereal -t ad
Capturing on \Device\NPF_{1A07B08D-CE31-4431-90AF-359A22A251B0}
2003-04-19 18:06:27.474902 Cisco_cb:e2:84 -> Spanning-tree-(for-bridges)_00 STP
Conf. Root = 32768/00:01:42:cb:e2:80 Cost = 0 Port = 0x8010
2003-04-19 18:06:29.477622 Cisco_cb:e2:84 -> Spanning-tree-(for-bridges)_00 STP
Conf. Root = 32768/00:01:42:cb:e2:80 Cost = 0 Port = 0x8010
2003-04-19 18:06:31.480367 Cisco_cb:e2:84 -> Spanning-tree-(for-bridges)_00 STP
Conf. Root = 32768/00:01:42:cb:e2:80 Cost = 0 Port = 0x8010
差分タイムスタンプ
C:\Program Files\Ethereal>tethereal -t d
Capturing on \Device\NPF_{1A07B08D-CE31-4431-90AF-359A22A251B0}
0.000000 Cisco_cb:e2:84 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 3
2768/00:01:42:cb:e2:80 Cost = 0 Port = 0x8010
2.002753 Cisco_cb:e2:84 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 3
2768/00:01:42:cb:e2:80 Cost = 0 Port = 0x8010
2.002705 Cisco_cb:e2:84 -> Spanning-tree-(for-bridges)_00 STP Conf. Root = 3
2768/00:01:42:cb:e2:80 Cost = 0 Port = 0x8010

Copyright 2003 by Nobuo Nakako All right reserved.