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

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


The Ethereal manual (WINDOWS&UNIX Var0.9.12)

バージョン情報表示・オプション確認
tethereal

使用しているtehterealのバージョン及びコマンドのオプションを表示するには-hオプションを使用します。

オプションを確認するのにちょうど良いオプションといえます。

[WINDOWS]C:\Program Files\Ethereal>tethereal -h

[UNIX]#/usr/local/bin/tethereal -h

This is GNU tethereal 0.9.12
Compiled with GLib 1.2.10, with libpcap 0.7.2, with libz 1.1.3, without UCD-SNMP or
Net-SNMP
Running on SunOS 5.9

tethereal [ -DvVhqSlp ] [ -a <capture autostop condition> ] ...
[ -b <number of ring buffer files> ] [ -c <count> ]
[ -f <capture filter> ] [ -F <output file type> ]
[ -i <interface> ] [ -n ] [ -N <resolving> ]
[ -o <preference setting> ] ... [ -r <infile> ] [ -R <read filter> ]
[ -s <snaplen> ] [ -t <time stamp format> ] [ -w <savefile> ] [ -x ]
[ -Z <statistics string> ]
Valid file type arguments to the "-F" flag:
libpcap - libpcap (tcpdump, Ethereal, etc.)
rh6_1libpcap - Red Hat Linux 6.1 libpcap (tcpdump)
suse6_3libpcap - SuSE Linux 6.3 libpcap (tcpdump)
modlibpcap - modified libpcap (tcpdump)
nokialibpcap - Nokia libpcap (tcpdump)
lanalyzer - Novell LANalyzer
ngsniffer - Network Associates Sniffer (DOS-based)
snoop - Sun snoop
netmon1 - Microsoft Network Monitor 1.x
netmon2 - Microsoft Network Monitor 2.x
ngwsniffer_1_1 - Network Associates Sniffer (Windows-based) 1.1
ngwsniffer_2_0 - Network Associates Sniffer (Windows-based) 2.00x
visual - Visual Net
works traffic capture
default is libpcap

上記の場合、tetherealのバージョンは0.9.12という事が分かります。(これはUNIXですがWINDOWSでも表示はほぼ同一です)

又、-vオプションにてバージョンのみの表示も可能です。

[WINDOWS]C:\Program Files\Ethereal>tethereal -v
tethereal 0.9.9, with GLib 1.3.2, with libpcap (version unknown), with libz 1.1.
4, with Net-SNMP 5.0.6

[UNIX]#/usr/local/bin/tethereal -v
tethereal 0.9.12
Compiled with GLib 1.2.10, with libpcap 0.7.2, with libz 1.1.3, without UCD-SNMP or
Net-SNMP
Running on SunOS 5.9

GUI版では「バージョン情報を表示する」を確認して下さい。


Copyright 2003 by Nobuo Nakako All right reserved.